Searched refs:dotscore (Results 1 – 2 of 2) sorted by relevance
68 static char *checkhome(const char *home, const char *fname, bool dotscore) in checkhome() argument72 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() argument106 DEBUGASSERT((dotscore != 1) || (fname[0] == '.')); in findfile()128 if(!dotscore) { in findfile()135 dotscore = 0; /* disable it for this check */ in findfile()137 path = checkhome(home, filename, dotscore ? dotscore - 1 : 0); in findfile()
34 char *findfile(const char *fname, int dotscore);
Completed in 4 milliseconds