/illumos-gate/usr/src/common/util/ |
H A D | qsort.h | 33 * Declarations for qsort(). 43 extern void qsort(void *, size_t, size_t, int (*)(const void *, const void *));
|
/illumos-gate/usr/src/stand/lib/sa/ |
H A D | stdlib.h | 50 extern void qsort(void *, size_t, size_t, int (*)(const void *, const void *));
|
H A D | Makefile | 34 bsearch.o memcmp.o memcpy.o memset.o qsort.o \
|
/illumos-gate/usr/src/lib/libbc/inc/include/ |
H A D | stdlib.h | 56 extern int qsort(/* void *base, size_t nmemb, size_t size,
|
/illumos-gate/usr/src/lib/libbc/inc/5include/ |
H A D | stdlib.h | 66 extern void qsort(/* void *base, size_t nmemb, size_t size,
|
/illumos-gate/usr/src/cmd/mdb/common/libstand/sys/ |
H A D | salib.h | 57 extern void qsort(void *, size_t, size_t, int (*)(const void *,
|
/illumos-gate/usr/src/head/iso/ |
H A D | stdlib_iso.h | 147 extern void qsort(void *, size_t, size_t, int (*)(const void *, const void *)); 150 void qsort(void *, size_t, size_t, int (*)(const void *, const void *));
|
/illumos-gate/usr/src/lib/libsec/common/ |
H A D | aclsort.c | 110 qsort(aclbufp, nentries, sizeof (aclent_t), 173 qsort(startp, howmany, sizeof (aclent_t),
|
/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | scandir.c | 28 * directory entries then sort using qsort and compare routine dcomp. 93 qsort(names, nitems, sizeof(struct direct *), dcomp);
|
H A D | qsort.c | 30 * qsort.c: 31 * Our own version of the system qsort routine which is faster by an average 49 * qsort: 56 qsort(char *base, int n, int size, int (*compar)()) function
|
/illumos-gate/usr/src/cmd/pgrep/ |
H A D | idtab.c | 91 qsort(idt->id_data, idt->id_nelems,
|
/illumos-gate/usr/src/cmd/tnf/tnfdump/ |
H A D | table.c | 103 qsort(table_start, table_cur, sizeof (struct entry), &timecompare);
|
/illumos-gate/usr/src/ucbcmd/users/ |
H A D | users.c | 81 qsort(names, namp - names, sizeof (names[0]), scmp);
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | scandir.c | 48 * directory entries then sort using qsort and compare routine dcomp. 140 qsort(names, nitems, sizeof (struct dirent64 *), 225 qsort(names, nitems, sizeof (struct dirent *),
|
/illumos-gate/usr/src/ucblib/libucb/port/gen/ |
H A D | scandir.c | 46 * directory entries then sort using qsort and compare routine dcomp. 130 qsort(names, nitems, sizeof (struct direct64 *), 200 qsort(names, nitems, sizeof (struct direct *),
|
/illumos-gate/usr/src/cmd/svr4pkg/installf/ |
H A D | removef.c | 125 qsort((char *)extlist,
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_whatis.c | 58 /* for qsort; simple uintptr comparator */ 385 qsort(whatis_cb, whatis_cb_count, sizeof (*whatis_cb), whatis_cbcmp); 457 qsort(whatis_cb, whatis_cb_count, sizeof (*whatis_cb), whatis_cbcmp); 482 qsort(whatis_cb, whatis_cb_count, sizeof (*whatis_cb), 562 qsort(w.w_addrs, w.w_naddrs, sizeof (*w.w_addrs),
|
/illumos-gate/usr/src/cmd/sgs/error/common/ |
H A D | errorfilter.c | 112 qsort(names_ignored, nignored, sizeof (*names_ignored), lexsort);
|
/illumos-gate/usr/src/tools/pmodes/ |
H A D | binsearch.c | 134 qsort(l->items, l->nused, sizeof (char *), xcmp);
|
/illumos-gate/usr/src/lib/krb5/kadm5/srv/ |
H A D | server_dict.c | 154 qsort(word_list, word_count, sizeof(char *), word_compare);
|
/illumos-gate/usr/src/cmd/fs.d/nfs/showmount/ |
H A D | showmount.c | 201 qsort(table, numentries, sizeof (struct mountbody *), sortpath); 203 qsort(table, numentries, sizeof (struct mountbody *), sorthost);
|
/illumos-gate/usr/src/cmd/lockstat/ |
H A D | sym.c | 183 qsort(symbol_table, nsyms, sizeof (syment_t), symcmp); 192 qsort(symbol_table, nsyms, sizeof (syment_t), symcmp);
|
/illumos-gate/usr/src/boot/sys/boot/usb/tools/ |
H A D | sysinit.c | 247 qsort(start, entries, sizeof(void *), &compare); 250 qsort(start, entries, sizeof(void *), &compare_R);
|
/illumos-gate/usr/src/cmd/rpcsvc/ |
H A D | rup.c | 411 qsort(entry, curentry, sizeof (struct entry), machinecmp); 413 qsort(entry, curentry, sizeof (struct entry), loadcmp); 415 qsort(entry, curentry, sizeof (struct entry), uptimecmp);
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Pstack.c | 261 qsort(ucl->uc_addrs, ucl->uc_nelems, sizeof (uintptr_t), sort_uclist);
|