rpm  5.2.1
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 116 of file glob.h.


Field Documentation

Definition at line 125 of file glob.h.

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

Definition at line 121 of file glob.h.

Referenced by glob(), and glob_in_dir().

int(* glob_t::gl_lstat)()

Definition at line 131 of file glob.h.

Referenced by glob(), and Glob().

Definition at line 120 of file glob.h.

Referenced by glob(), and glob_in_dir().

char*(* glob_t::gl_opendir)()

Definition at line 129 of file glob.h.

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

Definition at line 118 of file glob.h.

Referenced by glob(), glob_in_dir(), globfree(), and rpmGlob().

Definition at line 119 of file glob.h.

Referenced by glob(), glob_in_dir(), globfree(), and rpmGlob().

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

Definition at line 127 of file glob.h.

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

int(* glob_t::gl_stat)()

Definition at line 133 of file glob.h.

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


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