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

/freebsd-11-stable/include/
H A Dfts.h125 void *fts_get_clientptr(FTS *);
126 #define fts_get_clientptr(fts) ((fts)->fts_clientptr) macro
/freebsd-11-stable/lib/libc/gen/
H A Dfts-compat.h125 #define fts_get_clientptr(fts) ((fts)->fts_clientptr) macro
H A Dfts-compat.c584 #ifndef fts_get_clientptr
585 #error "fts_get_clientptr not defined"
592 return (fts_get_clientptr(sp));
1212 __sym_compat(fts_get_clientptr, __fts_get_clientptr_44bsd, FBSD_1.0);
H A Dfts.c582 #ifndef fts_get_clientptr
583 #error "fts_get_clientptr not defined"
587 (fts_get_clientptr)(FTS *sp) function
590 return (fts_get_clientptr(sp));
H A DMakefile.inc360 fts.3 fts_get_clientptr.3 \

Completed in 79 milliseconds