Searched refs:qsort_r (Results 1 – 15 of 15) sorted by relevance
/external/e2fsprogs/lib/support/ |
D | sort_r.h | 242 extern void qsort_r(void *base, size_t nel, size_t width, void *thunk, 270 extern void qsort_r(void *base, size_t nel, size_t width, 292 qsort_r(base, nel, width, compar, arg); in sort_r() 301 qsort_r(base, nel, width, &tmp, sort_r_arg_swap); in sort_r()
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.46.1.txt | 30 Fix portability problems by not depending on the glibc specific qsort_r
|
/external/musl/include/ |
D | stdlib.h | 151 void qsort_r (void *, size_t, size_t, int (*)(const void *, const void *, void *), void *);
|
/external/musl/src/stdlib/ |
D | qsort.c | 221 weak_alias(__qsort_r, qsort_r);
|
/external/e2fsprogs/ |
D | configure.ac | 1256 qsort_r 1382 dnl qsort_r detection 1385 AC_CACHE_CHECK(whether qsort_r is GNU version, e2_cv_gnu_qsort_r, 1388 void (qsort_r)(void *base, size_t nmemb, size_t size, 1393 AC_CACHE_CHECK(whether qsort_r is BSD version, e2_cv_bsd_qsort_r, 1396 void (qsort_r)(void *base, size_t nmemb, size_t size, 1402 AC_DEFINE(HAVE_GNU_QSORT_R, 1, [ Define to 1 if you have the GNU-style 'qsort_r' function.]) 1405 AC_DEFINE(HAVE_BSD_QSORT_R, 1, [ Define to 1 if you have the BSD-style 'qsort_r' function.])
|
/external/e2fsprogs/lib/ |
D | config.h.in | 58 /* Define to 1 if you have the BSD-style 'qsort_r' function. */ 160 /* Define to 1 if you have the GNU-style 'qsort_r' function. */ 307 /* Define to 1 if you have the `qsort_r' function. */
|
/external/harfbuzz_ng/src/ |
D | hb-algs.hh | 1171 qsort_r (base, nel, width, compar, arg); in hb_qsort()
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
D | mod.rs | 1142 pub fn qsort_r( in qsort_r() function
|
/external/ImageMagick/config/ |
D | config.h.in | 402 /* Define to 1 if you have the `qsort_r' function. */
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2688 fun:qsort_r=uninstrumented
|
/external/ImageMagick/ |
D | configure.ac | 2982 …locate posix_madvise posix_memalign posix_spawnp pow pread putenv pwrite qsort_r raise rand_r read…
|
D | configure | 32991 …locate posix_madvise posix_memalign posix_spawnp pow pread putenv pwrite qsort_r raise rand_r read…
|
/external/musl/ |
D | WHATSNEW | 2296 - qsort_r function (POSIX-future)
|
/external/elfutils/src/ |
D | ChangeLog | 376 * readelf.c (qsort_r): Use qsort for improved portability.
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 154 PUBLIC 36070 0 qsort_r
|