FTS Struct Reference

Data Fields

struct _ftsentfts_cur
struct _ftsentfts_child
struct _ftsent ** fts_array
dev_t fts_dev
char * fts_path
int fts_rfd
int fts_pathlen
int fts_nitems
int(* fts_compar )(const void *, const void *)
DIR *(* fts_opendir )(const char *path)
struct dirent *(* fts_readdir )(DIR *dir)
int(* fts_closedir )(DIR *dir)
int(* fts_stat )(const char *path, struct stat *st)
int(* fts_lstat )(const char *path, struct stat *st)
int fts_options

Field Documentation

struct _ftsent** FTS::fts_array [read]

sort array

struct _ftsent* FTS::fts_child [read]

linked list of children

int(* FTS::fts_compar)(const void *, const void *)

compare fn

struct _ftsent* FTS::fts_cur [read]

current node

dev_t FTS::fts_dev

starting device #

elements in the sort array

fts_open options, global flags

path for this descent

sizeof(path)

fd for root


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

Generated on 30 Mar 2012 for Open SCAP Library by  doxygen 1.6.1