Home
last modified time | relevance | path

Searched refs:_ftsent11 (Results 1 – 1 of 1) sorted by relevance

/freebsd/lib/libc/gen/
H A Dfts-compat11.h34 struct _ftsent11 *fts_cur; /* current node */
35 struct _ftsent11 *fts_child; /* linked list of children */
36 struct _ftsent11 **fts_array; /* sort array */
43 (const struct _ftsent11 * const *,
44 const struct _ftsent11 * const *);
49 typedef struct _ftsent11 { struct
50 struct _ftsent11 *fts_cycle; /* cycle node */ argument
51 struct _ftsent11 *fts_parent; /* parent directory */ argument
52 struct _ftsent11 *fts_link; /* next file in directory */ argument