Searched refs:glob1 (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/ssh/libopenbsd-compat/common/ |
H A D | glob.c | 143 static int glob1(Char *, Char *, glob_t *, size_t *); 485 if ((err = glob1(patbuf, patbuf+MAXPATHLEN-1, pglob, limit)) != 0) 516 glob1(pattern, pattern_last, pglob, limit) in glob1() function
|
/titanic_41/usr/src/lib/libc/port/regex/ |
H A D | glob.c | 174 static int glob1(wcat_t *, wcat_t *, glob_t *, struct glob_lim *, 666 if ((err = glob1(patbuf, patbuf+MAXPATHLEN-1, pglob, limitp, errfunc)) in glob0() 730 glob1(wcat_t *pattern, wcat_t *pattern_last, glob_t *pglob, in glob1() function
|