Synesis Software

Main Page   Modules   Alphabetical List   Compound List   File List   Compound Members   File Members  

glob_t Struct Reference
[glob() API]

Result structure for glob(). More...

#include <glob.h>

List of all members.

Public Attributes

int gl_pathc
int gl_matchc
int gl_offs
int gl_flags
char ** gl_pathv


Detailed Description

Result structure for glob().

This structure is used by glob() to return the results of the search.


Member Data Documentation

int gl_flags
 

returned flags

int gl_matchc
 

count of paths matching pattern

int gl_offs
 

reserved at beginning of gl_pathv

int gl_pathc
 

count of total paths so far

char** gl_pathv
 

list of paths matching pattern


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

UNIX Emulation for Win32 Libraries documentation © Synesis Software Pty Ltd, 2002-2005