Searched refs:glob_t (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-10-stable/include/
H A Dglob.h67 } glob_t; typedef in typeref:struct:__anon5563
102 int (*)(const char *, int), glob_t * __restrict);
103 void globfree(glob_t *);
/freebsd-10-stable/contrib/tcsh/
H A Dglob.h59 } glob_t; typedef in typeref:struct:__anon372
89 int glob (const char *, int, int (*)(const char *, int), glob_t *);
90 void globfree (glob_t *);
H A Dglob.c88 static int glob1 (Char *, glob_t *, int);
89 static int glob2 (struct strbuf *, const Char *, glob_t *, int);
91 const Char *, glob_t *, int);
92 static void globextend (const char *, glob_t *);
292 glob_t *pglob)
463 glob1(Char *pattern, glob_t *pglob, int no_match)
484 glob2(struct strbuf *pathbuf, const Char *pattern, glob_t *pglob, int no_match)
562 const Char *pglobstar, glob_t *pglob, int no_match)
658 * Extend the gl_pathv member of a glob_t structure to accomodate a new item,
667 * Invariant of the glob_t structur
[all...]
H A Dsh.glob.c430 glob_t globv;
/freebsd-10-stable/contrib/netbsd-tests/include/
H A Dt_glob.c46 glob_t g;
51 * "The <glob.h> header shall define the glob_t structure type,
60 (void)memset(&g, 0, sizeof(glob_t));
/freebsd-10-stable/crypto/heimdal/lib/roken/
H A Dglob.hin52 #define glob_t rk_glob_t
76 } glob_t;
97 glob (const char *, int, int (*)(const char *, int), glob_t *);
100 globfree (glob_t *);
H A Dglob.c147 static int g_lstat (Char *, struct stat *, glob_t *);
148 static DIR *g_opendir (Char *, glob_t *);
153 static int g_stat (Char *, struct stat *, glob_t *);
154 static int glob0 (const Char *, glob_t *);
155 static int glob1 (Char *, glob_t *, size_t *);
156 static int glob2 (Char *, Char *, Char *, glob_t *, size_t *);
157 static int glob3 (Char *, Char *, Char *, Char *, glob_t *, size_t *);
158 static int globextend (const Char *, glob_t *, size_t *);
159 static const Char * globtilde (const Char *, Char *, glob_t *);
160 static int globexp1 (const Char *, glob_t *);
[all...]
/freebsd-10-stable/crypto/openssh/openbsd-compat/
H A Dglob.h50 # define glob_t _ssh_compat_glob_t macro
75 } glob_t; typedef in typeref:struct:__anon8
100 int glob(const char *, int, int (*)(const char *, int), glob_t *);
101 void globfree(glob_t *);
H A Dglob.c154 static int g_lstat(Char *, struct stat *, glob_t *);
155 static DIR *g_opendir(Char *, glob_t *);
158 static int g_stat(Char *, struct stat *, glob_t *);
159 static int glob0(const Char *, glob_t *, struct glob_lim *);
160 static int glob1(Char *, Char *, glob_t *, struct glob_lim *);
162 glob_t *, struct glob_lim *);
164 Char *, Char *, glob_t *, struct glob_lim *);
165 static int globextend(const Char *, glob_t *, struct glob_lim *,
168 globtilde(const Char *, Char *, size_t, glob_t *);
169 static int globexp1(const Char *, glob_t *, struc
[all...]
/freebsd-10-stable/lib/libc/gen/
H A Dglob.c154 static int g_lstat(Char *, struct stat *, glob_t *);
155 static DIR *g_opendir(Char *, glob_t *);
160 static int g_stat(Char *, struct stat *, glob_t *);
161 static int glob0(const Char *, glob_t *, struct glob_limit *,
163 static int glob1(Char *, glob_t *, struct glob_limit *);
164 static int glob2(Char *, Char *, Char *, Char *, glob_t *,
166 static int glob3(Char *, Char *, Char *, Char *, Char *, glob_t *,
168 static int globextend(const Char *, glob_t *, struct glob_limit *,
171 globtilde(const Char *, Char *, size_t, glob_t *);
172 static int globexp0(const Char *, glob_t *, struc
[all...]
/freebsd-10-stable/crypto/openssh/
H A Dsftp-glob.c36 int (*)(const char *, int), glob_t *);
138 int (*errfunc)(const char *, int), glob_t *pglob)
H A Dsftp.c118 int (*)(const char *, int), glob_t *); /* proto for sftp-glob.c */
595 glob_t g;
682 glob_t g;
877 glob_t g;
1414 glob_t g;
1830 glob_t g;
/freebsd-10-stable/usr.bin/login/
H A Dlogin_fbtab.c125 glob_t gl;
/freebsd-10-stable/contrib/less/
H A Dlglob.h36 #define DECL_GLOB_LIST(list) glob_t list; int i;
/freebsd-10-stable/usr.sbin/sesutil/
H A Dsesutil.c161 glob_t g;
316 glob_t g;
444 glob_t g;
/freebsd-10-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dpopen.c138 glob_t gl;
H A Dftpcmd.y841 glob_t gl;
/freebsd-10-stable/libexec/ftpd/
H A Dpopen.c101 glob_t gl;
/freebsd-10-stable/contrib/unbound/util/
H A Dconfiglexer.lex111 glob_t g;
/freebsd-10-stable/sbin/restore/
H A Dinteractive.c80 glob_t glob; /* globbing information */
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_glob.c199 glob_t gl;
/freebsd-10-stable/crypto/heimdal/appl/ftp/ftp/
H A Dcmds.c514 glob_t gl;
1564 glob_t gl;
/freebsd-10-stable/usr.sbin/newsyslog/
H A Dnewsyslog.c986 glob_t pglob;
1064 glob_t pglob;
/freebsd-10-stable/contrib/tnftp/src/
H A Dutil.c634 glob_t gl;
/freebsd-10-stable/contrib/unbound/validator/
H A Dval_anchor.c789 glob_t g;

Completed in 136 milliseconds

12