Symbol: glob_t
bin/csh/glob.c
372
glob_t globv;
include/glob.h
106
int (*)(const char *, int), glob_t * __restrict) __RENAME(__glob30);
include/glob.h
107
void globfree(glob_t *) __RENAME(__globfree30);
lib/libc/compat/include/glob.h
42
int (*)(const char *, int), glob_t * __restrict);
lib/libc/compat/include/glob.h
43
void globfree(glob_t *);
lib/libc/gen/glob.c
1014
globfree(glob_t *pglob)
lib/libc/gen/glob.c
1066
g_opendir(Char *str, glob_t *pglob)
lib/libc/gen/glob.c
1087
g_lstat(Char *fn, __gl_stat_t *sb, glob_t *pglob)
lib/libc/gen/glob.c
1103
g_stat(Char *fn, __gl_stat_t *sb, glob_t *pglob)
lib/libc/gen/glob.c
162
static int g_lstat(Char *, __gl_stat_t *, glob_t *);
lib/libc/gen/glob.c
163
static DIR *g_opendir(Char *, glob_t *);
lib/libc/gen/glob.c
165
static int g_stat(Char *, __gl_stat_t *, glob_t *);
lib/libc/gen/glob.c
166
static int glob0(const Char *, glob_t *, struct glob_limit *);
lib/libc/gen/glob.c
167
static int glob1(Char *, glob_t *, struct glob_limit *);
lib/libc/gen/glob.c
168
static int glob2(Char *, Char *, Char *, const Char *, glob_t *,
lib/libc/gen/glob.c
171
const Char *, glob_t *, struct glob_limit *);
lib/libc/gen/glob.c
172
static int globextend(const Char *, glob_t *, struct glob_limit *);
lib/libc/gen/glob.c
174
glob_t *);
lib/libc/gen/glob.c
175
static int globexp1(const Char *, glob_t *, struct glob_limit *);
lib/libc/gen/glob.c
176
static int globexp2(const Char *, const Char *, glob_t *, int *,
lib/libc/gen/glob.c
185
int), glob_t * __restrict pglob)
lib/libc/gen/glob.c
237
globexp1(const Char *pattern, glob_t *pglob, struct glob_limit *limit)
lib/libc/gen/glob.c
269
globexp2(const Char *ptr, const Char *pattern, glob_t *pglob, int *rv,
lib/libc/gen/glob.c
384
size_t patsize, glob_t *pglob)
lib/libc/gen/glob.c
478
glob0(const Char *pattern, glob_t *pglob, struct glob_limit *limit)
lib/libc/gen/glob.c
587
glob1(Char *pattern, glob_t *pglob, struct glob_limit *limit)
lib/libc/gen/glob.c
613
glob_t *pglob, struct glob_limit *limit)
lib/libc/gen/glob.c
687
const Char *restpattern, const Char *pglobstar, glob_t *pglob,
lib/libc/gen/glob.c
891
globextend(const Char *path, glob_t *pglob, struct glob_limit *limit)
libexec/ftpd/conf.c
520
glob_t gl;
libexec/ftpd/ftpd.c
3428
glob_t gl;
libexec/ftpd/popen.c
138
glob_t gl;
libexec/makewhatis/makewhatis.c
133
glob_t pg;
sbin/restore/interactive.c
82
glob_t glob; /* globbing information */
tests/include/t_glob.c
46
glob_t g;
tests/include/t_glob.c
60
(void)memset(&g, 0, sizeof(glob_t));
tests/lib/libc/gen/t_glob.c
206
glob_t gl;
usr.bin/apropos/apropos.c
80
glob_t pg;
usr.bin/ftp/cmds.c
501
glob_t gl;
usr.bin/ftp/util.c
628
glob_t gl;
usr.bin/mail/complete.c
208
glob_t gl;
usr.bin/man/man.c
1064
glob_t pg;
usr.bin/man/man.c
123
static int manual(char *, struct manstate *, glob_t *);
usr.bin/man/man.c
143
glob_t pg;
usr.bin/man/man.c
554
manual(char *page, struct manstate *mp, glob_t *pg)
usr.bin/whatis/whatis.c
77
glob_t pg;
usr.sbin/catman/catman.c
261
glob_t manpaths;
usr.sbin/inetd/parse.c
1263
glob_t results;