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

12

/macosx-10.10.1/ksh-23/ksh/src/lib/libast/include/
H A Dglob.h40 typedef struct _glob_ glob_t; typedef in typeref:struct:_glob_
68 void* (*gl_diropen)(glob_t*, const char*);
69 char* (*gl_dirnext)(glob_t*, void*);
70 void (*gl_dirclose)(glob_t*, void*);
71 int (*gl_type)(glob_t*, const char*, int);
72 int (*gl_attr)(glob_t*, const char*, int);
84 char* (*gl_nextdir)(glob_t*, char*);
141 extern int glob(const char*, int, int(*)(const char*,int), glob_t*);
142 extern void globfree(glob_t*);
/macosx-10.10.1/sudo-73/src/emul/
H A Dglob.h53 } glob_t; typedef in typeref:struct:__anon12412
77 int glob(const char *, int, int (*)(const char *, int), glob_t *);
78 void globfree(glob_t *);
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dglob.h87 } glob_t; typedef in typeref:struct:__anon2744
124 glob_t * __restrict) __DARWIN_INODE64(glob);
128 glob_t * __restrict) LIBC_INODE64(glob);
136 glob_t * __restrict) __DARWIN_INODE64(glob_b) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
140 glob_t * __restrict) LIBC_INODE64(glob_b);
144 void globfree(glob_t *);
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dglob.h71 } glob_t; typedef in typeref:struct:__anon3203
96 int glob(const char *, int, int (*)(const char *, int), glob_t *);
97 void globfree(glob_t *);
H A Dglob.c153 static int g_lstat(Char *, struct stat *, glob_t *);
154 static DIR *g_opendir(Char *, glob_t *);
157 static int g_stat(Char *, struct stat *, glob_t *);
158 static int glob0(const Char *, glob_t *, struct glob_lim *);
159 static int glob1(Char *, Char *, glob_t *, struct glob_lim *);
161 glob_t *, struct glob_lim *);
163 Char *, Char *, glob_t *, struct glob_lim *);
164 static int globextend(const Char *, glob_t *, struct glob_lim *,
167 globtilde(const Char *, Char *, size_t, glob_t *);
168 static int globexp1(const Char *, glob_t *, struc
[all...]
/macosx-10.10.1/lukemftp-14/tnftp/libnetbsd/
H A Dftpglob.h67 } glob_t; typedef in typeref:struct:__anon10675
92 int glob(const char *, int, int (*)(const char *, int), glob_t *);
93 void globfree(glob_t *);
H A Dglob.c114 static int g_lstat(Char *, __gl_stat_t *, glob_t *);
115 static DIR *g_opendir(Char *, glob_t *);
117 static int g_stat(Char *, __gl_stat_t *, glob_t *);
118 static int glob0(const Char *, glob_t *);
119 static int glob1(Char *, glob_t *, size_t *);
120 static int glob2(Char *, Char *, Char *, Char *, glob_t *, size_t *);
121 static int glob3(Char *, Char *, Char *, Char *, Char *, glob_t *,
123 static int globextend(const Char *, glob_t *, size_t *);
124 static const Char *globtilde(const Char *, Char *, size_t, glob_t *);
125 static int globexp1(const Char *, glob_t *);
[all...]
/macosx-10.10.1/tcsh-65/tcsh/
H A Dglob.h59 } glob_t; typedef in typeref:struct:__anon13836
87 int glob (const char *, int, int (*)(const char *, int), glob_t *);
88 void globfree (glob_t *);
H A Dglob.c83 static int glob1 (Char *, glob_t *, int);
84 static int glob2 (struct strbuf *, const Char *, glob_t *, int);
86 glob_t *, int);
87 static void globextend (const char *, glob_t *);
287 glob_t *pglob)
454 glob1(Char *pattern, glob_t *pglob, int no_match)
475 glob2(struct strbuf *pathbuf, const Char *pattern, glob_t *pglob, int no_match)
536 glob_t *pglob, int no_match)
581 * Extend the gl_pathv member of a glob_t structure to accomodate a new item,
590 * Invariant of the glob_t structur
[all...]
/macosx-10.10.1/Heimdal-398.1.2/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...]
/macosx-10.10.1/sudo-73/src/
H A Dglob.c155 static int g_lstat __P((Char *, struct stat *, glob_t *));
156 static DIR *g_opendir __P((Char *, glob_t *));
159 static int g_stat __P((Char *, struct stat *, glob_t *));
160 static int glob0 __P((const Char *, glob_t *));
161 static int glob1 __P((Char *, Char *, glob_t *));
163 glob_t *));
165 Char *, Char *, glob_t *));
166 static int globextend __P((const Char *, glob_t *));
168 globtilde __P((const Char *, Char *, size_t, glob_t *));
169 static int globexp1 __P((const Char *, glob_t *));
[all...]
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dglob.c166 __private_extern__ int globextend(const Char *, glob_t *, struct glob_limit *, locale_t);
168 globtilde(const Char *, Char *, size_t, glob_t *);
172 static int g_lstat(Char *, struct stat *, glob_t *, locale_t);
173 static DIR *g_opendir(Char *, glob_t *, locale_t);
177 static int g_stat(Char *, struct stat *, glob_t *, locale_t);
178 static int glob0(const Char *, glob_t *, struct glob_limit *, locale_t);
179 static int glob1(Char *, glob_t *, struct glob_limit *, locale_t);
180 static int glob2(Char *, Char *, Char *, Char *, glob_t *, struct glob_limit *, locale_t);
181 static int glob3(Char *, Char *, Char *, Char *, Char *, glob_t *, struct glob_limit *, locale_t);
182 static int globexp1(const Char *, glob_t *, struc
[all...]
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dsftp-glob.c35 int (*)(const char *, int), glob_t *);
137 int (*errfunc)(const char *, int), glob_t *pglob)
H A Dsftp.c101 int (*)(const char *, int), glob_t *); /* proto for sftp-glob.c */
520 glob_t g;
595 glob_t g;
783 glob_t g;
1296 glob_t g;
1696 glob_t g;
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/misc/
H A Dglob.c79 gl_diropen(glob_t* gp, const char* path)
89 gl_dirnext(glob_t* gp, void* handle)
109 gl_dirclose(glob_t* gp, void* handle)
119 gl_type(glob_t* gp, const char* path, int flags)
142 gl_attr(glob_t* gp, const char* path, int flags)
152 gl_nextdir(glob_t* gp, char* dir)
183 errorcheck(register glob_t* gp, const char* path)
228 addmatch(register glob_t* gp, const char* dir, const char* pat, register const char* rescan, char* endslash, int meta)
290 glob_dir(glob_t* gp, globlist_t* ap, int re_flags)
573 glob(const char* pattern, int flags, int (*errfn)(const char*, int), register glob_t* g
[all...]
/macosx-10.10.1/libxml2-26/libxml2/
H A Dtestrecurse.c69 } glob_t; typedef in typeref:struct:__anon9641
74 glob_t *pglob) {
75 glob_t *ret;
97 memset(ret, 0, sizeof(glob_t));
138 static void globfree(glob_t *pglob) {
823 glob_t globbuf;
H A Druntest.c115 } glob_t; typedef in typeref:struct:__anon9639
120 glob_t *pglob) {
121 glob_t *ret;
143 memset(ret, 0, sizeof(glob_t));
184 static void globfree(glob_t *pglob) {
2409 glob_t globbuf;
2457 glob_t globbuf;
2992 glob_t globbuf;
3169 glob_t globbuf;
3256 glob_t globbu
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dtestrecurse.c72 } glob_t; typedef in typeref:struct:__anon11919
77 glob_t *pglob) {
78 glob_t *ret;
100 memset(ret, 0, sizeof(glob_t));
141 static void globfree(glob_t *pglob) {
831 glob_t globbuf;
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dexpand.c78 static char *nextdir(glob_t *gp, char *dir)
95 glob_t gdata;
97 register glob_t *gp= &gdata;
/macosx-10.10.1/less-25/less/
H A Dlglob.h37 #define DECL_GLOB_LIST(list) glob_t list; int i;
/macosx-10.10.1/uucp-11/uucp/unix/
H A Dwldcrd.c47 static glob_t sSglob;
/macosx-10.10.1/Heimdal-398.1.2/appl/ftp/ftpd/
H A Dpopen.c138 glob_t gl;
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Daaplbfct.cpp210 glob_t dirGlob;
211 glob_t fileGlob;
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dpathexp.c233 glob_t filenames;

Completed in 204 milliseconds

12