Searched defs:_ftsent64 (Results 1 – 1 of 1) sorted by relevance
150 typedef struct _ftsent64 { struct151 struct _ftsent64 *fts_cycle; /* cycle node */ argument156 char *fts_accpath; /* access path */157 char *fts_path; /* root path */158 int fts_errno; /* errno for this node */159 int fts_symfd; /* fd for symlink */163 ino64_t fts_ino; /* inode */164 dev_t fts_dev; /* device */165 nlink_t fts_nlink; /* link count */167 short fts_level; /* depth (-1 to N) */[all …]
Completed in 4 milliseconds