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

/ast/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*);

Completed in 7 milliseconds