Searched refs:_ftsent (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/lib/libc/gen/
H A Dfts-compat.h37 struct _ftsent *fts_cur; /* current node */
38 struct _ftsent *fts_child; /* linked list of children */
39 struct _ftsent **fts_array; /* sort array */
46 (const struct _ftsent * const *, const struct _ftsent * const *);
64 typedef struct _ftsent { struct
65 struct _ftsent *fts_cycle; /* cycle node */
66 struct _ftsent *fts_parent; /* parent directory */
67 struct _ftsent *fts_link; /* next file in directory */
/freebsd-10-stable/include/
H A Dfts.h39 struct _ftsent *fts_cur; /* current node */
40 struct _ftsent *fts_child; /* linked list of children */
41 struct _ftsent **fts_array; /* sort array */
48 (const struct _ftsent * const *, const struct _ftsent * const *);
66 typedef struct _ftsent { struct
67 struct _ftsent *fts_cycle; /* cycle node */
68 struct _ftsent *fts_parent; /* parent directory */
69 struct _ftsent *fts_link; /* next file in directory */

Completed in 61 milliseconds