Symbol: glob_t
crypto/openssh/readconf.c
1058
glob_t gl;
crypto/openssh/scp.c
1556
glob_t g;
crypto/openssh/scp.c
190
int (*)(const char *, int), glob_t *); /* proto for sftp-glob.c */
crypto/openssh/scp.c
1995
glob_t g;
crypto/openssh/servconf.c
1269
glob_t gbuf;
crypto/openssh/sftp-glob.c
138
int (*errfunc)(const char *, int), glob_t *pglob)
crypto/openssh/sftp-glob.c
36
int (*)(const char *, int), glob_t *);
crypto/openssh/sftp-usergroup.c
151
collect_ids_from_glob(glob_t *g, int user, u_int **idsp, u_int *nidsp)
crypto/openssh/sftp-usergroup.c
175
get_remote_user_groups_from_glob(struct sftp_conn *conn, glob_t *g)
crypto/openssh/sftp-usergroup.h
20
void get_remote_user_groups_from_glob(struct sftp_conn *conn, glob_t *g);
crypto/openssh/sftp.c
105
glob_t *sort_glob;
crypto/openssh/sftp.c
114
int (*)(const char *, int), glob_t *); /* proto for sftp-glob.c */
crypto/openssh/sftp.c
1564
glob_t g;
crypto/openssh/sftp.c
2004
glob_t g;
crypto/openssh/sftp.c
653
glob_t g;
crypto/openssh/sftp.c
740
glob_t g;
crypto/openssh/sftp.c
974
glob_t g;
include/glob.h
106
glob_t * __restrict);
include/glob.h
107
void globfree(glob_t *);
lib/libc/gen/glob.c
167
static int g_lstat(Char *, struct stat *, glob_t *);
lib/libc/gen/glob.c
168
static DIR *g_opendir(Char *, glob_t *);
lib/libc/gen/glob.c
173
static int g_stat(Char *, struct stat *, glob_t *);
lib/libc/gen/glob.c
174
static int glob0(const Char *, glob_t *, struct glob_limit *);
lib/libc/gen/glob.c
175
static int glob1(Char *, glob_t *, struct glob_limit *);
lib/libc/gen/glob.c
176
static int glob2(Char *, Char *, Char *, Char *, glob_t *,
lib/libc/gen/glob.c
178
static int glob3(Char *, Char *, Char *, Char *, Char *, glob_t *,
lib/libc/gen/glob.c
180
static int globextend(const Char *, glob_t *, struct glob_limit *);
lib/libc/gen/glob.c
182
globtilde(const Char *, Char *, size_t, glob_t *);
lib/libc/gen/glob.c
183
static int globexp1(const Char *, glob_t *, struct glob_limit *);
lib/libc/gen/glob.c
184
static int globexp2(const Char *, const Char *, glob_t *, int *,
lib/libc/gen/glob.c
193
int (*errfunc)(const char *, int), glob_t * __restrict pglob)
lib/libc/gen/glob.c
266
globexp1(const Char *pattern, glob_t *pglob, struct glob_limit *limit)
lib/libc/gen/glob.c
295
globexp2(const Char *ptr, const Char *pattern, glob_t *pglob, int *rv,
lib/libc/gen/glob.c
400
globtilde(const Char *pattern, Char *patbuf, size_t patbuf_len, glob_t *pglob)
lib/libc/gen/glob.c
466
glob0(const Char *pattern, glob_t *pglob, struct glob_limit *limit)
lib/libc/gen/glob.c
559
glob1(Char *pattern, glob_t *pglob, struct glob_limit *limit)
lib/libc/gen/glob.c
577
glob_t *pglob, struct glob_limit *limit)
lib/libc/gen/glob.c
645
glob_t *pglob, struct glob_limit *limit)
lib/libc/gen/glob.c
750
globextend(const Char *path, glob_t *pglob, struct glob_limit *limit)
lib/libc/gen/glob.c
855
globfree(glob_t *pglob)
lib/libc/gen/glob.c
871
g_opendir(Char *str, glob_t *pglob)
lib/libc/gen/glob.c
889
g_lstat(Char *fn, struct stat *sb, glob_t *pglob)
lib/libc/gen/glob.c
903
g_stat(Char *fn, struct stat *sb, glob_t *pglob)
lib/libssh/openbsd-compat/glob.c
1015
g_lstat(Char *fn, struct stat *sb, glob_t *pglob)
lib/libssh/openbsd-compat/glob.c
1027
g_stat(Char *fn, struct stat *sb, glob_t *pglob)
lib/libssh/openbsd-compat/glob.c
158
static int g_lstat(Char *, struct stat *, glob_t *);
lib/libssh/openbsd-compat/glob.c
159
static DIR *g_opendir(Char *, glob_t *);
lib/libssh/openbsd-compat/glob.c
162
static int g_stat(Char *, struct stat *, glob_t *);
lib/libssh/openbsd-compat/glob.c
163
static int glob0(const Char *, glob_t *, struct glob_lim *);
lib/libssh/openbsd-compat/glob.c
164
static int glob1(Char *, Char *, glob_t *, struct glob_lim *);
lib/libssh/openbsd-compat/glob.c
166
glob_t *, struct glob_lim *);
lib/libssh/openbsd-compat/glob.c
168
Char *, Char *, glob_t *, struct glob_lim *);
lib/libssh/openbsd-compat/glob.c
169
static int globextend(const Char *, glob_t *, struct glob_lim *,
lib/libssh/openbsd-compat/glob.c
172
globtilde(const Char *, Char *, size_t, glob_t *);
lib/libssh/openbsd-compat/glob.c
173
static int globexp1(const Char *, glob_t *, struct glob_lim *);
lib/libssh/openbsd-compat/glob.c
174
static int globexp2(const Char *, const Char *, glob_t *,
lib/libssh/openbsd-compat/glob.c
183
glob_t *pglob)
lib/libssh/openbsd-compat/glob.c
240
globexp1(const Char *pattern, glob_t *pglob, struct glob_lim *limitp)
lib/libssh/openbsd-compat/glob.c
261
globexp2(const Char *ptr, const Char *pattern, glob_t *pglob,
lib/libssh/openbsd-compat/glob.c
366
globtilde(const Char *pattern, Char *patbuf, size_t patbuf_len, glob_t *pglob)
lib/libssh/openbsd-compat/glob.c
475
glob0(const Char *pattern, glob_t *pglob, struct glob_lim *limitp)
lib/libssh/openbsd-compat/glob.c
614
glob1(Char *pattern, Char *pattern_last, glob_t *pglob, struct glob_lim *limitp)
lib/libssh/openbsd-compat/glob.c
633
Char *pattern, Char *pattern_last, glob_t *pglob, struct glob_lim *limitp)
lib/libssh/openbsd-compat/glob.c
701
Char *pattern, Char *restpattern, Char *restpattern_last, glob_t *pglob,
lib/libssh/openbsd-compat/glob.c
800
globextend(const Char *path, glob_t *pglob, struct glob_lim *limitp,
lib/libssh/openbsd-compat/glob.c
975
globfree(glob_t *pglob)
lib/libssh/openbsd-compat/glob.c
997
g_opendir(Char *str, glob_t *pglob)
lib/libssh/openbsd-compat/glob.h
101
int glob(const char *, int, int (*)(const char *, int), glob_t *);
lib/libssh/openbsd-compat/glob.h
102
void globfree(glob_t *);
libexec/ftpd/ftpcmd.y
1753
glob_t gl;
libexec/ftpd/ftpd.c
3106
glob_t gl;
libexec/ftpd/popen.c
95
glob_t gl;
sbin/restore/interactive.c
69
glob_t glob; /* globbing information */
usr.bin/login/login_fbtab.c
124
glob_t gl;
usr.sbin/newsyslog/newsyslog.c
1003
glob_t pglob;
usr.sbin/newsyslog/newsyslog.c
1081
glob_t pglob;