Home
last modified time | relevance | path

Searched refs:glob1 (Results 1 – 5 of 5) sorted by relevance

/src/crypto/heimdal/lib/roken/
H A Dglob.c155 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
/src/contrib/tcsh/
H A Dglob.c88 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
/src/lib/libc/gen/
H A Dglob.c162 static int glob1(Char *, glob_t *, struct glob_limit *);
625 if ((err = glob1(patbuf, pglob, limit)) != 0) in glob0()
654 glob1(Char *pattern, glob_t *pglob, struct glob_limit *limit) in glob1() function
H A Dglob-compat11.c127 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
/src/crypto/openssh/openbsd-compat/
H A Dglob.c164 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