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

12

/netbsd-6-1-5-RELEASE/lib/libc/compat/include/
H A Dglob.h42 int (*)(const char *, int), glob_t * __restrict);
43 void globfree(glob_t *);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/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.c149 static int g_lstat (Char *, struct stat *, glob_t *);
150 static DIR *g_opendir (Char *, glob_t *);
155 static int g_stat (Char *, struct stat *, glob_t *);
156 static int glob0 (const Char *, glob_t *);
157 static int glob1 (Char *, glob_t *, size_t *);
158 static int glob2 (Char *, Char *, Char *, glob_t *, size_t *);
159 static int glob3 (Char *, Char *, Char *, Char *, glob_t *, size_t *);
160 static int globextend (const Char *, glob_t *, size_t *);
161 static const Char * globtilde (const Char *, Char *, glob_t *);
162 static int globexp1 (const Char *, glob_t *);
[all...]
/netbsd-6-1-5-RELEASE/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));
/netbsd-6-1-5-RELEASE/include/
H A Dglob.h71 } glob_t; typedef in typeref:struct:__anon4975
105 int (*)(const char *, int), glob_t * __restrict) __RENAME(__glob30);
106 void globfree(glob_t *) __RENAME(__globfree30);
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dglob-libc.h115 } glob_t; typedef in typeref:struct:__anon2818
163 glob_t *__restrict __pglob) __THROW;
166 extern void globfree (glob_t *__pglob) __THROW;
171 glob_t *__restrict __pglob), glob64);
173 extern void __REDIRECT_NTH (globfree, (glob_t *__pglob), globfree64);
H A Dglob.c199 glob_t *pglob);
248 glob_t *pglob;
736 glob_t dirs;
895 register glob_t *pglob;
1037 glob_t *pglob, int flags)
1061 glob_t *pglob)
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/glob/
H A Dglob.h134 } glob_t; typedef in typeref:struct:__anon4787
179 glob_t *__pglob));
182 extern void globfree __P ((glob_t *__pglob));
186 glob_t *__pglob)) __asm__ ("glob64");
188 extern void globfree __P ((glob_t *__pglob)) __asm__ ("globfree64");
H A Dglob.c299 glob_t *pglob));
368 glob_t *pglob;
859 glob_t dirs;
1068 register glob_t *pglob;
1220 glob_t *pglob;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dsftp-glob.c35 int (*)(const char *, int), glob_t *);
113 int (*errfunc)(const char *, int), glob_t *pglob)
H A Dsftp.c88 int (*)(const char *, int), glob_t *); /* proto for sftp-glob.c */
505 glob_t g;
580 glob_t g;
771 glob_t g;
1294 glob_t g;
1697 glob_t g;
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dglob.c162 static int g_lstat(Char *, __gl_stat_t *, glob_t *);
163 static DIR *g_opendir(Char *, glob_t *);
165 static int g_stat(Char *, __gl_stat_t *, glob_t *);
166 static int glob0(const Char *, glob_t *, struct glob_limit *);
167 static int glob1(Char *, glob_t *, struct glob_limit *);
168 static int glob2(Char *, Char *, Char *, const Char *, glob_t *,
171 const Char *, glob_t *, struct glob_limit *);
172 static int globextend(const Char *, glob_t *, struct glob_limit *);
173 static const Char *globtilde(const Char *, Char *, size_t, glob_t *);
174 static int globexp1(const Char *, glob_t *, struc
[all...]
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/racoon/
H A Dcftoken.l101 glob_t matches;
/netbsd-6-1-5-RELEASE/external/bsd/less/dist/
H A Dlglob.h39 #define DECL_GLOB_LIST(list) glob_t list; size_t i;
/netbsd-6-1-5-RELEASE/usr.bin/man/
H A Dman.c118 static int manual(char *, struct manstate *, glob_t *);
136 glob_t pg;
469 struct manstate *mp, glob_t *pg, size_t cnt)
505 manual(char *page, struct manstate *mp, glob_t *pg)
1011 glob_t pg;
/netbsd-6-1-5-RELEASE/libexec/ftpd/
H A Dpopen.c138 glob_t gl;
H A Dconf.c519 glob_t gl;
/netbsd-6-1-5-RELEASE/usr.bin/whatis/
H A Dwhatis.c77 glob_t pg;
/netbsd-6-1-5-RELEASE/tests/lib/libc/gen/
H A Dt_glob.c170 glob_t gl;
/netbsd-6-1-5-RELEASE/usr.bin/apropos/
H A Dapropos.c80 glob_t pg;
/netbsd-6-1-5-RELEASE/external/bsd/pkg_install/dist/lib/
H A Dfile.c253 glob_t globbed;
/netbsd-6-1-5-RELEASE/sbin/restore/
H A Dinteractive.c81 glob_t glob; /* globbing information */
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Dfind_names.c276 glob_t glist;
/netbsd-6-1-5-RELEASE/usr.sbin/catman/
H A Dcatman.c257 glob_t manpaths;
/netbsd-6-1-5-RELEASE/bin/csh/
H A Dglob.c375 glob_t globv;

Completed in 374 milliseconds

12