Searched defs:compar (Results 1 – 4 of 4) sorted by relevance
13 void g(int (*compar)()) { in g()
88 compar(const struct entry_st *en1, const struct entry_st *en2) in compar() function
1771 int (*compar)(const void *, const void *) = wpa_scan_result_compar; in wpa_supplicant_get_scan_results() local
2366 function _bsearch(key, base, num, size, compar) { argument