Searched refs:glob0 (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/ssh/libopenbsd-compat/common/ |
H A D | glob.c | 142 static int glob0(const Char *, glob_t *, size_t *); 204 return glob0(patbuf, pglob, limit); 223 return glob0(pattern, pglob, limit); 229 return glob0(pattern, pglob, limit); 279 *rv = glob0(patbuf, pglob, limit); 420 glob0(pattern, pglob, limit) in glob0() function
|
/titanic_41/usr/src/lib/libc/port/regex/ |
H A D | glob.c | 172 static int glob0(const wcat_t *, glob_t *, struct glob_lim *, 278 return (glob0(patbuf, pglob, &limit, errfunc)); in _glob_ext() 295 return (glob0(pattern, pglob, limitp, errfunc)); in globexp1() 300 return (glob0(pattern, pglob, limitp, errfunc)); in globexp1() 349 return (glob0(patbuf, pglob, limitp, errfunc)); in globexp2() 544 glob0(const wcat_t *pattern, glob_t *pglob, struct glob_lim *limitp, in glob0() function
|