Searched refs:glob1 (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/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-14.2/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-14.2/lib/libc/gen/ |
| H A D | glob-compat11.c | 129 static int glob1(Char *, glob11_t *, struct glob_limit *); 564 if ((err = glob1(patbuf, pglob, limit)) != 0) in glob0() 593 glob1(Char *pattern, glob11_t *pglob, struct glob_limit *limit) in glob1() function
|
| H A D | glob.c | 161 static int glob1(Char *, glob_t *, struct glob_limit *); 597 if ((err = glob1(patbuf, pglob, limit)) != 0) in glob0() 626 glob1(Char *pattern, glob_t *pglob, struct glob_limit *limit) in glob1() function
|
| /freebsd-14.2/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
|