Searched refs:glob_t (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/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*);
|
/illumos-gate/usr/src/head/ |
H A D | glob.h | 80 typedef struct glob_t { struct 118 } glob_t; argument 175 glob_t *_RESTRICT_KYWD); 176 extern void globfree(glob_t *);
|
/illumos-gate/usr/src/lib/libc/port/regex/ |
H A D | glob.c | 179 static int g_lstat(wcat_t *, struct stat *, glob_t *); 180 static DIR *g_opendir(wcat_t *, glob_t *); 182 static int g_stat(wcat_t *, struct stat *, glob_t *); 183 static int glob0(const wcat_t *, glob_t *, struct glob_lim *, 185 static int glob1(wcat_t *, wcat_t *, glob_t *, struct glob_lim *, 188 wcat_t *, glob_t *, struct glob_lim *, 191 wcat_t *, wcat_t *, glob_t *, struct glob_lim *, 193 static int globextend(const wcat_t *, glob_t *, struct glob_lim *, 196 const wcat_t *globtilde(const wcat_t *, wcat_t *, size_t, glob_t *); 197 static int globexp1(const wcat_t *, glob_t *, struct glob_lim *, [all …]
|
/illumos-gate/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* … 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* gp) in glob() [all …]
|
/illumos-gate/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()
|
/illumos-gate/usr/src/lib/libppt/common/ |
H A D | libppt.c | 190 glob_t gl; in ppt_list_assigned()
|
/illumos-gate/usr/src/cmd/filesync/ |
H A D | eval.c | 878 glob_t gt; in add_glob()
|
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | main.c | 740 glob_t globinfo; in fs_lookup()
|