Searched defs:qcmp (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | qsort.c | 41 static int (*qcmp)(); /* the comparison routine */ variable 64 qcmp = compar; 81 if (qcmp(j, lo) > 0) 99 while (qcmp(hi -= qsz, min) > 0) 148 j = (qcmp((jj = base), i) > 0 ? jj : i); 149 if (qcmp(j, (tmp = max - qsz)) > 0) { 152 if (qcmp(j, tmp) < 0) 168 while (i < mid && qcmp(i, mid) <= 0) 171 if (qcmp(mid, j) <= 0) {
|
/illumos-gate/usr/src/cmd/devfsadm/ |
H A D | devpolicy.c | 74 qcmp(const void *a, const void *b) function 263 qsort(mem, cnt, devplcysys_sz, qcmp);
|
/illumos-gate/usr/src/cmd/fs.d/ufs/quot/ |
H A D | quot.c | 401 qcmp(const void *arg1, const void *arg2) function 444 qsort(du, ndu, sizeof (du[0]), qcmp);
|
Completed in 57 milliseconds