/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ |
H A D | crash16.C | 5 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 D | ns15.C | 22 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 D | conversion3.C | 1 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 D | template44.C | 39 qsort(theList->array+first, last-first+1, sizeof(T), in AlgoSort()
|
/openbsd/regress/lib/libc/qsort/ |
H A D | Makefile | 7 qsort-regress: ${PROG} 10 REGRESS_TARGETS=qsort-regress
|
H A D | antiqsort.c | 56 qsort(ptr, n, sizeof(*ptr), cmp); in antiqsort()
|
/openbsd/sys/dev/pci/drm/ |
H A D | linux_sort.c | 84 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 D | xm-vms.h | 158 #define qsort not_qsort macro 164 #undef qsort
|
/openbsd/sbin/wsconsctl/ |
H A D | keysym.c | 113 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 D | Makefile.inc | 10 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 D | qsort.c | 217 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 D | std_cstdlib.h | 73 #undef qsort 107 using ::qsort;
|
/openbsd/gnu/gcc/libstdc++-v3/include/c_std/ |
H A D | std_cstdlib.h | 93 #undef qsort 129 using ::qsort;
|
/openbsd/gnu/lib/libreadline/ |
H A D | ansi_stdlib.h | 52 extern void qsort ();
|
/openbsd/regress/lib/libradius/ |
H A D | main.c | 23 qsort(entries, ntests, sizeof(struct test_entry), test_entry_cmp); in main()
|
/openbsd/usr.bin/lex/ |
H A D | dfa.c | 160 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 D | doschk.c | 248 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 D | stdlib.h | 56 using std::qsort;
|
/openbsd/gnu/gcc/libstdc++-v3/include/c_compatibility/ |
H A D | stdlib.h | 56 using std::qsort;
|
/openbsd/usr.bin/users/ |
H A D | users.c | 98 qsort(names, ncnt, UT_NAMESIZE, scmp); in main()
|
/openbsd/regress/lib/libc/ |
H A D | Makefile | 19 SUBDIR+= qsort
|
/openbsd/gnu/usr.sbin/mkhybrid/src/ |
H A D | joliet.c | 381 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 D | bcache.c | 355 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 D | unimplemented.t | 61 [qsort => 'C-specific: use sort instead'],
|
/openbsd/gnu/llvm/libcxx/include/ |
H A D | cstdlib | 59 void qsort(void* base, size_t nmemb, size_t size, 131 using ::qsort _LIBCPP_USING_IF_EXISTS;
|