Synesis Software

unixem_glob_t Struct Reference
[glob() API]

#include <unixem/glob.h>

List of all members.


Detailed Description

Result structure for unixem_glob().

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

Public Attributes

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


Member Data Documentation

int gl_pathc

count of total paths so far

Referenced by unixem_glob(), and unixem_globfree().

int gl_matchc

count of paths matching pattern

Referenced by unixem_glob().

int gl_offs

reserved at beginning of gl_pathv

Referenced by unixem_glob().

int gl_flags

returned flags

Referenced by unixem_glob().

char** gl_pathv

list of paths matching pattern

Referenced by unixem_glob(), and unixem_globfree().


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

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