Home
last modified time | relevance | path

Searched refs:qsort (Results 1 – 25 of 234) sorted by relevance

12345678910

/titanic_44/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 *));
/titanic_44/usr/src/lib/libsec/common/
H A Daclsort.c110 qsort(aclbufp, nentries, sizeof (aclent_t), in aclsort()
173 qsort(startp, howmany, sizeof (aclent_t), in sortid()
/titanic_44/usr/src/common/util/
H A Dqsort.h43 extern void qsort(void *, size_t, size_t, int (*)(const void *, const void *));
/titanic_44/usr/src/ucblib/libucb/port/gen/
H A Dscandir.c130 qsort(names, nitems, sizeof (struct direct64 *), in scandir64()
200 qsort(names, nitems, sizeof (struct direct *), in scandir()
/titanic_44/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 \
/titanic_44/usr/src/lib/libc/port/gen/
H A Dscandir.c140 qsort(names, nitems, sizeof (struct dirent64 *), in scandir64()
225 qsort(names, nitems, sizeof (struct dirent *), in scandir()
/titanic_44/usr/src/lib/libbc/inc/include/
H A Dstdlib.h56 extern int qsort(/* void *base, size_t nmemb, size_t size,
/titanic_44/usr/src/cmd/mdb/common/mdb/
H A Dmdb_whatis.c385 qsort(whatis_cb, whatis_cb_count, sizeof (*whatis_cb), whatis_cbcmp); in whatis_init()
457 qsort(whatis_cb, whatis_cb_count, sizeof (*whatis_cb), whatis_cbcmp); in mdb_whatis_register()
482 qsort(whatis_cb, whatis_cb_count, sizeof (*whatis_cb), in mdb_whatis_unregister_module()
562 qsort(w.w_addrs, w.w_naddrs, sizeof (*w.w_addrs), in cmd_whatis()
/titanic_44/usr/src/lib/libbc/inc/5include/
H A Dstdlib.h66 extern void qsort(/* void *base, size_t nmemb, size_t size,
/titanic_44/usr/src/cmd/fs.d/nfs/showmount/
H A Dshowmount.c201 qsort(table, numentries, sizeof (struct mountbody *), sortpath); in main()
203 qsort(table, numentries, sizeof (struct mountbody *), sorthost); in main()
/titanic_44/usr/src/cmd/lockstat/
H A Dsym.c183 qsort(symbol_table, nsyms, sizeof (syment_t), symcmp); in symtab_init()
192 qsort(symbol_table, nsyms, sizeof (syment_t), symcmp); in symtab_init()
/titanic_44/usr/src/cmd/mdb/common/libstand/sys/
H A Dsalib.h57 extern void qsort(void *, size_t, size_t, int (*)(const void *,
/titanic_44/usr/src/ucbcmd/users/
H A Dusers.c81 qsort(names, namp - names, sizeof (names[0]), scmp); in summary()
/titanic_44/usr/src/cmd/tnf/tnfdump/
H A Dtable.c103 qsort(table_start, table_cur, sizeof (struct entry), &timecompare); in table_sort()
/titanic_44/usr/src/cmd/svr4pkg/installf/
H A Dremovef.c125 qsort((char *)extlist, in removef()
/titanic_44/usr/src/cmd/pgrep/
H A Didtab.c91 qsort(idt->id_data, idt->id_nelems, in idtab_sort()
/titanic_44/usr/src/lib/libbc/libc/gen/common/
H A Dscandir.c93 qsort(names, nitems, sizeof(struct direct *), dcomp); in scandir()
/titanic_44/usr/src/cmd/rpcsvc/
H A Drup.c411 qsort(entry, curentry, sizeof (struct entry), machinecmp); in printsinglehosts()
413 qsort(entry, curentry, sizeof (struct entry), loadcmp); in printsinglehosts()
415 qsort(entry, curentry, sizeof (struct entry), uptimecmp); in printsinglehosts()
/titanic_44/usr/src/lib/krb5/kadm5/srv/
H A Dserver_dict.c154 qsort(word_list, word_count, sizeof(char *), word_compare); in init_dict()
/titanic_44/usr/src/cmd/sendmail/db/mp/
H A Dmp_sync.c178 qsort(bharray, ar_cnt, sizeof(BH *), __bhcmp);
380 qsort(bharray, ar_cnt, sizeof(BH *), __bhcmp);
/titanic_44/usr/src/cmd/ipf/tools/
H A Dipfstat.c1328 qsort(tstable, tsentry + 1,
1332 qsort(tstable, tsentry + 1,
1336 qsort(tstable, tsentry + 1,
1340 qsort(tstable, tsentry + 1,
1344 qsort(tstable, tsentry + 1,
1348 qsort(tstable, tsentry +1,
1352 qsort(tstable, tsentry + 1,
1356 qsort(tstable, tsentry + 1,
/titanic_44/usr/src/cmd/mdb/
H A DMakefile.libstand47 qsort.c \
/titanic_44/usr/src/tools/pmodes/
H A Dbinsearch.c134 qsort(l->items, l->nused, sizeof (char *), xcmp); in item_search()
/titanic_44/usr/src/cmd/sgs/error/common/
H A Derrorfilter.c112 qsort(names_ignored, nignored, sizeof (*names_ignored), lexsort); in getignored()

12345678910