|
|
|
| Interface status: | externallyDefinedApi |
struct glob_t;
Includes the following members,
Defined in glob_t:
gl_closedirAlternate filesystem access methods for glob; replacement versions of closedir(3...gl_errfuncgl_flagsCopy of flags parameter to glob. gl_lstatAlternate filesystem access methods for glob; replacement versions of closedir(3...gl_matchcCount of paths matching pattern gl_offsReserved at beginning of gl_pathv. gl_opendirAlternate filesystem access methods for glob; replacement versions of closedir(3...gl_pathcCount of total paths so far. gl_pathvList of paths matching pattern. gl_readdirgl_statAlternate filesystem access methods for glob; replacement versions of closedir(3...| Interface status: | externallyDefinedApi | Inherited from: glob_t |
int gl_pathc;
Count of total paths so far.
| Interface status: | externallyDefinedApi | Inherited from: glob_t |
int gl_matchc;
Count of paths matching pattern
| Interface status: | externallyDefinedApi | Inherited from: glob_t |
int gl_offs;
Reserved at beginning of gl_pathv.
| Interface status: | externallyDefinedApi | Inherited from: glob_t |
int gl_flags;
Copy of flags parameter to glob.
| Interface status: | externallyDefinedApi | Inherited from: glob_t |
char ** gl_pathv;
List of paths matching pattern.
| Interface status: | externallyDefinedApi | Inherited from: glob_t |
int(* gl_errfunc)(const char *, int);
| Interface status: | externallyDefinedApi | Inherited from: glob_t |
void(* gl_closedir)(void *);
Alternate filesystem access methods for glob; replacement versions of closedir(3), readdir(3), opendir(3), stat(2) and lstat(2).
| Interface status: | externallyDefinedApi | Inherited from: glob_t |
dirent *(* gl_readdir)(void *);
| Interface status: | externallyDefinedApi | Inherited from: glob_t |
void *(* gl_opendir)(const char *);
Alternate filesystem access methods for glob; replacement versions of closedir(3), readdir(3), opendir(3), stat(2) and lstat(2).
| Interface status: | externallyDefinedApi | Inherited from: glob_t |
int(* gl_lstat)(const char *, struct stat *);
Alternate filesystem access methods for glob; replacement versions of closedir(3), readdir(3), opendir(3), stat(2) and lstat(2).
| Interface status: | externallyDefinedApi | Inherited from: glob_t |
int(* gl_stat)(const char *, struct stat *);
Alternate filesystem access methods for glob; replacement versions of closedir(3), readdir(3), opendir(3), stat(2) and lstat(2).