Home
last modified time | relevance | path

Searched refs:fts_fts (Results 1 – 6 of 6) sorted by relevance

/freebsd/lib/libc/gen/
H A Dfts-compat11.h76 FTS11 *fts_fts; /* back pointer to main FTS */ member
84 #define freebsd11_fts_get_stream(ftsent) ((ftsent)->fts_fts)
H A Dfts-compat.h121 FTS *fts_fts; /* back pointer to main FTS */ member
125 #define fts_get_stream(ftsent) ((ftsent)->fts_fts)
H A Dfts-compat11.c993 parent = (*(const FTSENT11 * const *)a)->fts_fts; in fts_compar()
1069 p->fts_fts = sp; in fts_alloc()
H A Dfts.c991 parent = (*(const FTSENT * const *)a)->fts_fts; in fts_compar()
1053 p->fts_fts = sp; in fts_alloc()
H A Dfts-compat.c1002 parent = (*(const FTSENT * const *)a)->fts_fts; in fts_compar()
1078 p->fts_fts = sp; in fts_alloc()
/freebsd/include/
H A Dfts.h116 FTS *fts_fts; /* back pointer to main FTS */ member
127 #define fts_get_stream(ftsent) ((ftsent)->fts_fts)