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

/freebsd-9.3-release/lib/libc/gen/
H A Dfts-compat.h41 struct _ftsent *fts_cur; /* current node */
42 struct _ftsent *fts_child; /* linked list of children */
43 struct _ftsent **fts_array; /* sort array */
50 (const struct _ftsent * const *, const struct _ftsent * const *);
68 typedef struct _ftsent { struct
69 struct _ftsent *fts_cycle; /* cycle node */
70 struct _ftsent *fts_parent; /* parent directory */
71 struct _ftsent *fts_link; /* next file in directory */
/freebsd-9.3-release/include/
H A Dfts.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 */

Completed in 48 milliseconds