Searched refs:DECLARE_BLOCK (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14-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-14-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-14-stable/lib/libc/stdlib/ |
| HD | qsort_r_compat.c | 9 typedef DECLARE_BLOCK(int, qsort_block, const void *, const void *); typedef
|
| HD | bsearch.c | 64 DECLARE_BLOCK(int, compar, const void *, const void *)) in bsearch_b()
|
| HD | merge.c | 60 #define DECLARE_CMP DECLARE_BLOCK(int, cmp, const void *, const void *) 61 typedef DECLARE_BLOCK(int, cmp_t, const void *, const void *); typedef
|
| HD | heapsort.c | 47 typedef DECLARE_BLOCK(int, heapsort_block, const void *, const void *); typedef
|
| HD | atexit.c | 85 typedef DECLARE_BLOCK(void, atexit_block, void); typedef
|