Searched refs:_ftsent (Results 1 – 4 of 4) sorted by relevance
39 struct _ftsent *fts_cur; /* current node */40 struct _ftsent *fts_child; /* linked list of children */41 struct _ftsent **fts_array; /* sort array */46 int (*fts_compar)(const struct _ftsent **, const struct _ftsent **);58 typedef struct _ftsent { struct59 struct _ftsent *fts_cycle; /* cycle node */ argument60 struct _ftsent *fts_parent; /* parent directory */ argument61 struct _ftsent *fts_link; /* next file in directory */ argument
569 struct _ftsent **a; in fts_sort()
36 struct _ftsent *fts_cur; /* current node */37 struct _ftsent *fts_child; /* linked list of children */38 struct _ftsent **fts_array; /* sort array */45 (const struct _ftsent * const *, const struct _ftsent * const *);63 typedef struct _ftsent { struct64 struct _ftsent *fts_cycle; /* cycle node */ argument65 struct _ftsent *fts_parent; /* parent directory */ argument66 struct _ftsent *fts_link; /* next file in directory */ argument
38 struct _ftsent *fts_cur; /* current node */39 struct _ftsent *fts_child; /* linked list of children */40 struct _ftsent **fts_array; /* sort array */47 (const struct _ftsent * const *, const struct _ftsent * const *);65 typedef struct _ftsent { struct66 struct _ftsent *fts_cycle; /* cycle node */ argument67 struct _ftsent *fts_parent; /* parent directory */ argument68 struct _ftsent *fts_link; /* next file in directory */ argument