| /rust-libc-0.2.174/src/ |
| H A D | trusty.rs | 26 pub iov_base: *mut c_void, 47 pub const MAP_FAILED: *mut c_void = !0 as *mut c_void; 50 pub fn calloc(nobj: size_t, size: size_t) -> *mut c_void; in calloc() argument 51 pub fn malloc(size: size_t) -> *mut c_void; in malloc() argument 52 pub fn realloc(p: *mut c_void, size: size_t) -> *mut c_void; in realloc() argument 53 pub fn free(p: *mut c_void); in free() argument 54 pub fn memalign(align: size_t, size: size_t) -> *mut c_void; in memalign() argument 56 pub fn write(fd: c_int, buf: *const c_void, count: size_t) -> ssize_t; in write() argument 62 addr: *mut c_void, in mmap() argument 68 ) -> *mut c_void; in mmap() argument [all …]
|
| H A D | psp.rs | 22 arg3: *mut c_void, 49 Option<extern "C" fn(display: *mut *mut c_void, render: *mut *mut c_void)>; 60 opt_data: *mut c_void, 70 Option<unsafe extern "C" fn(p: *mut c_void, size: usize) -> *mut c_void>; 2569 buf: *mut c_void, in sceAudioOutputPanned() argument 2575 buf: *mut c_void, in sceAudioOutputPannedBlocking() argument 2795 arg: *mut c_void, in sceKernelRegisterSubIntrHandler() argument 2829 buf: *mut c_void, in sceKernelLoadModuleBufferUsbWlan() argument 2984 arg: *mut c_void, in sceKernelCreateCallback() argument 3004 opt: *mut c_void, in sceKernelCreateMsgPipe() argument [all …]
|
| /rust-libc-0.2.174/src/unix/bsd/apple/b64/x86_64/ |
| H A D | mod.rs | 115 _reserved1: *mut c_void, 116 _reserved2: *mut c_void, 120 Option<unsafe extern "C" fn(zone: *mut malloc_zone_t, size: size_t) -> *mut c_void>, 126 ) -> *mut c_void, 129 Option<unsafe extern "C" fn(zone: *mut malloc_zone_t, size: size_t) -> *mut c_void>, 130 pub free: Option<unsafe extern "C" fn(zone: *mut malloc_zone_t, ptr: *mut c_void)>, 134 ptr: *mut c_void, 136 ) -> *mut c_void, 144 results: *mut *mut c_void, 151 to_be_freed: *mut *mut c_void, [all …]
|
| /rust-libc-0.2.174/src/unix/nto/ |
| H A D | neutrino.rs | 620 __rmsg: *mut c_void, in MsgSend() argument 627 __rmsg: *mut c_void, in MsgSend_r() argument 634 __rmsg: *mut c_void, in MsgSendnc() argument 641 __rmsg: *mut c_void, in MsgSendnc_r() argument 676 __rmsg: *mut c_void, in MsgSendvs() argument 730 __msg: *mut c_void, in MsgReceive() argument 736 __msg: *mut c_void, in MsgReceive_r() argument 989 __func: unsafe extern "C" fn(__arg: *mut c_void) -> *mut c_void, in ThreadCreate() argument 990 __arg: *mut c_void, in ThreadCreate() 995 __func: unsafe extern "C" fn(__arg: *mut c_void) -> *mut c_void, in ThreadCreate_r() argument [all …]
|
| /rust-libc-0.2.174/src/solid/ |
| H A D | mod.rs | 545 ) -> *mut c_void; in bsearch() argument 555 arg1: *mut c_void, in qsort() argument 561 pub fn realloc(arg1: *mut c_void, arg2: size_t) -> *mut c_void; in realloc() argument 710 pub fn memchr(arg1: *const c_void, arg2: c_int, arg3: size_t) -> *mut c_void; in memchr() argument 712 pub fn memcpy(arg1: *mut c_void, arg2: *const c_void, arg3: size_t) -> *mut c_void; in memcpy() argument 713 pub fn memmove(arg1: *mut c_void, arg2: *const c_void, arg3: size_t) -> *mut c_void; in memmove() argument 714 pub fn memset(arg1: *mut c_void, arg2: c_int, arg3: size_t) -> *mut c_void; in memset() argument 739 ) -> *mut c_void; in memccpy() argument 749 ) -> *mut c_void; in memmem() argument 769 pub fn bcmp(arg1: *const c_void, arg2: *const c_void, arg3: size_t) -> c_int; in bcmp() argument [all …]
|
| /rust-libc-0.2.174/src/teeos/ |
| H A D | mod.rs | 62 pub type cmpfunc = extern "C" fn(x: *const c_void, y: *const c_void) -> c_int; constant 983 pub fn realloc(p: *mut c_void, size: size_t) -> *mut c_void; in realloc() argument 991 pub fn memchr(cx: *const c_void, c: c_int, n: size_t) -> *mut c_void; in memchr() argument 995 pub fn memcmp(cx: *const c_void, ct: *const c_void, n: size_t) -> c_int; in memcmp() argument 997 pub fn memcpy(dest: *mut c_void, src: *const c_void, n: size_t) -> *mut c_void; in memcpy() argument 999 pub fn memmove(dest: *mut c_void, src: *const c_void, n: size_t) -> *mut c_void; in memmove() argument 1001 pub fn memset(dest: *mut c_void, c: c_int, n: size_t) -> *mut c_void; in memset() argument 1090 f: extern "C" fn(*mut c_void) -> *mut c_void, in pthread_create() argument 1152 addr: *mut c_void, in mmap() argument 1158 ) -> *mut c_void; in mmap() argument [all …]
|
| /rust-libc-0.2.174/src/vxworks/ |
| H A D | mod.rs | 512 pub const RTLD_DEFAULT: *mut c_void = 0i64 as *mut c_void; 1056 pub const MAP_FAILED: *mut c_void = !0 as *mut c_void; 1167 pub fn realloc(p: *mut c_void, size: size_t) -> *mut c_void; in realloc() argument 1198 pub fn memchr(cx: *const c_void, c: c_int, n: size_t) -> *mut c_void; in memchr() argument 1200 pub fn memcmp(cx: *const c_void, ct: *const c_void, n: size_t) -> c_int; in memcmp() argument 1201 pub fn memcpy(dest: *mut c_void, src: *const c_void, n: size_t) -> *mut c_void; in memcpy() argument 1202 pub fn memmove(dest: *mut c_void, src: *const c_void, n: size_t) -> *mut c_void; in memmove() argument 1203 pub fn memset(dest: *mut c_void, c: c_int, n: size_t) -> *mut c_void; in memset() argument 1252 ) -> *mut c_void; in mmap() argument 1283 pub fn dlsym(handle: *mut c_void, symbol: *const c_char) -> *mut c_void; in dlsym() argument [all …]
|
| /rust-libc-0.2.174/src/unix/haiku/ |
| H A D | mod.rs | 286 mutex: *mut c_void, 822 pub const MAP_FAILED: *mut c_void = !0 as *mut c_void; 1054 pub const RTLD_DEFAULT: *mut c_void = 0isize as *mut c_void; 1690 f: extern "C" fn(*mut c_void) -> *mut c_void, in pthread_create() argument 1769 buf: *mut c_void, in recvfrom() argument 1901 msgp: *mut c_void, in msgrcv() argument 1912 pub fn memrchr(cx: *const c_void, c: c_int, n: size_t) -> *mut c_void; in memrchr() argument 1916 base: *mut c_void, in lsearch() argument 1920 ) -> *mut c_void; in lsearch() argument 1927 ) -> *mut c_void; in lfind() argument [all …]
|
| /rust-libc-0.2.174/src/windows/ |
| H A D | mod.rs | 338 pub fn malloc(size: size_t) -> *mut c_void; in malloc() argument 339 pub fn _msize(p: *mut c_void) -> size_t; in _msize() 340 pub fn realloc(p: *mut c_void, size: size_t) -> *mut c_void; in realloc() argument 341 pub fn free(p: *mut c_void); in free() argument 371 pub fn memchr(cx: *const c_void, c: c_int, n: size_t) -> *mut c_void; in memchr() argument 372 pub fn memcmp(cx: *const c_void, ct: *const c_void, n: size_t) -> c_int; in memcmp() argument 373 pub fn memcpy(dest: *mut c_void, src: *const c_void, n: size_t) -> *mut c_void; in memcpy() argument 374 pub fn memmove(dest: *mut c_void, src: *const c_void, n: size_t) -> *mut c_void; in memmove() argument 375 pub fn memset(dest: *mut c_void, c: c_int, n: size_t) -> *mut c_void; in memset() argument 531 pub fn aligned_free(ptr: *mut c_void); in aligned_free() argument [all …]
|
| /rust-libc-0.2.174/src/wasi/ |
| H A D | mod.rs | 110 pub iov_base: *mut c_void, 493 pub fn free(ptr: *mut c_void); in free() argument 495 pub fn malloc(amt: size_t) -> *mut c_void; in malloc() argument 497 pub fn sbrk(increment: intptr_t) -> *mut c_void; in sbrk() argument 500 pub fn realloc(ptr: *mut c_void, amt: size_t) -> *mut c_void; in realloc() argument 613 pub fn memchr(cx: *const c_void, c: c_int, n: size_t) -> *mut c_void; in memchr() argument 614 pub fn memcmp(cx: *const c_void, ct: *const c_void, n: size_t) -> c_int; in memcmp() argument 615 pub fn memcpy(dest: *mut c_void, src: *const c_void, n: size_t) -> *mut c_void; in memcpy() argument 616 pub fn memmove(dest: *mut c_void, src: *const c_void, n: size_t) -> *mut c_void; in memmove() argument 617 pub fn memset(dest: *mut c_void, c: c_int, n: size_t) -> *mut c_void; in memset() argument [all …]
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/freebsd11/ |
| H A D | mod.rs | 19 pub udata: *mut c_void, 44 pub ki_paddr: *mut c_void, 47 pub ki_addr: *mut c_void, 50 pub ki_tracep: *mut c_void, 53 pub ki_textvp: *mut c_void, 58 pub ki_vmspace: *mut c_void, 60 pub ki_wchan: *mut c_void, 199 pub ki_pcb: *mut c_void, 201 pub ki_kstack: *mut c_void, 203 pub ki_udata: *mut c_void, [all …]
|
| /rust-libc-0.2.174/src/unix/bsd/netbsdlike/netbsd/ |
| H A D | mod.rs | 39 pub type iconv_t = *mut c_void; 2392 data: *mut c_void, in extattr_list_fd() argument 2398 data: *mut c_void, in extattr_list_file() argument 2404 data: *mut c_void, in extattr_list_link() argument 2422 data: *mut c_void, in extattr_get_fd() argument 2429 data: *mut c_void, in extattr_get_file() argument 2436 data: *mut c_void, in extattr_get_link() argument 2494 oldp: *mut c_void, in sysctl() argument 2626 ) -> *mut c_void; in memmem() argument 2677 ) -> *mut c_void; in mremap() argument [all …]
|
| /rust-libc-0.2.174/src/unix/ |
| H A D | mod.rs | 599 base: *mut c_void, in qsort() argument 610 ) -> *mut c_void; in bsearch() argument 681 pub fn realloc(p: *mut c_void, size: size_t) -> *mut c_void; in realloc() argument 725 pub fn memchr(cx: *const c_void, c: c_int, n: size_t) -> *mut c_void; in memchr() argument 727 pub fn memcmp(cx: *const c_void, ct: *const c_void, n: size_t) -> c_int; in memcmp() argument 728 pub fn memcpy(dest: *mut c_void, src: *const c_void, n: size_t) -> *mut c_void; in memcpy() argument 729 pub fn memmove(dest: *mut c_void, src: *const c_void, n: size_t) -> *mut c_void; in memmove() argument 730 pub fn memset(dest: *mut c_void, c: c_int, n: size_t) -> *mut c_void; in memset() argument 731 pub fn memccpy(dest: *mut c_void, src: *const c_void, c: c_int, n: size_t) -> *mut c_void; in memccpy() argument 1170 ) -> *mut c_void; in mmap() argument [all …]
|
| /rust-libc-0.2.174/src/unix/newlib/rtems/ |
| H A D | mod.rs | 14 pub const RTLD_DEFAULT: *mut c_void = -2isize as *mut c_void; 132 f: extern "C" fn(_: *mut c_void) -> *mut c_void, in pthread_create() argument 133 value: *mut c_void, in pthread_create() argument 141 pub fn getentropy(buf: *mut c_void, buflen: size_t) -> c_int; in getentropy() argument 143 pub fn arc4random_buf(buf: *mut core::ffi::c_void, nbytes: size_t); in arc4random_buf() argument
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/freebsd13/ |
| H A D | mod.rs | 32 pub udata: *mut c_void, 62 pub ki_paddr: *mut c_void, 65 pub ki_addr: *mut c_void, 68 pub ki_tracep: *mut c_void, 71 pub ki_textvp: *mut c_void, 76 pub ki_vmspace: *mut c_void, 78 pub ki_wchan: *const c_void, 219 pub ki_pcb: *mut c_void, 223 pub ki_udata: *mut c_void, 228 pub ki_pd: *mut c_void, [all …]
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/freebsd14/ |
| H A D | mod.rs | 32 pub udata: *mut c_void, 62 pub ki_paddr: *mut c_void, 65 pub ki_addr: *mut c_void, 68 pub ki_tracep: *mut c_void, 71 pub ki_textvp: *mut c_void, 76 pub ki_vmspace: *mut c_void, 78 pub ki_wchan: *const c_void, 219 pub ki_pcb: *mut c_void, 223 pub ki_udata: *mut c_void, 228 pub ki_pd: *mut c_void, [all …]
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/freebsd15/ |
| H A D | mod.rs | 32 pub udata: *mut c_void, 62 pub ki_paddr: *mut c_void, 65 pub ki_addr: *mut c_void, 68 pub ki_tracep: *mut c_void, 71 pub ki_textvp: *mut c_void, 76 pub ki_vmspace: *mut c_void, 78 pub ki_wchan: *const c_void, 219 pub ki_pcb: *mut c_void, 223 pub ki_udata: *mut c_void, 228 pub ki_pd: *mut c_void, [all …]
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/freebsd12/ |
| H A D | mod.rs | 29 pub udata: *mut c_void, 52 pub ki_paddr: *mut c_void, 55 pub ki_addr: *mut c_void, 58 pub ki_tracep: *mut c_void, 61 pub ki_textvp: *mut c_void, 66 pub ki_vmspace: *mut c_void, 68 pub ki_wchan: *mut c_void, 209 pub ki_pcb: *mut c_void, 211 pub ki_kstack: *mut c_void, 213 pub ki_udata: *mut c_void, [all …]
|
| /rust-libc-0.2.174/src/unix/bsd/netbsdlike/openbsd/ |
| H A D | mod.rs | 75 __unused1: *mut c_void, 76 __unused2: *mut c_void, 77 __unused3: *mut c_void, 78 __unused4: *mut c_void, 79 __unused5: *mut c_void, 80 __unused6: *mut c_void, 81 __unused7: *mut c_void, 2005 oldp: *mut c_void, in sysctl() argument 2019 ) -> *mut c_void; in memmem() argument 2051 ) -> *mut c_void; in lsearch() argument [all …]
|
| /rust-libc-0.2.174/src/unix/newlib/espidf/ |
| H A D | mod.rs | 14 pub msg_name: *mut c_void, 18 pub msg_control: *mut c_void, 104 f: extern "C" fn(_: *mut c_void) -> *mut c_void, in pthread_create() argument 105 value: *mut c_void, in pthread_create() argument 108 pub fn getrandom(buf: *mut c_void, buflen: size_t, flags: c_uint) -> ssize_t; in getrandom() argument
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/gnu/ |
| H A D | mod.rs | 26 pub aio_buf: *mut c_void, 60 __unused1: *mut c_void, 61 __unused2: *mut c_void, 62 __unused3: *mut c_void, 63 __unused4: *mut c_void, 64 __unused5: *mut c_void, 1073 base: *mut c_void, in qsort_r() argument 1076 compar: Option<unsafe extern "C" fn(*const c_void, *const c_void, *mut c_void) -> c_int>, in qsort_r() argument 1077 arg: *mut c_void, in qsort_r() argument 1279 pub fn dlinfo(handle: *mut c_void, request: c_int, info: *mut c_void) -> c_int; in dlinfo() argument [all …]
|
| /rust-libc-0.2.174/src/unix/newlib/vita/ |
| H A D | mod.rs | 12 pub msg_name: *mut c_void, 16 pub msg_control: *mut c_void, 111 pub const RTLD_DEFAULT: *mut c_void = 0 as *mut c_void; 184 f: extern "C" fn(_: *mut c_void) -> *mut c_void, in pthread_create() argument 185 value: *mut c_void, in pthread_create() argument 232 pub fn getentropy(buf: *mut c_void, buflen: size_t) -> c_int; in getentropy() argument
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/ |
| H A D | mod.rs | 5 pub type pthread_attr_t = *mut c_void; 7 pub type pthread_mutex_t = *mut c_void; 9 pub type pthread_cond_t = *mut c_void; 39 pub type iconv_t = *mut c_void; 43 pub type kvm_t = c_void; 615 pub const MAP_FAILED: *mut c_void = !0 as *mut c_void; 1593 pub fn memrchr(cx: *const c_void, c: c_int, n: size_t) -> *mut c_void; in memrchr() argument 1731 oldp: *mut c_void, in sysctl() argument 1738 oldp: *mut c_void, in sysctlbyname() argument 1760 data: *mut c_void, in dl_iterate_phdr() [all …]
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/uclibc/x86_64/ |
| H A D | mod.rs | 50 __stackaddr: *mut c_void, // better don't use it 158 pub ss_sp: *mut c_void, 211 pub msg_name: *mut c_void, 215 pub msg_control: *mut c_void, 259 __unused1: *mut c_void, 260 __unused2: *mut c_void, 261 __unused3: *mut c_void, 262 __unused4: *mut c_void, 263 __unused5: *mut c_void,
|
| /rust-libc-0.2.174/src/unix/cygwin/ |
| H A D | mod.rs | 21 pub type iconv_t = *mut c_void; 44 pub type pthread_t = *mut c_void; 1022 pub const RTLD_DEFAULT: *mut c_void = 0isize as *mut c_void; 1312 pub const MAP_FAILED: *mut c_void = !0 as *mut c_void; 2048 buf: *mut c_void, in recvfrom() argument 2104 pub fn reallocf(ptr: *mut c_void, size: size_t) -> *mut c_void; in reallocf() argument 2120 compar: Option<unsafe extern "C" fn(*const c_void, *const c_void, *mut c_void) -> c_int>, in qsort_r() argument 2121 arg: *mut c_void, in qsort_r() argument 2150 ) -> *mut c_void; in memmem() argument 2152 pub fn memrchr(cx: *const c_void, c: c_int, n: size_t) -> *mut c_void; in memrchr() argument [all …]
|