Home
last modified time | relevance | path

Searched refs:fts_get_clientptr (Results 1 - 2 of 2) sorted by relevance

/third_party/FreeBSD/include/
H A Dfts.h168 void *fts_get_clientptr(FTS *);
169 #define fts_get_clientptr(fts) ((fts)->fts_clientptr) macro
/third_party/FreeBSD/lib/libc/gen/
H A Dfts.c585 #ifndef fts_get_clientptr
586 #error "fts_get_clientptr not defined"
590 (fts_get_clientptr)(FTS *sp) in fts_get_clientptr() function
593 return (fts_get_clientptr(sp)); in fts_get_clientptr()

Completed in 3 milliseconds