Searched defs:pglob (Results 1 – 2 of 2) sorted by relevance
/minix3/crypto/external/bsd/heimdal/dist/lib/roken/ |
H A D | glob.c | 173 glob_t *pglob) in glob() 221 static int globexp1(const Char *pattern, glob_t *pglob) in globexp1() 244 glob_t *pglob, int *rv) in globexp2() 347 globtilde(const Char *pattern, Char *patbuf, glob_t *pglob) in globtilde() 406 glob0(const Char *pattern, glob_t *pglob) in glob0() 496 glob1(Char *pattern, glob_t *pglob, size_t *limit) in glob1() 521 glob2(Char *pathbuf, Char *pathend, Char *pattern, glob_t *pglob, in glob2() 573 glob_t *pglob, size_t *limit) in glob3() 651 globextend(const Char *path, glob_t *pglob, size_t *limit) in globextend() 745 globfree(glob_t *pglob) in globfree() [all …]
|
/minix3/lib/libc/gen/ |
H A D | glob.c | 184 int), glob_t * __restrict pglob) in glob() 236 globexp1(const Char *pattern, glob_t *pglob, struct glob_limit *limit) in globexp1() 268 globexp2(const Char *ptr, const Char *pattern, glob_t *pglob, int *rv, in globexp2() 382 globtilde(const Char *pattern, Char *patbuf, size_t patsize, glob_t *pglob) in globtilde() 474 glob0(const Char *pattern, glob_t *pglob, struct glob_limit *limit) in glob0() 583 glob1(Char *pattern, glob_t *pglob, struct glob_limit *limit) in glob1() 609 glob_t *pglob, struct glob_limit *limit) in glob2() 683 const Char *restpattern, const Char *pglobstar, glob_t *pglob, in glob3() 887 globextend(const Char *path, glob_t *pglob, struct glob_limit *limit) in globextend() 995 globfree(glob_t *pglob) in globfree() [all …]
|