#include <fts.h>
Data Fields | |
_ftsent * | fts_cycle |
_ftsent * | fts_parent |
_ftsent * | fts_link |
long | fts_number |
void * | fts_pointer |
char * | fts_accpath |
char * | fts_path |
int | fts_errno |
int | fts_symfd |
u_short | fts_pathlen |
u_short | fts_namelen |
ino_t | fts_ino |
dev_t | fts_dev |
nlink_t | fts_nlink |
short | fts_level |
u_short | fts_info |
u_short | fts_flags |
u_short | fts_instr |
stat * | fts_statp |
char | fts_name [1] |
|
access path Definition at line 122 of file fts.h. Referenced by fts_build(), Fts_children(), fts_load(), Fts_open(), Fts_read(), fts_stat(), ftsStashLatest(), and recurseDir(). |
|
cycle node Definition at line 114 of file fts.h. Referenced by fts_stat(). |
|
device Definition at line 131 of file fts.h. Referenced by fts_load(), Fts_read(), fts_safe_changedir(), and fts_stat(). |
|
errno for this node Definition at line 125 of file fts.h. Referenced by fts_alloc(), fts_build(), Fts_read(), and fts_stat(). |
|
private flags for FTSENT structure Definition at line 156 of file fts.h. Referenced by fts_alloc(), fts_build(), Fts_read(), and fts_stat(). |
|
user flags for FTSENT structure Definition at line 152 of file fts.h. Referenced by fts_build(), Fts_children(), Fts_open(), Fts_read(), ftsPrint(), recurseDir(), rpmfts_print(), and rpmfts_step(). |
|
inode Definition at line 130 of file fts.h. Referenced by fts_safe_changedir(), and fts_stat(). |
|
fts_set() instructions Definition at line 162 of file fts.h. Referenced by fts_alloc(), Fts_read(), and Fts_set(). |
|
depth (-1 to N) Definition at line 136 of file fts.h. Referenced by fts_build(), Fts_children(), Fts_close(), Fts_open(), fts_padjust(), Fts_read(), fts_stat(), ftsPrint(), ftsStashLatest(), and rpmfts_print(). |
|
next file in directory Definition at line 118 of file fts.h. Referenced by fts_build(), Fts_children(), Fts_close(), fts_lfree(), Fts_open(), fts_padjust(), Fts_read(), and fts_sort(). |
|
file name Definition at line 166 of file fts.h. Referenced by fts_alloc(), fts_load(), Fts_open(), Fts_read(), fts_stat(), ftsPrint(), ftsStashLatest(), and rpmfts_print(). |
|
strlen(fts_name) Definition at line 128 of file fts.h. Referenced by fts_alloc(), fts_load(), Fts_read(), and ftsPrint(). |
|
link count Definition at line 132 of file fts.h. Referenced by fts_build(), and fts_stat(). |
|
local numeric value Definition at line 119 of file fts.h. Referenced by fts_alloc(). |
|
parent directory Definition at line 116 of file fts.h. Referenced by fts_build(), Fts_close(), Fts_open(), fts_padjust(), Fts_read(), fts_stat(), and ftsPrint(). |
|
root path Definition at line 124 of file fts.h. Referenced by fts_alloc(), fts_load(), ftsPrint(), and ftsStashLatest(). |
|
strlen(fts_path) Definition at line 127 of file fts.h. Referenced by fts_build(), fts_load(), Fts_read(), and ftsPrint(). |
|
local address value Definition at line 120 of file fts.h. Referenced by fts_alloc(). |
|
stat(2) information Definition at line 165 of file fts.h. Referenced by fts_alloc(), fts_stat(), ftsStashLatest(), and recurseDir(). |
|
fd for symlink Definition at line 126 of file fts.h. Referenced by Fts_read(). |