Data Fields

glob_t Struct Reference

#include <rpmio/glob.h>

Data Fields

__size_t gl_pathc
char ** gl_pathv
__size_t gl_offs
int gl_flags
void(* gl_closedir )()
struct dirent *(* gl_readdir )()
char *(* gl_opendir )()
int(* gl_lstat )()
int(* gl_stat )()

Detailed Description

Definition at line 117 of file glob.h.


Field Documentation

Definition at line 126 of file glob.h.

Referenced by Glob(), glob64(), and glob_in_dir().

Definition at line 122 of file glob.h.

Referenced by glob64(), and glob_in_dir().

int(* glob_t::gl_lstat)()

Definition at line 132 of file glob.h.

Referenced by Glob(), and glob64().

Definition at line 121 of file glob.h.

Referenced by glob64(), and glob_in_dir().

char*(* glob_t::gl_opendir)()

Definition at line 130 of file glob.h.

Referenced by Glob(), glob64(), and glob_in_dir().

Definition at line 119 of file glob.h.

Referenced by glob64(), glob_in_dir(), globfree64(), and rpmGlob().

Definition at line 120 of file glob.h.

Referenced by glob64(), glob_in_dir(), globfree64(), and rpmGlob().

struct dirent*(* glob_t::gl_readdir)() [read]

Definition at line 128 of file glob.h.

Referenced by Glob(), glob64(), and glob_in_dir().

int(* glob_t::gl_stat)()

Definition at line 134 of file glob.h.

Referenced by Glob(), glob64(), and glob_in_dir().


The documentation for this struct was generated from the following file: