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

/freebsd-12-stable/include/
H A Dfts.h127 void *fts_get_clientptr(FTS *);
128 #define fts_get_clientptr(fts) ((fts)->fts_clientptr) macro
/freebsd-12-stable/lib/libc/gen/
H A Dfts-compat.h127 #define fts_get_clientptr(fts) ((fts)->fts_clientptr) macro
H A Dfts-compat.c585 #ifndef fts_get_clientptr
586 #error "fts_get_clientptr not defined"
593 return (fts_get_clientptr(sp));
1214 __sym_compat(fts_get_clientptr, __fts_get_clientptr_44bsd, FBSD_1.0);
H A Dfts.c579 #ifndef fts_get_clientptr
580 #error "fts_get_clientptr not defined"
584 (fts_get_clientptr)(FTS *sp) function
587 return (fts_get_clientptr(sp));
H A DMakefile.inc384 fts.3 fts_get_clientptr.3 \
H A Dfts-compat11.c1192 __sym_compat(fts_get_clientptr, freebsd11_fts_get_clientptr, FBSD_1.1);

Completed in 75 milliseconds