Searched refs:iswild (Results 1 – 2 of 2) sorted by relevance
813 bool iswild(const char* mask, const char* name) in iswild() function829 if(iswild(mask, name)) in iswild()898 } while(d && !iswild(dat->mask, d->d_name)); in _fi_FindNextFile()
777 #define iswild(name) (strpbrk(name, "*?") != NULL) macro1006 if (iswild(filename)) in opendirectory()3394 if (iswild(pathname)) in grep_or_recurse()