#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 |
|
sort array Definition at line 70 of file fts.h. Referenced by Fts_close(), and fts_sort(). |
|
linked list of children Definition at line 68 of file fts.h. Referenced by Fts_children(), Fts_close(), fts_padjust(), and Fts_read(). |
|
Referenced by fts_build(), and Fts_open(). |
|
compare fn Referenced by fts_build(), Fts_open(), and fts_sort(). |
|
current node Definition at line 66 of file fts.h. Referenced by fts_build(), Fts_children(), Fts_close(), Fts_open(), and Fts_read(). |
|
starting device # Definition at line 71 of file fts.h. Referenced by fts_load(), and Fts_read(). |
|
Referenced by Fts_open(), and fts_stat(). |
|
elements in the sort array Definition at line 76 of file fts.h. Referenced by fts_sort(). |
|
Referenced by Fts_open(). |
|
fts_open options, global flags Definition at line 109 of file fts.h. Referenced by Fts_open(). |
|
path for this descent Definition at line 73 of file fts.h. Referenced by fts_alloc(), fts_build(), Fts_close(), fts_load(), Fts_open(), fts_padjust(), fts_palloc(), and Fts_read(). |
|
sizeof(path) Definition at line 75 of file fts.h. Referenced by fts_build(), and fts_palloc(). |
|
Referenced by fts_build(), and Fts_open(). |
|
fd for root Definition at line 74 of file fts.h. Referenced by fts_build(), Fts_close(), Fts_open(), and Fts_read(). |
|
Referenced by Fts_open(), and fts_stat(). |