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

/freebsd-11-stable/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-11-stable/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-11-stable/lib/libc/gen/
H A Dglob.c174 static int globexp1(const Char *, glob_t *, struct glob_limit *);
281 if ((rv = globexp1(pattern, pglob, limit)) != 0)
293 globexp1(const Char *pattern, glob_t *pglob, struct glob_limit *limit) function
312 * If it succeeds then it invokes globexp1 with the new pattern.
399 rv = globexp1(patbuf, pglob, limit);
/freebsd-11-stable/crypto/openssh/
H A Dssh_namespace.h355 #define globexp1 Fssh_globexp1 macro

Completed in 84 milliseconds