Searched refs:qsort (Results 1 - 25 of 223) sorted by relevance

123456789

/illumos-gate/usr/src/common/util/
H A Dqsort.h33 * 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 Dstdlib.h50 extern void qsort(void *, size_t, size_t, int (*)(const void *, const void *));
H A DMakefile34 bsearch.o memcmp.o memcpy.o memset.o qsort.o \
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dstdlib.h56 extern int qsort(/* void *base, size_t nmemb, size_t size,
/illumos-gate/usr/src/lib/libbc/inc/5include/
H A Dstdlib.h66 extern void qsort(/* void *base, size_t nmemb, size_t size,
/illumos-gate/usr/src/cmd/mdb/common/libstand/sys/
H A Dsalib.h57 extern void qsort(void *, size_t, size_t, int (*)(const void *,
/illumos-gate/usr/src/head/iso/
H A Dstdlib_iso.h147 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 Daclsort.c110 qsort(aclbufp, nentries, sizeof (aclent_t),
173 qsort(startp, howmany, sizeof (aclent_t),
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dscandir.c28 * directory entries then sort using qsort and compare routine dcomp.
93 qsort(names, nitems, sizeof(struct direct *), dcomp);
H A Dqsort.c30 * 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 Didtab.c91 qsort(idt->id_data, idt->id_nelems,
/illumos-gate/usr/src/cmd/tnf/tnfdump/
H A Dtable.c103 qsort(table_start, table_cur, sizeof (struct entry), &timecompare);
/illumos-gate/usr/src/ucbcmd/users/
H A Dusers.c81 qsort(names, namp - names, sizeof (names[0]), scmp);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dscandir.c48 * 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 Dscandir.c46 * 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 Dremovef.c125 qsort((char *)extlist,
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_whatis.c58 /* 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 Derrorfilter.c112 qsort(names_ignored, nignored, sizeof (*names_ignored), lexsort);
/illumos-gate/usr/src/tools/pmodes/
H A Dbinsearch.c134 qsort(l->items, l->nused, sizeof (char *), xcmp);
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dserver_dict.c154 qsort(word_list, word_count, sizeof(char *), word_compare);
/illumos-gate/usr/src/cmd/fs.d/nfs/showmount/
H A Dshowmount.c201 qsort(table, numentries, sizeof (struct mountbody *), sortpath);
203 qsort(table, numentries, sizeof (struct mountbody *), sorthost);
/illumos-gate/usr/src/cmd/lockstat/
H A Dsym.c183 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 Dsysinit.c247 qsort(start, entries, sizeof(void *), &compare);
250 qsort(start, entries, sizeof(void *), &compare_R);
/illumos-gate/usr/src/cmd/rpcsvc/
H A Drup.c411 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 DPstack.c261 qsort(ucl->uc_addrs, ucl->uc_nelems, sizeof (uintptr_t), sort_uclist);

Completed in 157 milliseconds

123456789