Searched refs:glob0 (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| D | glob.c | 156 static int glob0 (const Char *, glob_t *); 213 return glob0(patbuf, pglob); in glob() 228 return glob0(pattern, pglob); in globexp1() 234 return glob0(pattern, pglob); in globexp1() 280 *rv = glob0(patbuf, pglob); in globexp2() 406 glob0(const Char *pattern, glob_t *pglob) in glob0() function
|
| /netbsd/src/lib/libc/gen/ |
| D | glob.c | 166 static int glob0(const Char *, glob_t *, struct glob_limit *); 228 return glob0(patbuf, pglob, &limit); in glob() 253 return glob0(pattern, pglob, limit); in globexp1() 259 return glob0(pattern, pglob, limit); in globexp1() 315 *rv = glob0(pattern, pglob, limit); in globexp2() 478 glob0(const Char *pattern, glob_t *pglob, struct glob_limit *limit) in glob0() function
|