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.c160 static int glob0(const Char *, glob_t *, struct glob_limit *,
256 return (glob0(patbuf, pglob, &limit, pattern)); in __glob()
302 return (glob0(pattern, pglob, limit, origpat)); in globexp0()
332 return (glob0(pattern, pglob, limit, NULL)); in globexp1()
380 return (glob0(pattern, pglob, limit, NULL)); in globexp2()
557 glob0(const Char *pattern, glob_t *pglob, struct glob_limit *limit, in glob0() function
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
/freebsd/crypto/openssh/openbsd-compat/
H A Dglob.c161 static int glob0(const Char *, glob_t *, struct glob_lim *);
229 return glob0(patbuf, pglob, &limit); in glob()
244 return glob0(pattern, pglob, limitp); in globexp1()
249 return glob0(pattern, pglob, limitp); in globexp1()
296 return glob0(patbuf, pglob, limitp); in globexp2()
473 glob0(const Char *pattern, glob_t *pglob, struct glob_lim *limitp) function
/freebsd/crypto/openssh/
H A Dssh_namespace.h291 #define glob0 Fssh_glob0 macro