Lines Matching defs:c_void
377 pub unsafe fn si_addr(&self) -> *mut c_void { in si_addr()
1073 base: *mut c_void, in qsort_r()
1076 compar: Option<unsafe extern "C" fn(*const c_void, *const c_void, *mut c_void) -> c_int>, in qsort_r()
1077 arg: *mut c_void, in qsort_r()
1127 pub fn getentropy(buf: *mut c_void, buflen: size_t) -> c_int; in getentropy()
1128 pub fn getrandom(buf: *mut c_void, buflen: size_t, flags: c_uint) -> ssize_t; in getrandom()
1187 pub fn explicit_bzero(s: *mut c_void, len: size_t); in explicit_bzero()
1189 pub fn reallocarray(ptr: *mut c_void, nmemb: size_t, size: size_t) -> *mut c_void; in reallocarray()
1192 pub fn backtrace(buf: *mut *mut c_void, sz: c_int) -> c_int; in backtrace()
1262 pub fn mlock2(addr: *const c_void, len: size_t, flags: c_uint) -> c_int; in mlock2()
1278 pub fn dlmopen(lmid: Lmid_t, filename: *const c_char, flag: c_int) -> *mut c_void; in dlmopen()
1279 pub fn dlinfo(handle: *mut c_void, request: c_int, info: *mut c_void) -> c_int; in dlinfo()
1281 addr: *const c_void, in dladdr1()
1283 extra_info: *mut *mut c_void, in dladdr1()
1342 pub fn mempcpy(dest: *mut c_void, src: *const c_void, n: size_t) -> *mut c_void; in mempcpy()