Searched refs:globexp2 (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/crypto/heimdal/lib/roken/
H A Dglob.c161 static int globexp2 (const Char *, const Char *, glob_t *, int *);
229 if (!globexp2(ptr, pattern, pglob, &rv))
241 static int globexp2(const Char *ptr, const Char *pattern, function
323 qprintf("globexp2:", patbuf);
/freebsd-10.0-release/crypto/openssh/openbsd-compat/
H A Dglob.c169 static int globexp2(const Char *, const Char *, glob_t *,
245 return globexp2(ptr, pattern, pglob, limitp);
257 globexp2(const Char *ptr, const Char *pattern, glob_t *pglob, function
338 qprintf("globexp2:", patbuf);
/freebsd-10.0-release/lib/libc/gen/
H A Dglob.c185 static int globexp2(const Char *, const Char *, glob_t *, int *,
283 if (!globexp2(ptr, pattern, pglob, &rv, limit))
296 globexp2(const Char *ptr, const Char *pattern, glob_t *pglob, int *rv, function
379 qprintf("globexp2:", patbuf);

Completed in 131 milliseconds