Lines Matching refs:found
245 const char *found = NULL;261 found = strstr(no_proxy, server);262 while (found != NULL263 && ((found != no_proxy && found[-1] != ' ' && found[-1] != ',')264 || (found[sl] != '\0' && found[sl] != ' ' && found[sl] != ',')))265 found = strstr(found + 1, server);266 return found == NULL;