Searched refs:hostname_to_match (Results 1 – 1 of 1) sorted by relevance
2952 char *hostname_to_match = aprintf("%s%s%s", local2956 if(!hostname_to_match)2958 hostname_to_match_len = strlen(hostname_to_match);2959 host_match = strncasecompare(ptr, hostname_to_match,2961 free(hostname_to_match);
Completed in 14 milliseconds