Searched refs:__bhcmp (Results 1 – 1 of 1) sorted by relevance
26 static int __bhcmp __P((const void *, const void *));178 qsort(bharray, ar_cnt, sizeof(BH *), __bhcmp);380 qsort(bharray, ar_cnt, sizeof(BH *), __bhcmp);527 __bhcmp(p1, p2) in __bhcmp() function