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