glob.c | 167 static int glob1(Char *, glob_t *, struct glob_limit *); 472 * quotes), calls glob1() to do the real pattern matching, and finally 549 if ((error = glob1(patbuf, pglob, limit)) != 0) 587 glob1(Char *pattern, glob_t *pglob, struct glob_limit *limit) function in typeref:typename:int
|