Home
last modified time | relevance | path

Searched defs:COMPAR (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libc/stdlib/
H A Dbsearch.c37 #define COMPAR(x,y) CALL_BLOCK(compar, x, y) macro
40 #define COMPAR(x,y) compar(x, y) macro
H A Dheapsort.c43 #define COMPAR(x, y) CALL_BLOCK(compar, x, y) macro
46 #define COMPAR(x, y) compar(x, y) macro