Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <glob.h>

Struct glob_t

Interface status: externallyDefinedApi

struct glob_t;

Description

Includes the following members,

Members

Defined in glob_t:


Member data


gl_pathc

Interface status: externallyDefinedApi Inherited from: glob_t

int gl_pathc;

Description

Count of total paths so far.


gl_matchc

Interface status: externallyDefinedApi Inherited from: glob_t

int gl_matchc;

Description

Count of paths matching pattern


gl_offs

Interface status: externallyDefinedApi Inherited from: glob_t

int gl_offs;

Description

Reserved at beginning of gl_pathv.


gl_flags

Interface status: externallyDefinedApi Inherited from: glob_t

int gl_flags;

Description

Copy of flags parameter to glob.


gl_pathv

Interface status: externallyDefinedApi Inherited from: glob_t

char ** gl_pathv;

Description

List of paths matching pattern.


gl_errfunc

Interface status: externallyDefinedApi Inherited from: glob_t

int(* gl_errfunc)(const char *, int);

Description


gl_closedir

Interface status: externallyDefinedApi Inherited from: glob_t

void(* gl_closedir)(void *);

Description

Alternate filesystem access methods for glob; replacement versions of closedir(3), readdir(3), opendir(3), stat(2) and lstat(2).


gl_readdir

Interface status: externallyDefinedApi Inherited from: glob_t

dirent *(* gl_readdir)(void *);

Description


gl_opendir

Interface status: externallyDefinedApi Inherited from: glob_t

void *(* gl_opendir)(const char *);

Description

Alternate filesystem access methods for glob; replacement versions of closedir(3), readdir(3), opendir(3), stat(2) and lstat(2).


gl_lstat

Interface status: externallyDefinedApi Inherited from: glob_t

int(* gl_lstat)(const char *, struct stat *);

Description

Alternate filesystem access methods for glob; replacement versions of closedir(3), readdir(3), opendir(3), stat(2) and lstat(2).


gl_stat

Interface status: externallyDefinedApi Inherited from: glob_t

int(* gl_stat)(const char *, struct stat *);

Description

Alternate filesystem access methods for glob; replacement versions of closedir(3), readdir(3), opendir(3), stat(2) and lstat(2).