Searched refs:glob0 (Results 1 – 2 of 2) sorted by relevance
/titanic_50/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_50/usr/src/lib/libc/port/regex/ |
H A D | glob.c | 185 static int glob0(const wcat_t *, glob_t *, struct glob_lim *, 291 return (glob0(patbuf, pglob, &limit, errfunc)); in _glob_ext() 308 return (glob0(pattern, pglob, limitp, errfunc)); in globexp1() 313 return (glob0(pattern, pglob, limitp, errfunc)); in globexp1() 362 return (glob0(patbuf, pglob, limitp, errfunc)); in globexp2() 557 glob0(const wcat_t *pattern, glob_t *pglob, struct glob_lim *limitp, in glob0() function
|