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

/freebsd-current/contrib/mandoc/
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 */
46 int (*fts_compar)(const struct _ftsent **, const struct _ftsent **);
58 typedef struct _ftsent { struct
59 struct _ftsent *fts_cycle; /* cycle node */
60 struct _ftsent *fts_parent; /* parent directory */
61 struct _ftsent *fts_link; /* next file in directory */
H A Dcompat_fts.c569 struct _ftsent **a;
/freebsd-current/lib/libc/gen/
H A Dfts-compat.h36 struct _ftsent *fts_cur; /* current node */
37 struct _ftsent *fts_child; /* linked list of children */
38 struct _ftsent **fts_array; /* sort array */
45 (const struct _ftsent * const *, const struct _ftsent * const *);
63 typedef struct _ftsent { struct
64 struct _ftsent *fts_cycle; /* cycle node */
65 struct _ftsent *fts_parent; /* parent directory */
66 struct _ftsent *fts_link; /* next file in directory */
/freebsd-current/include/
H A Dfts.h38 struct _ftsent *fts_cur; /* current node */
39 struct _ftsent *fts_child; /* linked list of children */
40 struct _ftsent **fts_array; /* sort array */
47 (const struct _ftsent * const *, const struct _ftsent * const *);
65 typedef struct _ftsent { struct
66 struct _ftsent *fts_cycle; /* cycle node */
67 struct _ftsent *fts_parent; /* parent directory */
68 struct _ftsent *fts_link; /* next file in directory */

Completed in 126 milliseconds