glob_t
Overview
Related Modules:
Description:
Defines the search information.
This structure is used to store information about matched files.
Summary
Data Fields
Details
Field Documentation
gl_offs
size_t glob_t::gl_offs
Description:
Slots to reserve in gl_pathv
gl_pathc
size_t glob_t::gl_pathc
Description:
Number of matched paths so far
gl_pathv
char** glob_t::gl_pathv
Description:
List of matched path names