Searched refs:hostname_sans_port (Results 1 – 1 of 1) sorted by relevance
1802 char *hostname_sans_port = NULL; in apply_name_canon_rule() local1824 hostname_sans_port = strndup(orig_hostname, port - orig_hostname); in apply_name_canon_rule()1825 if (hostname_sans_port == NULL) in apply_name_canon_rule()1827 orig_hostname = hostname_sans_port; in apply_name_canon_rule()1959 free(hostname_sans_port); in apply_name_canon_rule()