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

/freebsd-10.3-release/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-10.3-release/lib/libc/gen/
H A Dglob.c184 static int globexp1(const Char *, glob_t *, struct glob_limit *);
256 return (globexp1(patbuf, pglob, &limit));
267 globexp1(const Char *pattern, glob_t *pglob, struct glob_limit *limit) function
292 * If it succeeds then it invokes globexp1 with the new pattern.
381 *rv = globexp1(patbuf, pglob, limit);
/freebsd-10.3-release/crypto/openssh/openbsd-compat/
H A Dglob.c169 static int globexp1(const Char *, glob_t *, struct glob_lim *);
226 return globexp1(patbuf, pglob, &limit);
237 globexp1(const Char *pattern, glob_t *pglob, struct glob_lim *limitp) function
254 * If it succeeds then it invokes globexp1 with the new pattern.
341 rv = globexp1(patbuf, pglob, limitp);
/freebsd-10.3-release/crypto/openssh/
H A Dssh_namespace.h363 #define globexp1 Fssh_globexp1 macro

Completed in 62 milliseconds