Searched refs:cmp_r_func_t (Results 1 – 3 of 3) sorted by relevance
145 #define _CMP_WRAPPER ((cmp_r_func_t)0L)147 static int do_cmp(const void *a, const void *b, cmp_r_func_t cmp, const void *priv) in do_cmp()200 cmp_r_func_t cmp_func, in sort_r()
8 cmp_r_func_t cmp_func,
231 typedef int (*cmp_r_func_t)(const void *a, const void *b, const void *priv); typedef
Completed in 5 milliseconds