Home
last modified time | relevance | path

Searched refs:fts_get_stream (Results 1 – 2 of 2) sorted by relevance

/third_party/FreeBSD/include/
Dfts.h170 FTS *fts_get_stream(FTSENT *);
171 #define fts_get_stream(ftsent) ((ftsent)->fts_fts) macro
/third_party/FreeBSD/lib/libc/gen/
Dfts.c596 #ifndef fts_get_stream
601 (fts_get_stream)(FTSENT *p)
603 return (fts_get_stream(p));