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

/osnet-11/usr/src/lib/libast/common/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*);
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dglob.h49 typedef struct _glob_ glob_t; typedef in typeref:struct:_glob_
77 __V_* (*gl_diropen) __PROTO__((glob_t*, const char*));
78 char* (*gl_dirnext) __PROTO__((glob_t*, __V_*));
79 void (*gl_dirclose) __PROTO__((glob_t*, __V_*));
80 int (*gl_type) __PROTO__((glob_t*, const char*, int));
81 int (*gl_attr) __PROTO__((glob_t*, const char*, int));
93 char* (*gl_nextdir) __PROTO__((glob_t*, char*));
151 extern __MANGLE__ int glob __PROTO__((const char*, int, int(*)(const char*,int), glob_t*));
152 extern __MANGLE__ void globfree __PROTO__((glob_t*));
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dglob.h49 typedef struct _glob_ glob_t; typedef in typeref:struct:_glob_
77 __V_* (*gl_diropen) __PROTO__((glob_t*, const char*));
78 char* (*gl_dirnext) __PROTO__((glob_t*, __V_*));
79 void (*gl_dirclose) __PROTO__((glob_t*, __V_*));
80 int (*gl_type) __PROTO__((glob_t*, const char*, int));
81 int (*gl_attr) __PROTO__((glob_t*, const char*, int));
93 char* (*gl_nextdir) __PROTO__((glob_t*, char*));
151 extern __MANGLE__ int glob __PROTO__((const char*, int, int(*)(const char*,int), glob_t*));
152 extern __MANGLE__ void globfree __PROTO__((glob_t*));
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dglob.h49 typedef struct _glob_ glob_t; typedef in typeref:struct:_glob_
77 __V_* (*gl_diropen) __PROTO__((glob_t*, const char*));
78 char* (*gl_dirnext) __PROTO__((glob_t*, __V_*));
79 void (*gl_dirclose) __PROTO__((glob_t*, __V_*));
80 int (*gl_type) __PROTO__((glob_t*, const char*, int));
81 int (*gl_attr) __PROTO__((glob_t*, const char*, int));
93 char* (*gl_nextdir) __PROTO__((glob_t*, char*));
151 extern __MANGLE__ int glob __PROTO__((const char*, int, int(*)(const char*,int), glob_t*));
152 extern __MANGLE__ void globfree __PROTO__((glob_t*));
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dglob.h49 typedef struct _glob_ glob_t; typedef in typeref:struct:_glob_
77 __V_* (*gl_diropen) __PROTO__((glob_t*, const char*));
78 char* (*gl_dirnext) __PROTO__((glob_t*, __V_*));
79 void (*gl_dirclose) __PROTO__((glob_t*, __V_*));
80 int (*gl_type) __PROTO__((glob_t*, const char*, int));
81 int (*gl_attr) __PROTO__((glob_t*, const char*, int));
93 char* (*gl_nextdir) __PROTO__((glob_t*, char*));
151 extern __MANGLE__ int glob __PROTO__((const char*, int, int(*)(const char*,int), glob_t*));
152 extern __MANGLE__ void globfree __PROTO__((glob_t*));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/
H A Dbsd_glob.h60 } glob_t; typedef in typeref:struct:__anon84
83 int bsd_glob(const char *, int, int (*)(const char *, int), glob_t *);
84 void bsd_globfree(glob_t *);
H A DGlob.xs41 glob_t pglob;
58 bzero(&pglob, sizeof(glob_t));
H A Dbsd_glob.c177 static int g_lstat(Char *, Stat_t *, glob_t *);
178 static DIR *g_opendir(Char *, glob_t *);
180 static int g_stat(Char *, Stat_t *, glob_t *);
181 static int glob0(const Char *, glob_t *);
182 static int glob1(Char *, Char *, glob_t *, size_t *);
184 glob_t *, size_t *);
186 Char *, Char *, glob_t *, size_t *);
187 static int globextend(const Char *, glob_t *, size_t *);
189 globtilde(const Char *, Char *, size_t, glob_t *);
190 static int globexp1(const Char *, glob_t *);
[all...]
/osnet-11/usr/src/lib/libc/port/regex/
H A Dglob.c69 static int globit(size_t, const char *, glob_t *, int,
72 static int append(glob_t *, const char *, int);
78 globfree(glob_t *gp)
98 int (*errfn)(const char *, int), glob_t *gp)
163 globit(size_t dend, const char *sp, glob_t *gp, int flags,
294 * Add a new matched filename to the glob_t structure, increasing the
298 append(glob_t *gp, const char *str, int flags)
/osnet-11/usr/src/lib/libast/common/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...]
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dexpand.c78 static char *nextdir(glob_t *gp, char *dir)
95 glob_t gdata;
97 register glob_t *gp= &gdata;
/osnet-11/usr/src/lib/libdhcpsvc/private/
H A Dprivate.c246 glob_t globbuf;

Completed in 24 milliseconds