Searched defs:_ftsent (Results 1 – 3 of 3) sorted by relevance
67 typedef struct _ftsent { struct68 struct _ftsent *fts_cycle; /* cycle node */ argument74 char *fts_accpath; /* access path */75 char *fts_path; /* root path */76 int fts_errno; /* errno for this node */77 int fts_symfd; /* fd for symlink */81 __ino_t fts_ino; /* inode */82 __dev_t fts_dev; /* device */83 __nlink_t fts_nlink; /* link count */87 long fts_level; /* depth (-1 to N) */[all …]
58 typedef struct _ftsent { struct59 struct _ftsent *fts_cycle; /* cycle node */ argument62 char *fts_accpath; /* access path */63 char *fts_path; /* root path */64 int fts_errno; /* errno for this node */65 size_t fts_pathlen; /* strlen(fts_path) */68 ino_t fts_ino; /* inode */69 dev_t fts_dev; /* device */70 nlink_t fts_nlink; /* link count */75 int fts_level; /* depth (-1 to N) */[all …]
65 typedef struct _ftsent { struct73 } __struct_ftsent; argument75 } __union_ftsent; argument79 char *fts_accpath; /* access path */80 char *fts_path; /* root path */82 int fts_symfd; /* fd for symlink */86 uint32_t fts_ino; /* inode */87 uint32_t fts_dev; /* device */88 uint16_t fts_nlink; /* link count */92 short fts_level; /* depth (-1 to N) */[all …]