Searched defs:qsort (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/cddl/osnet/sys/util/ |
H A D | qsort.h | 33 qsort(void *base, size_t nmemb, size_t size, in qsort() function
|
/netbsd-src/sys/lib/libsa/ |
H A D | qsort.c | 93 qsort(void *a, size_t n, size_t es, cmp_t *cmp) in qsort() function
|
/netbsd-src/lib/libc/stdlib/ |
H A D | qsort.c | 100 qsort(void *a, size_t n, size_t es, in qsort() function
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | vec.h | 391 qsort (ITEM *base, size_t nelem, ExtCompareFunc qcmp, void *arg) in qsort() function
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | vec.h | 391 qsort (ITEM *base, size_t nelem, ExtCompareFunc qcmp, void *arg) in qsort() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | system.h | 1264 #define qsort(...) PP_5th (__VA_ARGS__, gcc_qsort, 3, 2, qsort, 0) (__VA_ARGS__) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | system.h | 1226 #define qsort(...) PP_5th (__VA_ARGS__, gcc_qsort, 3, 2, qsort, 0) (__VA_ARGS__) macro
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
H A D | roken.h.in | 1198 #define qsort rk_qsort macro
|