Home
last modified time | relevance | path

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

/curl/src/
H A Dtool_findfile.c68 static char *checkhome(const char *home, const char *fname, bool dotscore) in checkhome() argument
72 for(i = 0; i < (dotscore ? 2 : 1); i++) { in checkhome()
74 if(dotscore) in checkhome()
102 char *findfile(const char *fname, int dotscore) in findfile() argument
107 DEBUGASSERT((dotscore != 1) || (fname[0] == '.')); in findfile()
131 if(!dotscore || xdg) { in findfile()
138 dotscore = 0; /* disable it for this check */ in findfile()
140 path = checkhome(home, filename, dotscore ? dotscore - 1 : 0); in findfile()
H A Dtool_findfile.h34 char *findfile(const char *fname, int dotscore);

Completed in 9 milliseconds