| /titanic_44/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 *));
|
| /titanic_44/usr/src/lib/libsec/common/ |
| H A D | aclsort.c | 110 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 D | qsort.h | 43 extern void qsort(void *, size_t, size_t, int (*)(const void *, const void *));
|
| /titanic_44/usr/src/ucblib/libucb/port/gen/ |
| H A D | scandir.c | 130 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 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 \
|
| /titanic_44/usr/src/lib/libc/port/gen/ |
| H A D | scandir.c | 140 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 D | stdlib.h | 56 extern int qsort(/* void *base, size_t nmemb, size_t size,
|
| /titanic_44/usr/src/cmd/mdb/common/mdb/ |
| H A D | mdb_whatis.c | 385 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 D | stdlib.h | 66 extern void qsort(/* void *base, size_t nmemb, size_t size,
|
| /titanic_44/usr/src/cmd/fs.d/nfs/showmount/ |
| H A D | showmount.c | 201 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 D | sym.c | 183 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 D | salib.h | 57 extern void qsort(void *, size_t, size_t, int (*)(const void *,
|
| /titanic_44/usr/src/ucbcmd/users/ |
| H A D | users.c | 81 qsort(names, namp - names, sizeof (names[0]), scmp); in summary()
|
| /titanic_44/usr/src/cmd/tnf/tnfdump/ |
| H A D | table.c | 103 qsort(table_start, table_cur, sizeof (struct entry), &timecompare); in table_sort()
|
| /titanic_44/usr/src/cmd/svr4pkg/installf/ |
| H A D | removef.c | 125 qsort((char *)extlist, in removef()
|
| /titanic_44/usr/src/cmd/pgrep/ |
| H A D | idtab.c | 91 qsort(idt->id_data, idt->id_nelems, in idtab_sort()
|
| /titanic_44/usr/src/lib/libbc/libc/gen/common/ |
| H A D | scandir.c | 93 qsort(names, nitems, sizeof(struct direct *), dcomp); in scandir()
|
| /titanic_44/usr/src/cmd/rpcsvc/ |
| H A D | rup.c | 411 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 D | server_dict.c | 154 qsort(word_list, word_count, sizeof(char *), word_compare); in init_dict()
|
| /titanic_44/usr/src/cmd/sendmail/db/mp/ |
| H A D | mp_sync.c | 178 qsort(bharray, ar_cnt, sizeof(BH *), __bhcmp); 380 qsort(bharray, ar_cnt, sizeof(BH *), __bhcmp);
|
| /titanic_44/usr/src/cmd/ipf/tools/ |
| H A D | ipfstat.c | 1328 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 D | Makefile.libstand | 47 qsort.c \
|
| /titanic_44/usr/src/tools/pmodes/ |
| H A D | binsearch.c | 134 qsort(l->items, l->nused, sizeof (char *), xcmp); in item_search()
|
| /titanic_44/usr/src/cmd/sgs/error/common/ |
| H A D | errorfilter.c | 112 qsort(names_ignored, nignored, sizeof (*names_ignored), lexsort); in getignored()
|