Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/roken/
H A Dglob.c160 static int globexp1 (const Char *, glob_t *);
209 return globexp1(patbuf, pglob); in glob()
219 static int globexp1(const Char *pattern, glob_t *pglob) in globexp1() function
325 *rv = globexp1(patbuf, pglob); in globexp2()
/freebsd/crypto/openssh/openbsd-compat/
H A Dglob.c173 static int globexp1(const Char *, glob_t *, struct glob_lim *);
229 return globexp1(patbuf, pglob, &limit); in glob()
240 globexp1(const Char *pattern, glob_t *pglob, struct glob_lim *limitp) in globexp1() function
344 rv = globexp1(patbuf, pglob, limitp); in globexp2()
/freebsd/lib/libc/gen/
H A Dglob-compat11.c138 static int globexp1(const Char *, glob11_t *, struct glob_limit *);
245 if ((rv = globexp1(pattern, pglob, limit)) != 0) in globexp0()
257 globexp1(const Char *pattern, glob11_t *pglob, struct glob_limit *limit) in globexp1() function
363 rv = globexp1(patbuf, pglob, limit); in globexp2()
H A Dglob.c170 static int globexp1(const Char *, glob_t *, struct glob_limit *);
277 if ((rv = globexp1(pattern, pglob, limit)) != 0) in globexp0()
289 globexp1(const Char *pattern, glob_t *pglob, struct glob_limit *limit) in globexp1() function
395 rv = globexp1(patbuf, pglob, limit); in globexp2()
/freebsd/crypto/openssh/
H A Dssh_namespace.h306 #define globexp1 Fssh_globexp1 macro