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

/freebsd-11-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-11-stable/contrib/mdocml/
H A Dcompat_fts.h39 struct _ftsent *fts_cur; /* current node */
40 struct _ftsent *fts_child; /* linked list of children */
41 struct _ftsent **fts_array; /* sort array */
57 typedef struct _ftsent { struct
58 struct _ftsent *fts_cycle; /* cycle node */
59 struct _ftsent *fts_parent; /* parent directory */
60 struct _ftsent *fts_link; /* next file in directory */
H A Dcompat_fts.c574 struct _ftsent **a;
/freebsd-11-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 77 milliseconds