Searched refs:do_glob (Results 1 - 1 of 1) sorted by relevance
/third_party/musl/src/regex/ |
H A D | glob.c | 35 static int do_glob(char *buf, size_t pos, int type, char *pat, int flags, int (*errfunc)(const char *path, int err), struct match **tail) in do_glob() function 160 int r = do_glob(buf, pos+l, de->d_type, p2 ? p2 : "", flags, errfunc, tail); in do_glob() 252 error = do_glob(buf, pos, 0, s, flags, errfunc, &tail); in glob()
|
Completed in 2 milliseconds