Home
last modified time | relevance | path

Searched defs:DECLARE_BLOCK (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/lib/libc/include/
HDblock_abi.h33 #define DECLARE_BLOCK(retTy, name, argTys, ...)\ macro
42 #define DECLARE_BLOCK(retTy, name, argTys, ...)\ macro
/freebsd-13-stable/lib/libc/gen/
HDscandir.c60 typedef DECLARE_BLOCK(int, select_block, const struct dirent *); typedef
61 typedef DECLARE_BLOCK(int, dcomp_block, const struct dirent **, typedef
/freebsd-13-stable/lib/libc/stdlib/
HDqsort_r.c9 typedef DECLARE_BLOCK(int, qsort_block, const void *, const void *); typedef
HDheapsort.c48 typedef DECLARE_BLOCK(int, heapsort_block, const void *, const void *); typedef
HDatexit.c86 typedef DECLARE_BLOCK(void, atexit_block, void); typedef
HDmerge.c62 typedef DECLARE_BLOCK(int, cmp_t, const void *, const void *); typedef