#include <fts.h>
Data Fields | |
_ftsent * | fts_cur |
_ftsent * | fts_child |
_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) |
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 |
Definition at line 68 of file fts.h.
struct _ftsent* FTS::fts_cur [read] |
current node
Definition at line 70 of file fts.h.
Referenced by fts_build(), Fts_children(), Fts_close(), and Fts_read().
struct _ftsent* FTS::fts_child [read] |
linked list of children
Definition at line 72 of file fts.h.
Referenced by Fts_children(), Fts_close(), fts_padjust(), and Fts_read().
struct _ftsent** FTS::fts_array [read] |
dev_t FTS::fts_dev |
char* FTS::fts_path |
path for this descent
Definition at line 77 of file fts.h.
Referenced by fts_alloc(), fts_build(), Fts_close(), fts_load(), fts_padjust(), fts_palloc(), and Fts_read().
int FTS::fts_rfd |
int FTS::fts_pathlen |
int FTS::fts_nitems |
int(* FTS::fts_compar)(const void *, const void *) |
compare fn
Referenced by fts_sort().
DIR*(* FTS::fts_opendir)(const char *path) |
struct dirent*(* FTS::fts_readdir)(DIR *dir) [read] |
Referenced by fts_build().
int(* FTS::fts_closedir)(DIR *dir) |
Referenced by fts_build().
int(* FTS::fts_stat)(const char *path,struct stat *st) |
Referenced by fts_stat().
int(* FTS::fts_lstat)(const char *path,struct stat *st) |
Referenced by fts_stat().
int FTS::fts_options |