Searched refs:DECLARE_BLOCK (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/lib/libc/stdlib/
H A Dqsort_r.c11 typedef DECLARE_BLOCK(int, qsort_block, const void *, const void *); typedef
H A Dbsearch.c65 DECLARE_BLOCK(int, compar, const void *, const void *))
H A Dheapsort.c48 typedef DECLARE_BLOCK(int, heapsort_block, const void *, const void *); typedef
H A Datexit.c83 typedef DECLARE_BLOCK(void, atexit_block, void); typedef
H A Dmerge.c61 #define DECLARE_CMP DECLARE_BLOCK(int, cmp, const void *, const void *)
62 typedef DECLARE_BLOCK(int, cmp_t, const void *, const void *); typedef
/freebsd-11-stable/lib/libc/include/
H A Dblock_abi.h35 #define DECLARE_BLOCK(retTy, name, argTys, ...)\ macro
44 #define DECLARE_BLOCK(retTy, name, argTys, ...)\ macro
/freebsd-11-stable/lib/libc/gen/
H A Dscandir.c76 DECLARE_BLOCK(int, select, const struct dirent *),
77 DECLARE_BLOCK(int, dcomp, const struct dirent **, const struct dirent **))

Completed in 126 milliseconds