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

/freebsd-current/include/
H A Dfts.h124 void *fts_get_clientptr(FTS *);
125 #define fts_get_clientptr(fts) ((fts)->fts_clientptr) macro
/freebsd-current/lib/libc/gen/
H A Dfts-compat.h124 #define fts_get_clientptr(fts) ((fts)->fts_clientptr) macro
H A Dfts-compat.c580 #ifndef fts_get_clientptr
581 #error "fts_get_clientptr not defined"
588 return (fts_get_clientptr(sp));
1233 __sym_compat(fts_get_clientptr, __fts_get_clientptr_44bsd, FBSD_1.0);
H A Dfts.c575 #ifndef fts_get_clientptr
576 #error "fts_get_clientptr not defined"
580 (fts_get_clientptr)(FTS *sp) function
583 return (fts_get_clientptr(sp));
H A DMakefile.inc378 fts.3 fts_get_clientptr.3 \
H A Dfts-compat11.c1213 __sym_compat(fts_get_clientptr, freebsd11_fts_get_clientptr, FBSD_1.1);

Completed in 241 milliseconds