Searched refs:glob_t (Results 1 - 8 of 8) sorted by relevance
| /ast/src/lib/libast/include/ |
| H A D | glob.h | 40 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*);
|
| /ast/src/lib/libast/misc/ |
| H A D | glob.c | 79 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...] |
| /ast/src/cmd/ksh93/sh/ |
| H A D | expand.c | 78 static char *nextdir(glob_t *gp, char *dir) 95 glob_t gdata; 97 register glob_t *gp= &gdata;
|
| /ast/src/cmd/nmake/ |
| H A D | bind.c | 430 glob_diropen(glob_t* gp, const char* path) 482 glob_dirnext(glob_t* gp, void* handle) 529 glob_dirclose(glob_t* gp, void* handle) 544 glob_type(glob_t* gp, const char* path, int flags) 599 globv(register glob_t* gp, char* s) 606 glob_t gl;
|
| H A D | make.h | 968 extern char** globv(glob_t*, char*);
|
| H A D | expand.c | 1216 glob_t gl;
|
| /ast/src/cmd/html/ |
| H A D | htmlrefs.c | 253 glob_t gl;
|
| /ast/src/cmd/re/ |
| H A D | testglob.c | 527 glob_t gl;
|
Completed in 41 milliseconds