#include <glob.h>
Data Fields |
|
| int | gl_pathc |
| int | gl_matchc |
| int | gl_offs |
| int | gl_flags |
| char ** | gl_pathv |
| int(* | gl_errfunc )(const char *, int) |
| void(* | gl_closedir )(void *) |
| dirent *(* | gl_readdir )(void *) |
| void *(* | gl_opendir )(const char *) |
| int(* | gl_lstat )(const char *, struct stat *) |
| int(* | gl_stat )(const char *, struct stat *) |
|
|
|
|
|
|
|
|
|
|
|