glob_t

Overview

Related Modules:

FS

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 Documentation

gl_offs

  1. size_t glob_t::gl_offs

Description:

Slots to reserve in gl_pathv

gl_pathc

  1. size_t glob_t::gl_pathc

Description:

Number of matched paths so far

gl_pathv

  1. char** glob_t::gl_pathv

Description:

List of matched path names