Symbol: glob11_t
lib/libc/gen/glob-compat11.c
1041
err_nomatch(glob11_t *pglob, struct glob_limit *limit, const char *origpat) {
lib/libc/gen/glob-compat11.c
1056
err_aborted(glob11_t *pglob, int err, char *buf) {
lib/libc/gen/glob-compat11.c
118
static int g_lstat(Char *, struct freebsd11_stat *, glob11_t *);
lib/libc/gen/glob-compat11.c
119
static DIR *g_opendir(Char *, glob11_t *);
lib/libc/gen/glob-compat11.c
124
static int g_stat(Char *, struct freebsd11_stat *, glob11_t *);
lib/libc/gen/glob-compat11.c
125
static int glob0(const Char *, glob11_t *, struct glob_limit *,
lib/libc/gen/glob-compat11.c
127
static int glob1(Char *, glob11_t *, struct glob_limit *);
lib/libc/gen/glob-compat11.c
128
static int glob2(Char *, Char *, Char *, Char *, glob11_t *,
lib/libc/gen/glob-compat11.c
130
static int glob3(Char *, Char *, Char *, Char *, Char *, glob11_t *,
lib/libc/gen/glob-compat11.c
132
static int globextend(const Char *, glob11_t *, struct glob_limit *,
lib/libc/gen/glob-compat11.c
135
globtilde(const Char *, Char *, size_t, glob11_t *);
lib/libc/gen/glob-compat11.c
136
static int globexp0(const Char *, glob11_t *, struct glob_limit *,
lib/libc/gen/glob-compat11.c
138
static int globexp1(const Char *, glob11_t *, struct glob_limit *);
lib/libc/gen/glob-compat11.c
139
static int globexp2(const Char *, const Char *, glob11_t *,
lib/libc/gen/glob-compat11.c
141
static int globfinal(glob11_t *, struct glob_limit *, size_t,
lib/libc/gen/glob-compat11.c
144
static int err_nomatch(glob11_t *, struct glob_limit *, const char *);
lib/libc/gen/glob-compat11.c
145
static int err_aborted(glob11_t *, int, char *);
lib/libc/gen/glob-compat11.c
152
int (*errfunc)(const char *, int), glob11_t * __restrict pglob)
lib/libc/gen/glob-compat11.c
228
globexp0(const Char *pattern, glob11_t *pglob, struct glob_limit *limit,
lib/libc/gen/glob-compat11.c
257
globexp1(const Char *pattern, glob11_t *pglob, struct glob_limit *limit)
lib/libc/gen/glob-compat11.c
280
globexp2(const Char *ptr, const Char *pattern, glob11_t *pglob,
lib/libc/gen/glob-compat11.c
384
globtilde(const Char *pattern, Char *patbuf, size_t patbuf_len, glob11_t *pglob)
lib/libc/gen/glob-compat11.c
495
glob0(const Char *pattern, glob11_t *pglob, struct glob_limit *limit,
lib/libc/gen/glob-compat11.c
572
globfinal(glob11_t *pglob, struct glob_limit *limit, size_t oldpathc,
lib/libc/gen/glob-compat11.c
591
glob1(Char *pattern, glob11_t *pglob, struct glob_limit *limit)
lib/libc/gen/glob-compat11.c
609
glob11_t *pglob, struct glob_limit *limit)
lib/libc/gen/glob-compat11.c
680
glob11_t *pglob, struct glob_limit *limit)
lib/libc/gen/glob-compat11.c
813
globextend(const Char *path, glob11_t *pglob, struct glob_limit *limit,
lib/libc/gen/glob-compat11.c
942
freebsd11_globfree(glob11_t *pglob)
lib/libc/gen/glob-compat11.c
958
g_opendir(Char *str, glob11_t *pglob)
lib/libc/gen/glob-compat11.c
978
g_lstat(Char *fn, struct freebsd11_stat *sb, glob11_t *pglob)
lib/libc/gen/glob-compat11.c
992
g_stat(Char *fn, struct freebsd11_stat *sb, glob11_t *pglob)
lib/libc/gen/glob-compat11.h
63
int (*)(const char *, int), glob11_t * __restrict);
lib/libc/gen/glob-compat11.h
64
void freebsd11_globfree(glob11_t *);