Home
last modified time | relevance | path

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

/dragonfly/include/
H A Dfts.h40 struct _ftsent *fts_cur; /* current node */
41 struct _ftsent *fts_child; /* linked list of children */
42 struct _ftsent **fts_array; /* sort array */
49 (const struct _ftsent * const *, const struct _ftsent * const *);
67 typedef struct _ftsent { struct
68 struct _ftsent *fts_cycle; /* cycle node */ argument
69 struct _ftsent *fts_parent; /* parent directory */ argument
70 struct _ftsent *fts_link; /* next file in directory */ argument
/dragonfly/contrib/grep/lib/
H A Dfts_.h81 struct _ftsent *fts_cur; /* current node */
82 struct _ftsent *fts_child; /* linked list of children */
83 struct _ftsent **fts_array; /* sort array */
91 int (*fts_compar) (struct _ftsent const **, struct _ftsent const **);
199 typedef struct _ftsent { struct
200 struct _ftsent *fts_cycle; /* cycle node */ argument
201 struct _ftsent *fts_parent; /* parent directory */ argument
202 struct _ftsent *fts_link; /* next file in directory */ argument
H A Dfts.c1225 fts_compare_ino (struct _ftsent const **a, struct _ftsent const **b) in fts_compare_ino()