Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/roken/
H A Dglob.c154 static int glob0 (const Char *, glob_t *);
211 return glob0(patbuf, pglob); in glob()
226 return glob0(pattern, pglob); in globexp1()
232 return glob0(pattern, pglob); in globexp1()
278 *rv = glob0(patbuf, pglob); in globexp2()
404 glob0(const Char *pattern, glob_t *pglob) in glob0() function
/freebsd/lib/libc/gen/
H A Dglob-compat11.c125 static int glob0(const Char *, glob11_t *, struct glob_limit *,
224 return (glob0(patbuf, pglob, &limit, pattern)); in freebsd11_glob()
240 return (glob0(pattern, pglob, limit, origpat)); in globexp0()
270 return (glob0(pattern, pglob, limit, NULL)); in globexp1()
318 return (glob0(pattern, pglob, limit, NULL)); in globexp2()
495 glob0(const Char *pattern, glob11_t *pglob, struct glob_limit *limit, in glob0() function
H A Dglob.c157 static int glob0(const Char *, glob_t *, struct glob_limit *,
256 return (glob0(patbuf, pglob, &limit, pattern)); in glob()
272 return (glob0(pattern, pglob, limit, origpat)); in globexp0()
302 return (glob0(pattern, pglob, limit, NULL)); in globexp1()
350 return (glob0(pattern, pglob, limit, NULL)); in globexp2()
527 glob0(const Char *pattern, glob_t *pglob, struct glob_limit *limit, in glob0() function
/freebsd/crypto/openssh/openbsd-compat/
H A Dglob.c163 static int glob0(const Char *, glob_t *, struct glob_lim *);
231 return glob0(patbuf, pglob, &limit); in glob()
246 return glob0(pattern, pglob, limitp); in globexp1()
251 return glob0(pattern, pglob, limitp); in globexp1()
298 return glob0(patbuf, pglob, limitp); in globexp2()
475 glob0(const Char *pattern, glob_t *pglob, struct glob_lim *limitp) function
/freebsd/crypto/openssh/
H A Dssh_namespace.h304 #define glob0 Fssh_glob0 macro