Searched defs:DECLARE_BLOCK (Results 1 – 9 of 9) sorted by relevance
/freebsd/lib/libc/include/ |
H A D | block_abi.h | 33 #define DECLARE_BLOCK(retTy, name, argTys, ...)\ macro 42 #define DECLARE_BLOCK(retTy, name, argTys, ...)\ macro
|
/freebsd/lib/libc/stdlib/ |
H A D | qsort_r_compat.c | 9 typedef DECLARE_BLOCK(int, qsort_block, const void *, const void *); typedef
|
H A D | bsearch.c | 38 typedef DECLARE_BLOCK(int, compar_block, const void *, const void *); typedef
|
H A D | heapsort.c | 44 typedef DECLARE_BLOCK(int, heapsort_block, const void *, const void *); typedef
|
H A D | atexit.c | 82 typedef DECLARE_BLOCK(void, atexit_block, void); typedef
|
H A D | merge.c | 58 typedef DECLARE_BLOCK(int, cmp_t, const void *, const void *); typedef
|
/freebsd/lib/libc/gen/ |
H A D | scandir.c | 59 typedef DECLARE_BLOCK(int, select_block, const struct dirent *); typedef 60 typedef DECLARE_BLOCK(int, dcomp_block, const struct dirent **, typedef
|
H A D | fts.c | 55 typedef DECLARE_BLOCK(int, fts_block, typedef
|
H A D | glob.c | 94 typedef DECLARE_BLOCK(int, glob_b_block, const char*, int); typedef
|