Searched defs:_ftsent (Results 1 – 1 of 1) sorted by relevance
98 typedef struct _ftsent { struct99 struct _ftsent *fts_cycle; /* cycle node */ argument104 char *fts_accpath; /* access path */105 char *fts_path; /* root path */106 int fts_errno; /* errno for this node */107 int fts_symfd; /* fd for symlink */111 ino_t fts_ino; /* inode */112 dev_t fts_dev; /* device */113 nlink_t fts_nlink; /* link count */117 short fts_level; /* depth (-1 to N) */[all …]
Completed in 3 milliseconds