Searched defs:DECLARE_BLOCK (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13-stable/lib/libc/include/ |
| HD | block_abi.h | 33 #define DECLARE_BLOCK(retTy, name, argTys, ...)\ macro 42 #define DECLARE_BLOCK(retTy, name, argTys, ...)\ macro
|
| /freebsd-13-stable/lib/libc/gen/ |
| HD | scandir.c | 60 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/ |
| HD | qsort_r.c | 9 typedef DECLARE_BLOCK(int, qsort_block, const void *, const void *); typedef
|
| HD | heapsort.c | 48 typedef DECLARE_BLOCK(int, heapsort_block, const void *, const void *); typedef
|
| HD | atexit.c | 86 typedef DECLARE_BLOCK(void, atexit_block, void); typedef
|
| HD | merge.c | 62 typedef DECLARE_BLOCK(int, cmp_t, const void *, const void *); typedef
|