Searched defs:cmp_fn_t (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/lib/libc/stdlib/ | ||
H A D | twalk.c | 24 typedef void (*cmp_fn_t)(const void *, VISIT, int); typedef |
H A D | lsearch.c | 49 typedef int (*cmp_fn_t)(const void *, const void *); typedef |