Searched defs:pglob (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/usr.bin/perl/ext/File-Glob/ |
H A D | bsd_glob.c | 215 int (*errfunc)(const char *, int), glob_t *pglob) 299 globexp1(const Char *pattern, glob_t *pglob) 323 glob_t *pglob, int *rv) 428 globtilde(const Char *pattern, Char *patbuf, size_t patbuf_len, glob_t *pglob) 511 glob0(const Char *pattern, glob_t *pglob) 637 glob1(Char *pattern, Char *pattern_last, glob_t *pglob, size_t *limitp) 658 Char *pattern, Char *pattern_last, glob_t *pglob, size_t *limitp) 738 Char *restpattern, Char *restpattern_last, glob_t *pglob, size_t *limitp) 849 globextend(const Char *path, glob_t *pglob, size_t *limitp) 998 bsd_globfree(glob_t *pglob) [all …]
|
H A D | Glob.xs | 40 glob_t pglob; in doglob() local
|
/openbsd-src/lib/libc/gen/ |
H A D | glob.c | 168 glob_t *pglob) in glob() 225 globexp1(const Char *pattern, glob_t *pglob, struct glob_lim *limitp) in globexp1() 246 globexp2(const Char *ptr, const Char *pattern, glob_t *pglob, in globexp2() 351 globtilde(const Char *pattern, Char *patbuf, size_t patbuf_len, glob_t *pglob) in globtilde() 461 glob0(const Char *pattern, glob_t *pglob, struct glob_lim *limitp) in glob0() 600 glob1(Char *pattern, Char *pattern_last, glob_t *pglob, struct glob_lim *limitp) in glob1() 619 Char *pattern, Char *pattern_last, glob_t *pglob, struct glob_lim *limitp) in glob2() 687 Char *pattern, Char *restpattern, Char *restpattern_last, glob_t *pglob, in glob3() 786 globextend(const Char *path, glob_t *pglob, struct glob_lim *limitp, in globextend() 961 globfree(glob_t *pglob) in globfree() [all …]
|
/openbsd-src/usr.bin/ssh/ |
H A D | sftp-glob.c | 111 int (*errfunc)(const char *, int), glob_t *pglob) in sftp_glob()
|