Searched refs:pattern_label_end (Results 1 – 1 of 1) sorted by relevance
67 const char *pattern_label_end, *pattern_wildcard, *hostname_label_end; in hostmatch() local91 pattern_label_end = strchr(pattern, '.'); in hostmatch()92 if(!pattern_label_end || strchr(pattern_label_end + 1, '.') == NULL || in hostmatch()93 pattern_wildcard > pattern_label_end || in hostmatch()103 !strcasecompare(pattern_label_end, hostname_label_end)) in hostmatch()109 if(hostname_label_end - hostname < pattern_label_end - pattern) in hostmatch()113 suffixlen = pattern_label_end - (pattern_wildcard + 1); in hostmatch()