_ftsent15
struct _ftsent15 *fts_cur; /* current node */
struct _ftsent15 *fts_child; /* linked list of children */
struct _ftsent15 **fts_array; /* sort array */
(const struct _ftsent15 * const *,
const struct _ftsent15 * const *);
(const struct _ftsent15 * const *,
const struct _ftsent15 * const *);
struct _ftsent15 *fts_cycle; /* cycle node */
struct _ftsent15 *fts_parent; /* parent directory */
struct _ftsent15 *fts_link; /* next file in directory */