Home
last modified time | relevance | path

Searched refs:conf_list (Results 1 – 1 of 1) sorted by relevance

/curl/src/
H A Dtool_findfile.c52 static const struct finder conf_list[] = { variable
111 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