#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 134 of file fts.h. Referenced by ftsStashLatest(), and recurseDir(). |
|
cycle node |
|
device |
|
errno for this node Definition at line 137 of file fts.h. Referenced by fts_build(). |
|
private flags for FTSENT structure |
|
user flags for FTSENT structure Definition at line 178 of file fts.h. Referenced by fts_build(), Fts_read(), ftsPrint(), recurseDir(), rpmfts_print(), and rpmfts_step(). |
|
inode |
|
fts_set() instructions |
|
depth (-1 to N) Definition at line 148 of file fts.h. Referenced by Fts_close(), ftsPrint(), ftsStashLatest(), and rpmfts_print(). |
|
next file in directory Definition at line 129 of file fts.h. Referenced by Fts_close(), and fts_lfree(). |
|
file name Definition at line 198 of file fts.h. Referenced by ftsPrint(), ftsStashLatest(), and rpmfts_print(). |
|
strlen(fts_name) Definition at line 140 of file fts.h. Referenced by ftsPrint(). |
|
link count |
|
local numeric value |
|
parent directory Definition at line 127 of file fts.h. Referenced by Fts_close(), and ftsPrint(). |
|
root path Definition at line 136 of file fts.h. Referenced by ftsPrint(), and ftsStashLatest(). |
|
strlen(fts_path) Definition at line 139 of file fts.h. Referenced by ftsPrint(). |
|
local address value |
|
stat(2) information Definition at line 197 of file fts.h. Referenced by ftsStashLatest(), and recurseDir(). |
|
fd for symlink |