Home
last modified time | relevance | path

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

/openbsd/include/
H A Dfts.h39 struct _ftsent *fts_cur; /* current node */
40 struct _ftsent *fts_child; /* linked list of children */
41 struct _ftsent **fts_array; /* sort array */
63 typedef struct _ftsent { struct
64 struct _ftsent *fts_cycle; /* cycle node */ argument
65 struct _ftsent *fts_parent; /* parent directory */ argument
66 struct _ftsent *fts_link; /* next file in directory */ argument
/openbsd/usr.sbin/mtree/
H A Dextern.h36 struct _ftsent;
38 int compare(char *, struct _node *, struct _ftsent *);
39 int dsort(const struct _ftsent **, const struct _ftsent **);
/openbsd/lib/libc/gen/
H A Dfts.c882 struct _ftsent **a; in fts_sort()