Searched refs:int_compar (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/ctstat/ |
H A D | ctstat.c | 84 * int_compar 90 int_compar(const void *a1, const void *a2) function 159 qsort(ids, nids, sizeof (int), int_compar); 561 if (bsearch(&key, types, ntypes, sizeof (int), int_compar) == 690 int_compar) == NULL) : (ntypes != 0); 793 qsort(array, *size, sizeof (int), int_compar);
|
Completed in 104 milliseconds