BRL-CAD
|
#include <glob.h>
Data Fields | |
int | gl_flags |
int | gl_pathc |
int | gl_matchc |
struct bu_vls ** | gl_pathv |
struct bu_glob_context *(* | gl_opendir )(const char *) |
int(* | gl_readdir )(struct bu_dirent *, struct bu_glob_context *) |
void(* | gl_closedir )(struct bu_glob_context *) |
int(* | gl_lstat )(const char *, struct bu_stat *, struct bu_glob_context *) |
int(* | gl_stat )(const char *, struct bu_stat *, struct bu_glob_context *) |
int(* | gl_errfunc )(const char *, int, struct bu_glob_context *) |
void * | data |
void * | priv |
main structure used by bu_glob() to specify behavior, callbacks, and return results.
struct bu_glob_context *(* gl_opendir) (const char *) |
int(* gl_readdir) (struct bu_dirent *, struct bu_glob_context *) |
void(* gl_closedir) (struct bu_glob_context *) |
int(* gl_lstat) (const char *, struct bu_stat *, struct bu_glob_context *) |
int(* gl_stat) (const char *, struct bu_stat *, struct bu_glob_context *) |
int(* gl_errfunc) (const char *, int, struct bu_glob_context *) |