Home
last modified time | relevance | path

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

/third_party/rust/crates/libc/src/teeos/
Dmod.rs95 pub type cmpfunc = extern "C" fn(x: *const c_void, y: *const c_void) -> c_int; typedef
1349 cmp: cmpfunc, in bsearch()
1360 pub fn qsort(base: *mut c_void, nel: size_t, width: size_t, cmp: cmpfunc); in qsort()