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

/freebsd-current/crypto/heimdal/lib/roken/
H A Dglob.c160 static int globexp1 (const Char *, glob_t *);
209 return globexp1(patbuf, pglob);
219 static int globexp1(const Char *pattern, glob_t *pglob) function
238 * If it succeeds then it invokes globexp1 with the new pattern.
325 *rv = globexp1(patbuf, pglob);
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dglob.c173 static int globexp1(const Char *, glob_t *, struct glob_lim *);
229 return globexp1(patbuf, pglob, &limit);
240 globexp1(const Char *pattern, glob_t *pglob, struct glob_lim *limitp) function
257 * If it succeeds then it invokes globexp1 with the new pattern.
344 rv = globexp1(patbuf, pglob, limitp);
/freebsd-current/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)
257 globexp1(const Char *pattern, glob11_t *pglob, struct glob_limit *limit) function
276 * If it succeeds then it invokes globexp1 with the new pattern.
363 rv = globexp1(patbuf, pglob, limit);
H A Dglob.c170 static int globexp1(const Char *, glob_t *, struct glob_limit *);
277 if ((rv = globexp1(pattern, pglob, limit)) != 0)
289 globexp1(const Char *pattern, glob_t *pglob, struct glob_limit *limit) function
308 * If it succeeds then it invokes globexp1 with the new pattern.
395 rv = globexp1(patbuf, pglob, limit);
/freebsd-current/crypto/openssh/
H A Dssh_namespace.h306 #define globexp1 Fssh_globexp1 macro

Completed in 119 milliseconds