#include <stdapis/glob.h>
struct glob_t |
Public Attributes | |
---|---|
void(* | gl_closedir |
int(* | gl_errfunc |
int | gl_flags |
int(* | gl_lstat |
int | gl_matchc |
int | gl_offs |
void *(* | gl_opendir |
int | gl_pathc |
char ** | gl_pathv |
struct dirent *(* | gl_readdir |
int(* | gl_stat |
Includes the following members,
void(* | gl_closedir |
Alternate filesystem access methods for glob; replacement versions of closedir(3), readdir(3), opendir(3), stat(2) and lstat(2).
int(* | gl_lstat |
Alternate filesystem access methods for glob; replacement versions of closedir(3), readdir(3), opendir(3), stat(2) and lstat(2).