# glob\_t - [Overview](#section687133126165636) - [Summary](#section624234065165636) - [Data Fields](#pub-attribs) - [Details](#section341760664165636) - [Field](#section503539067165636) - [gl\_offs](#ada6945e8f6ca53ecf82c9d736fb5307e) - [gl\_pathc](#a69dc492f370a9793f06c11e3eb12f199) - [gl\_pathv](#abd9ba3e5bd7a4767af2cd3dd98a2a64f) ## **Overview** **Related Modules:** [FS](fs.md) **Description:** Defines the search information. This structure is used to store information about matched files. ## **Summary** ## Data Fields

Variable Name

Description

gl_pathc

size_t

gl_pathv

char **

gl_offs

size_t

## **Details** ## **Field ** ## 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