Searched refs:hostcopy (Results 1 – 1 of 1) sorted by relevance
196 char *hostcopy = xstrdup(host); in match_hostname() local199 lowercase(hostcopy); in match_hostname()200 r = match_pattern_list(hostcopy, pattern, 1); in match_hostname()201 free(hostcopy); in match_hostname()