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

/netbsd-current/external/bsd/mdocml/dist/
H A Dcompat_fts.c574 struct _ftsent **a;
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 */
/netbsd-current/include/
H A Dfts.h60 struct _ftsent *fts_cur; /* current node */
61 struct _ftsent *fts_child; /* linked list of children */
62 struct _ftsent **fts_array; /* sort array */
69 (const struct _ftsent **, const struct _ftsent **);
86 typedef struct _ftsent { struct
87 struct _ftsent *fts_cycle; /* cycle node */
88 struct _ftsent *fts_parent; /* parent directory */
89 struct _ftsent *fts_link; /* next file in directory */

Completed in 341 milliseconds