Searched refs:hostcopy (Results 1 – 1 of 1) sorted by relevance
182 char *hostcopy = xstrdup(host); in match_hostname() local185 lowercase(hostcopy); in match_hostname()186 r = match_pattern_list(hostcopy, pattern, 1); in match_hostname()187 free(hostcopy); in match_hostname()