glob11_t
err_nomatch(glob11_t *pglob, struct glob_limit *limit, const char *origpat) {
err_aborted(glob11_t *pglob, int err, char *buf) {
static int g_lstat(Char *, struct freebsd11_stat *, glob11_t *);
static DIR *g_opendir(Char *, glob11_t *);
static int g_stat(Char *, struct freebsd11_stat *, glob11_t *);
static int glob0(const Char *, glob11_t *, struct glob_limit *,
static int glob1(Char *, glob11_t *, struct glob_limit *);
static int glob2(Char *, Char *, Char *, Char *, glob11_t *,
static int glob3(Char *, Char *, Char *, Char *, Char *, glob11_t *,
static int globextend(const Char *, glob11_t *, struct glob_limit *,
globtilde(const Char *, Char *, size_t, glob11_t *);
static int globexp0(const Char *, glob11_t *, struct glob_limit *,
static int globexp1(const Char *, glob11_t *, struct glob_limit *);
static int globexp2(const Char *, const Char *, glob11_t *,
static int globfinal(glob11_t *, struct glob_limit *, size_t,
static int err_nomatch(glob11_t *, struct glob_limit *, const char *);
static int err_aborted(glob11_t *, int, char *);
int (*errfunc)(const char *, int), glob11_t * __restrict pglob)
globexp0(const Char *pattern, glob11_t *pglob, struct glob_limit *limit,
globexp1(const Char *pattern, glob11_t *pglob, struct glob_limit *limit)
globexp2(const Char *ptr, const Char *pattern, glob11_t *pglob,
globtilde(const Char *pattern, Char *patbuf, size_t patbuf_len, glob11_t *pglob)
glob0(const Char *pattern, glob11_t *pglob, struct glob_limit *limit,
globfinal(glob11_t *pglob, struct glob_limit *limit, size_t oldpathc,
glob1(Char *pattern, glob11_t *pglob, struct glob_limit *limit)
glob11_t *pglob, struct glob_limit *limit)
glob11_t *pglob, struct glob_limit *limit)
globextend(const Char *path, glob11_t *pglob, struct glob_limit *limit,
freebsd11_globfree(glob11_t *pglob)
g_opendir(Char *str, glob11_t *pglob)
g_lstat(Char *fn, struct freebsd11_stat *sb, glob11_t *pglob)
g_stat(Char *fn, struct freebsd11_stat *sb, glob11_t *pglob)
int (*)(const char *, int), glob11_t * __restrict);
void freebsd11_globfree(glob11_t *);