Searched refs:glob1 (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/heimdal/lib/roken/ |
H A D | glob.c | 155 static int glob1 (Char *, glob_t *, size_t *); 467 if ((err = glob1(patbuf, pglob, &limit)) != 0) in glob0() 494 glob1(Char *pattern, glob_t *pglob, size_t *limit) in glob1() function
|
/freebsd/contrib/tcsh/ |
H A D | glob.c | 88 static int glob1 (Char *, glob_t *, int); 419 if ((err = glob1(patbuf, pglob, no_match)) != 0) { in glob() 466 glob1(Char *pattern, glob_t *pglob, int no_match) in glob1() function
|
/freebsd/lib/libc/gen/ |
H A D | glob-compat11.c | 127 static int glob1(Char *, glob11_t *, struct glob_limit *); 562 if ((err = glob1(patbuf, pglob, limit)) != 0) in glob0() 591 glob1(Char *pattern, glob11_t *pglob, struct glob_limit *limit) in glob1() function
|
H A D | glob.c | 159 static int glob1(Char *, glob_t *, struct glob_limit *); 595 if ((err = glob1(patbuf, pglob, limit)) != 0) in glob0() 624 glob1(Char *pattern, glob_t *pglob, struct glob_limit *limit) in glob1() function
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | glob.c | 164 static int glob1(Char *, Char *, glob_t *, struct glob_lim *); 552 if ((err = glob1(patbuf, patbuf+PATH_MAX-1, pglob, limitp)) != 0) 614 glob1(Char *pattern, Char *pattern_last, glob_t *pglob, struct glob_lim *limitp) function
|