Home
last modified time | relevance | path

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

/third_party/FreeBSD/include/
H A 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 */
109 struct _ftsent *fts_parent; /* parent directory */
110 struct _ftsent *fts_link; /* next file in directory */

Completed in 2 milliseconds