Searched refs:checkn (Results 1 – 1 of 1) sorted by relevance
2370 const char *checkn = name + namelen - (tok_end - tok_start); in check_noproxy() local2371 if(strncasecompare(no_proxy + tok_start, checkn, in check_noproxy()2373 if((tok_end - tok_start) == namelen || *(checkn - 1) == '.') { in check_noproxy()