Home
last modified time | relevance | path

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

/freebsd/lib/libc/include/
H A Dblock_abi.h33 #define DECLARE_BLOCK(retTy, name, argTys, ...)\ macro
42 #define DECLARE_BLOCK(retTy, name, argTys, ...)\ macro
/freebsd/lib/libc/stdlib/
H A Dqsort_r_compat.c9 typedef DECLARE_BLOCK(int, qsort_block, const void *, const void *); typedef
H A Dbsearch.c38 typedef DECLARE_BLOCK(int, compar_block, const void *, const void *); typedef
H A Dheapsort.c44 typedef DECLARE_BLOCK(int, heapsort_block, const void *, const void *); typedef
H A Datexit.c82 typedef DECLARE_BLOCK(void, atexit_block, void); typedef
H A Dmerge.c58 typedef DECLARE_BLOCK(int, cmp_t, const void *, const void *); typedef
/freebsd/lib/libc/gen/
H A Dscandir.c59 typedef DECLARE_BLOCK(int, select_block, const struct dirent *); typedef
60 typedef DECLARE_BLOCK(int, dcomp_block, const struct dirent **, typedef
H A Dfts.c55 typedef DECLARE_BLOCK(int, fts_block, typedef
H A Dglob.c94 typedef DECLARE_BLOCK(int, glob_b_block, const char*, int); typedef