Home
last modified time | relevance | path

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

/third_party/FreeBSD/include/
Dfts.h80 struct _ftsent *fts_cur; /* current node */
81 struct _ftsent *fts_child; /* linked list of children */
82 struct _ftsent **fts_array; /* sort array */
89 (const struct _ftsent * const *, const struct _ftsent * const *);
107 typedef struct _ftsent { struct
108 struct _ftsent *fts_cycle; /* cycle node */ argument
109 struct _ftsent *fts_parent; /* parent directory */ argument
110 struct _ftsent *fts_link; /* next file in directory */ argument