Home
last modified time | relevance | path

Searched defs:qsort_r (Results 1 – 2 of 2) sorted by relevance

/third_party/FreeBSD/lib/libc/stdlib/
Dqsort.c260 qsort_r(void *a, size_t n, size_t es, void *thunk, cmp_t *cmp) in qsort_r() function
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs1142 pub fn qsort_r( in qsort_r() function