Home
last modified time | relevance | path

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

12345678910>>...15

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dcrash16.C5 extern "C" void qsort(void *base, __SIZE_TYPE__ nmemb, __SIZE_TYPE__ size,
20 inline void qsort (T b[i1][i2], int (*cmp)(const T*, const T*)) { in qsort() function
21 ::qsort ((void*)b, i1*i2, sizeof(T), (int (*)(const void *, const void *))cmp); in qsort()
29 qsort<R,256> (d, cmp_d); in sort_machine()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dns15.C22 inline void qsort (T b[i1][i2], int (*cmp)(const T*, const T*)) { in qsort() function
23 ::qsort ((void*)b, i1*i2, sizeof(T), (int (*)(const void *, const void *))cmp); in qsort()
31 qsort<R,MAX> (d, cmp_d); in sort_machine()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dconversion3.C1 void qsort (void *, int, int, int (*)(const void *, const void *));
6 qsort(0, 0, 0, pf(f)); // ERROR - adding const to function parms in g()
H A Dtemplate44.C39 qsort(theList->array+first, last-first+1, sizeof(T), in AlgoSort()
/openbsd/regress/lib/libc/qsort/
H A DMakefile7 qsort-regress: ${PROG}
10 REGRESS_TARGETS=qsort-regress
H A Dantiqsort.c56 qsort(ptr, n, sizeof(*ptr), cmp); in antiqsort()
/openbsd/sys/dev/pci/drm/
H A Dlinux_sort.c84 qsort(void *aa, size_t n, size_t es, int (*cmp)(const void *, const void *)) in qsort() function
152 qsort(a, r / es, es, cmp); in qsort()
161 qsort(pn - s, s / es, es, cmp); in qsort()
173 qsort(a, n, es, cmp); in sort()
/openbsd/gnu/usr.bin/gcc/gcc/config/vax/
H A Dxm-vms.h158 #define qsort not_qsort macro
164 #undef qsort
/openbsd/sbin/wsconsctl/
H A Dkeysym.c113 qsort(ksym_tab_by_name, NUMKSYMS, sizeof(struct ksym), cmp_name); in sort_ksym_tab()
114 qsort(ksym_tab_by_ksym, NUMKSYMS, sizeof(struct ksym), cmp_ksym); in sort_ksym_tab()
/openbsd/lib/libc/stdlib/
H A DMakefile.inc10 mkstemp.c mktemp.c reallocarray.c merge.c posix_pty.c qsort.c \
32 ptsname.3 qsort.3 radixsort.3 rand48.3 rand.3 random.3 realpath.3 \
H A Dqsort.c217 qsort(void *a, size_t n, size_t es, int (*cmp)(const void *, const void *)) in qsort() function
238 DEF_STRONG(qsort);
/openbsd/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cstdlib.h73 #undef qsort
107 using ::qsort;
/openbsd/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_cstdlib.h93 #undef qsort
129 using ::qsort;
/openbsd/gnu/lib/libreadline/
H A Dansi_stdlib.h52 extern void qsort ();
/openbsd/regress/lib/libradius/
H A Dmain.c23 qsort(entries, ntests, sizeof(struct test_entry), test_entry_cmp); in main()
/openbsd/usr.bin/lex/
H A Ddfa.c160 qsort (&rule_set [1], num_associated_rules, sizeof (rule_set [1]), intcmp); in dump_associated_rules()
833 qsort (&sns [1], numstates, sizeof (sns [1]), intcmp); in snstods()
868 qsort (&sns [1], numstates, sizeof (sns [1]), intcmp); in snstods()
891 qsort (&accset [1], nacc, sizeof (accset [1]), intcmp); in snstods()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Ddoschk.c248 qsort (elist, ecount, sizeof (ENT *), compare_ent_dosname); in display_problems()
277 qsort (elist, ecount, sizeof (ENT *), compare_ent_fullname); in display_problems()
/openbsd/gnu/lib/libstdc++/libstdc++/include/c_compatibility/
H A Dstdlib.h56 using std::qsort;
/openbsd/gnu/gcc/libstdc++-v3/include/c_compatibility/
H A Dstdlib.h56 using std::qsort;
/openbsd/usr.bin/users/
H A Dusers.c98 qsort(names, ncnt, UT_NAMESIZE, scmp); in main()
/openbsd/regress/lib/libc/
H A DMakefile19 SUBDIR+= qsort
/openbsd/gnu/usr.sbin/mkhybrid/src/
H A Djoliet.c381 qsort(&jpathlist[1], next_jpath_index-1, sizeof(struct directory *), in generate_joliet_path_tables()
384 qsort(&jpathlist[1], next_jpath_index-1, sizeof(struct directory *), in generate_joliet_path_tables()
924 qsort(sortlist, dcount, sizeof(struct directory_entry *), in FDECL1()
927 qsort(sortlist, dcount, sizeof(struct directory_entry *), in FDECL1()
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dbcache.c355 qsort (chain_length, c->num_buckets, sizeof (chain_length[0]), in print_bcache_statistics()
357 qsort (entry_size, c->unique_count, sizeof (entry_size[0]), in print_bcache_statistics()
/openbsd/gnu/usr.bin/perl/ext/POSIX/t/
H A Dunimplemented.t61 [qsort => 'C-specific: use sort instead'],
/openbsd/gnu/llvm/libcxx/include/
H A Dcstdlib59 void qsort(void* base, size_t nmemb, size_t size,
131 using ::qsort _LIBCPP_USING_IF_EXISTS;

12345678910>>...15