/titanic_51/usr/src/lib/libast/common/include/ |
H A D | glob.h | 40 typedef struct _glob_ glob_t; typedef 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*); 139 extern int glob(const char*, int, int(*)(const char*,int), glob_t*); 140 extern void globfree(glob_t*);
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | glob.h | 40 typedef struct _glob_ glob_t; typedef 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*);
|
/titanic_51/usr/src/lib/libast/i386/include/ast/ |
H A D | glob.h | 49 typedef struct _glob_ glob_t; typedef 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*)); 149 extern __MANGLE__ int glob __PROTO__((const char*, int, int(*)(const char*,int), glob_t*)); 150 extern __MANGLE__ void globfree __PROTO__((glob_t*));
|
/titanic_51/usr/src/lib/libast/amd64/include/ast/ |
H A D | glob.h | 49 typedef struct _glob_ glob_t; typedef 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*)); 149 extern __MANGLE__ int glob __PROTO__((const char*, int, int(*)(const char*,int), glob_t*)); 150 extern __MANGLE__ void globfree __PROTO__((glob_t*));
|
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | glob.h | 49 typedef struct _glob_ glob_t; typedef 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*)); 149 extern __MANGLE__ int glob __PROTO__((const char*, int, int(*)(const char*,int), glob_t*)); 150 extern __MANGLE__ void globfree __PROTO__((glob_t*));
|
/titanic_51/usr/src/lib/libast/sparc/include/ast/ |
H A D | glob.h | 49 typedef struct _glob_ glob_t; typedef 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*)); 149 extern __MANGLE__ int glob __PROTO__((const char*, int, int(*)(const char*,int), glob_t*)); 150 extern __MANGLE__ void globfree __PROTO__((glob_t*));
|
/titanic_51/usr/src/head/ |
H A D | glob.h | 80 typedef struct glob_t { struct 118 } glob_t; typedef 128 #define GLOB_APPEND 0x0020 /* Append to previous glob_t */ 175 glob_t *_RESTRICT_KYWD); 176 extern void globfree(glob_t *); 84 gl_pathcglob_t global() argument 85 gl_pathvglob_t global() argument 86 gl_offsglob_t global() argument
|
/titanic_51/usr/src/lib/libc/port/regex/ |
H A D | glob.c | 81 * This is the legacy glob_t prior to illumos enhancement 1097, 181 static int g_lstat(wcat_t *, struct stat *, glob_t *); 182 static DIR *g_opendir(wcat_t *, glob_t *); 184 static int g_stat(wcat_t *, struct stat *, glob_t *); 185 static int glob0(const wcat_t *, glob_t *, struct glob_lim *, 187 static int glob1(wcat_t *, wcat_t *, glob_t *, struct glob_lim *, 190 wcat_t *, glob_t *, struct glob_lim *, 193 wcat_t *, wcat_t *, glob_t *, struct glob_lim *, 195 static int globextend(const wcat_t *, glob_t *, struct glob_lim *, 198 const wcat_t *globtilde(const wcat_t *, wcat_t *, size_t, glob_t *); [all...] |
/titanic_51/usr/src/lib/libast/common/misc/ |
H A D | glob.c | 78 gl_diropen(glob_t* gp, const char* path) in gl_diropen() 88 gl_dirnext(glob_t* gp, void* handle) in gl_dirnext() 111 gl_dirclose(glob_t* gp, void* handle) in gl_dirclose() 121 gl_type(glob_t* gp, const char* path, int flags) in gl_type() 144 gl_attr(glob_t* gp, const char* path, int flags) in gl_attr() 154 gl_nextdir(glob_t* gp, char* dir) in gl_nextdir() 185 errorcheck(register glob_t* gp, const char* path) in errorcheck() 231 addmatch(register glob_t* gp, const char* dir, const char* pat, register const char* rescan, char* … in addmatch() 293 glob_dir(glob_t* gp, globlist_t* ap) in glob_dir() 567 glob(const char* pattern, int flags, int (*errfn)(const char*, int), register glob_t* gp) in glob() [all …]
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/misc/ |
H A D | glob.c | 79 gl_diropen(glob_t* gp, const char* path) in gl_diropen() 89 gl_dirnext(glob_t* gp, void* handle) in gl_dirnext() 109 gl_dirclose(glob_t* gp, void* handle) in gl_dirclose() 119 gl_type(glob_t* gp, const char* path, int flags) in gl_type() 142 gl_attr(glob_t* gp, const char* path, int flags) in gl_attr() 152 gl_nextdir(glob_t* gp, char* dir) in gl_nextdir() 183 errorcheck(register glob_t* gp, const char* path) in errorcheck() 228 addmatch(register glob_t* gp, const char* dir, const char* pat, register const char* rescan, char* endslash, int meta) in addmatch() 290 glob_dir(glob_t* gp, globlist_t* ap, int re_flags) in glob_dir() 580 glob(const char* pattern, int flags, int (*errfn)(const char*, int), register glob_t* g [all...] |
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | expand.c | 78 static char *nextdir(glob_t *gp, char *dir) in nextdir() 95 glob_t gdata; in path_expand() 97 register glob_t *gp= &gdata; in path_expand()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | expand.c | 78 static char *nextdir(glob_t *gp, char *dir) in nextdir() 95 glob_t gdata; in path_expand() 97 register glob_t *gp= &gdata; in path_expand()
|
/titanic_51/usr/src/cmd/filesync/ |
H A D | eval.c | 880 glob_t gt; in add_glob()
|
/titanic_51/usr/src/cmd/mandoc/ |
H A D | main.c | 534 glob_t globinfo; in fs_lookup()
|
/titanic_51/usr/src/lib/libc/port/ |
H A D | llib-lc | 1171 int(*errfunc)(const char *epath, int eerrno), glob_t *restrict pglob); 1172 extern void globfree(glob_t *pglob);
|