Searched refs:conf_list (Results 1 – 1 of 1) sorted by relevance
52 static const struct finder conf_list[] = { variable111 for(i = 0; conf_list[i].env; i++) { in findfile()112 char *home = curl_getenv(conf_list[i].env); in findfile()120 if(conf_list[i].append) { in findfile()121 char *c = aprintf("%s%s", home, conf_list[i].append); in findfile()127 if(conf_list[i].withoutdot) { in findfile()
Completed in 4 milliseconds