Home
last modified time | relevance | path

Searched defs:c_void (Results 1 – 25 of 60) sorted by relevance

123

/rust-libc-0.2.174/src/
H A Dpsp.rs2569 buf: *mut c_void, in sceAudioOutputPanned()
2575 buf: *mut c_void, in sceAudioOutputPannedBlocking()
2795 arg: *mut c_void, in sceKernelRegisterSubIntrHandler()
2829 buf: *mut c_void, in sceKernelLoadModuleBufferUsbWlan()
2984 arg: *mut c_void, in sceKernelCreateCallback()
3004 opt: *mut c_void, in sceKernelCreateMsgPipe()
3435 unk: *mut c_void, in sceMpegGetAtracAu()
3542 src: *mut c_void, in sceGuCopyImage()
3707 buf: *mut c_void, in sceRegGetKeyValue()
3713 buf: *mut c_void, in sceRegGetKeyValueByName()
[all …]
H A Dtrusty.rs50 pub fn calloc(nobj: size_t, size: size_t) -> *mut c_void; in calloc()
51 pub fn malloc(size: size_t) -> *mut c_void; in malloc()
52 pub fn realloc(p: *mut c_void, size: size_t) -> *mut c_void; in realloc()
53 pub fn free(p: *mut c_void); in free()
54 pub fn memalign(align: size_t, size: size_t) -> *mut c_void; in memalign()
55 pub fn posix_memalign(memptr: *mut *mut c_void, align: size_t, size: size_t) -> c_int; in posix_memalign()
56 pub fn write(fd: c_int, buf: *const c_void, count: size_t) -> ssize_t; in write()
62 addr: *mut c_void, in mmap()
68 ) -> *mut c_void; in mmap()
69 pub fn munmap(addr: *mut c_void, len: size_t) -> c_int; in munmap()
/rust-libc-0.2.174/src/unix/
H A Dmod.rs599 base: *mut c_void, in qsort()
610 ) -> *mut c_void; in bsearch()
681 pub fn realloc(p: *mut c_void, size: size_t) -> *mut c_void; in realloc()
725 pub fn memchr(cx: *const c_void, c: c_int, n: size_t) -> *mut c_void; in memchr()
727 pub fn memcmp(cx: *const c_void, ct: *const c_void, n: size_t) -> c_int; in memcmp()
728 pub fn memcpy(dest: *mut c_void, src: *const c_void, n: size_t) -> *mut c_void; in memcpy()
729 pub fn memmove(dest: *mut c_void, src: *const c_void, n: size_t) -> *mut c_void; in memmove()
730 pub fn memset(dest: *mut c_void, c: c_int, n: size_t) -> *mut c_void; in memset()
731 pub fn memccpy(dest: *mut c_void, src: *const c_void, c: c_int, n: size_t) -> *mut c_void; in memccpy()
1170 ) -> *mut c_void; in mmap()
[all …]
/rust-libc-0.2.174/src/solid/
H A Dmod.rs545 ) -> *mut c_void; in bsearch()
555 arg1: *mut c_void, in qsort()
561 pub fn realloc(arg1: *mut c_void, arg2: size_t) -> *mut c_void; in realloc()
710 pub fn memchr(arg1: *const c_void, arg2: c_int, arg3: size_t) -> *mut c_void; in memchr()
712 pub fn memcpy(arg1: *mut c_void, arg2: *const c_void, arg3: size_t) -> *mut c_void; in memcpy()
713 pub fn memmove(arg1: *mut c_void, arg2: *const c_void, arg3: size_t) -> *mut c_void; in memmove()
714 pub fn memset(arg1: *mut c_void, arg2: c_int, arg3: size_t) -> *mut c_void; in memset()
739 ) -> *mut c_void; in memccpy()
749 ) -> *mut c_void; in memmem()
769 pub fn bcmp(arg1: *const c_void, arg2: *const c_void, arg3: size_t) -> c_int; in bcmp()
[all …]
/rust-libc-0.2.174/src/unix/nto/
H A Dneutrino.rs620 __rmsg: *mut c_void, in MsgSend()
627 __rmsg: *mut c_void, in MsgSend_r()
634 __rmsg: *mut c_void, in MsgSendnc()
641 __rmsg: *mut c_void, in MsgSendnc_r()
676 __rmsg: *mut c_void, in MsgSendvs()
683 __rmsg: *mut c_void, in MsgSendvs_r()
690 __rmsg: *mut c_void, in MsgSendvsnc()
730 __msg: *mut c_void, in MsgReceive()
736 __msg: *mut c_void, in MsgReceive_r()
989 __func: unsafe extern "C" fn(__arg: *mut c_void) -> *mut c_void, in ThreadCreate()
[all …]
/rust-libc-0.2.174/src/windows/
H A Dmod.rs337 pub fn calloc(nobj: size_t, size: size_t) -> *mut c_void; in calloc()
338 pub fn malloc(size: size_t) -> *mut c_void; in malloc()
340 pub fn realloc(p: *mut c_void, size: size_t) -> *mut c_void; in realloc()
341 pub fn free(p: *mut c_void); in free()
371 pub fn memchr(cx: *const c_void, c: c_int, n: size_t) -> *mut c_void; in memchr()
372 pub fn memcmp(cx: *const c_void, ct: *const c_void, n: size_t) -> c_int; in memcmp()
373 pub fn memcpy(dest: *mut c_void, src: *const c_void, n: size_t) -> *mut c_void; in memcpy()
374 pub fn memmove(dest: *mut c_void, src: *const c_void, n: size_t) -> *mut c_void; in memmove()
375 pub fn memset(dest: *mut c_void, c: c_int, n: size_t) -> *mut c_void; in memset()
531 pub fn aligned_free(ptr: *mut c_void); in aligned_free()
[all …]
/rust-libc-0.2.174/src/teeos/
H A Dmod.rs62 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()
991 pub fn memchr(cx: *const c_void, c: c_int, n: size_t) -> *mut c_void; in memchr()
995 pub fn memcmp(cx: *const c_void, ct: *const c_void, n: size_t) -> c_int; in memcmp()
997 pub fn memcpy(dest: *mut c_void, src: *const c_void, n: size_t) -> *mut c_void; in memcpy()
999 pub fn memmove(dest: *mut c_void, src: *const c_void, n: size_t) -> *mut c_void; in memmove()
1001 pub fn memset(dest: *mut c_void, c: c_int, n: size_t) -> *mut c_void; in memset()
1091 value: *mut c_void, in pthread_create()
1152 addr: *mut c_void, in mmap()
1158 ) -> *mut c_void; in mmap()
[all …]
/rust-libc-0.2.174/src/wasi/
H A Dmod.rs493 pub fn free(ptr: *mut c_void); in free()
495 pub fn malloc(amt: size_t) -> *mut c_void; in malloc()
497 pub fn sbrk(increment: intptr_t) -> *mut c_void; in sbrk()
500 pub fn realloc(ptr: *mut c_void, amt: size_t) -> *mut c_void; in realloc()
613 pub fn memchr(cx: *const c_void, c: c_int, n: size_t) -> *mut c_void; in memchr()
614 pub fn memcmp(cx: *const c_void, ct: *const c_void, n: size_t) -> c_int; in memcmp()
615 pub fn memcpy(dest: *mut c_void, src: *const c_void, n: size_t) -> *mut c_void; in memcpy()
616 pub fn memmove(dest: *mut c_void, src: *const c_void, n: size_t) -> *mut c_void; in memmove()
617 pub fn memset(dest: *mut c_void, c: c_int, n: size_t) -> *mut c_void; in memset()
739 pub fn memrchr(cx: *const c_void, c: c_int, n: size_t) -> *mut c_void; in memrchr()
[all …]
H A Dp2.rs150 buffer: *const c_void, in sendto()
158 buffer: *mut c_void, in recvfrom()
169 optval: *mut c_void, in getsockopt()
176 optval: *const c_void, in setsockopt()
/rust-libc-0.2.174/src/vxworks/
H A Dmod.rs1167 pub fn realloc(p: *mut c_void, size: size_t) -> *mut c_void; in realloc()
1198 pub fn memchr(cx: *const c_void, c: c_int, n: size_t) -> *mut c_void; in memchr()
1200 pub fn memcmp(cx: *const c_void, ct: *const c_void, n: size_t) -> c_int; in memcmp()
1201 pub fn memcpy(dest: *mut c_void, src: *const c_void, n: size_t) -> *mut c_void; in memcpy()
1202 pub fn memmove(dest: *mut c_void, src: *const c_void, n: size_t) -> *mut c_void; in memmove()
1203 pub fn memset(dest: *mut c_void, c: c_int, n: size_t) -> *mut c_void; in memset()
1246 addr: *mut c_void, in mmap()
1252 ) -> *mut c_void; in mmap()
1283 pub fn dlsym(handle: *mut c_void, symbol: *const c_char) -> *mut c_void; in dlsym()
1385 value: *mut c_void, in pthread_create()
[all …]
/rust-libc-0.2.174/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs2392 data: *mut c_void, in extattr_list_fd()
2398 data: *mut c_void, in extattr_list_file()
2404 data: *mut c_void, in extattr_list_link()
2422 data: *mut c_void, in extattr_get_fd()
2429 data: *mut c_void, in extattr_get_file()
2436 data: *mut c_void, in extattr_get_link()
2494 oldp: *mut c_void, in sysctl()
2501 oldp: *mut c_void, in sysctlbyname()
2626 ) -> *mut c_void; in memmem()
2677 ) -> *mut c_void; in mremap()
[all …]
/rust-libc-0.2.174/src/unix/linux_like/linux/gnu/
H A Dmod.rs377 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()
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()
1281 addr: *const c_void, in dladdr1()
1283 extra_info: *mut *mut c_void, in dladdr1()
[all …]
/rust-libc-0.2.174/src/unix/bsd/apple/
H A Dmod.rs5368 oldp: *mut c_void, in sysctl()
5370 newp: *mut c_void, in sysctl()
5375 oldp: *mut c_void, in sysctlbyname()
5377 newp: *mut c_void, in sysctlbyname()
5504 ) -> *mut c_void; in pthread_introspection_getspecific_np()
5515 ctx: *mut c_void, in pthread_jit_write_with_callback_np()
5914 pub fn memset_pattern4(b: *mut c_void, pattern4: *const c_void, len: size_t); in memset_pattern4()
5915 pub fn memset_pattern8(b: *mut c_void, pattern8: *const c_void, len: size_t); in memset_pattern8()
5941 ) -> *mut c_void; in malloc_zone_calloc()
5944 ptr: *mut c_void, in malloc_zone_realloc()
[all …]
/rust-libc-0.2.174/src/unix/haiku/
H A Dnative.rs932 destAddress: *mut *mut c_void, in clone_area()
955 buffer: *mut c_void, in read_port()
961 buffer: *mut c_void, in read_port_etc()
969 buffer: *const c_void, in write_port()
975 buffer: *const c_void, in write_port_etc()
1034 data: *mut c_void, in spawn_thread()
1061 buffer: *const c_void, in send_data()
1129 buffer: *mut c_void, in fs_read_attr()
1137 buffer: *const c_void, in fs_write_attr()
1240 codePointer: *const c_void, in find_path()
[all …]
H A Dmod.rs1691 value: *mut c_void, in pthread_create()
1769 buf: *mut c_void, in recvfrom()
1901 msgp: *mut c_void, in msgrcv()
1912 pub fn memrchr(cx: *const c_void, c: c_int, n: size_t) -> *mut c_void; in memrchr()
1915 key: *const c_void, in lsearch()
1916 base: *mut c_void, in lsearch()
1920 ) -> *mut c_void; in lsearch()
1922 key: *const c_void, in lfind()
1923 base: *const c_void, in lfind()
1927 ) -> *mut c_void; in lfind()
[all …]
/rust-libc-0.2.174/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs2005 oldp: *mut c_void, in sysctl()
2007 newp: *mut c_void, in sysctl()
2015 haystack: *const c_void, in memmem()
2017 needle: *const c_void, in memmem()
2019 ) -> *mut c_void; in memmem()
2046 key: *const c_void, in lsearch()
2047 base: *mut c_void, in lsearch()
2051 ) -> *mut c_void; in lsearch()
2053 key: *const c_void, in lfind()
2054 base: *const c_void, in lfind()
[all …]
/rust-libc-0.2.174/src/windows/msvc/
H A Dmod.rs16 pub fn memccpy(dest: *mut c_void, src: *const c_void, c: c_int, count: size_t) -> *mut c_void; in memccpy()
/rust-libc-0.2.174/src/fuchsia/
H A Dmod.rs3495 pub fn realloc(p: *mut c_void, size: size_t) -> *mut c_void; in realloc()
3526 pub fn memchr(cx: *const c_void, c: c_int, n: size_t) -> *mut c_void; in memchr()
3528 pub fn memcmp(cx: *const c_void, ct: *const c_void, n: size_t) -> c_int; in memcmp()
3529 pub fn memcpy(dest: *mut c_void, src: *const c_void, n: size_t) -> *mut c_void; in memcpy()
3530 pub fn memmove(dest: *mut c_void, src: *const c_void, n: size_t) -> *mut c_void; in memmove()
3531 pub fn memset(dest: *mut c_void, c: c_int, n: size_t) -> *mut c_void; in memset()
3723 ) -> *mut c_void; in mmap()
3824 pub fn dlsym(handle: *mut c_void, symbol: *const c_char) -> *mut c_void; in dlsym()
3948 pub fn memrchr(cx: *const c_void, c: c_int, n: size_t) -> *mut c_void; in memrchr()
4120 buf: *mut c_void, in recvfrom()
[all …]
/rust-libc-0.2.174/src/unix/linux_like/emscripten/
H A Dlfs64.rs96 addr: *mut c_void, in mmap64()
102 ) -> *mut c_void { in mmap64()
132 buf: *mut c_void, in pread64()
152 buf: *const c_void, in pwrite64()
/rust-libc-0.2.174/src/unix/linux_like/linux/musl/
H A Dlfs64.rs104 addr: *mut c_void, in mmap64()
110 ) -> *mut c_void { in mmap64()
140 buf: *mut c_void, in pread64()
170 buf: *const c_void, in pwrite64()
/rust-libc-0.2.174/src/unix/newlib/rtems/
H A Dmod.rs132 f: extern "C" fn(_: *mut c_void) -> *mut c_void, in pthread_create()
133 value: *mut c_void, in pthread_create()
141 pub fn getentropy(buf: *mut c_void, buflen: size_t) -> c_int; in getentropy()
143 pub fn arc4random_buf(buf: *mut core::ffi::c_void, nbytes: size_t); in arc4random_buf()
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs4863 data: *mut c_void, in extattr_get_fd()
4870 data: *mut c_void, in extattr_get_file()
4877 data: *mut c_void, in extattr_get_link()
4883 data: *mut c_void, in extattr_list_fd()
4889 data: *mut c_void, in extattr_list_file()
5047 ) -> *mut c_void; in memmem()
5141 pub fn rallocx(ptr: *mut c_void, size: size_t, flags: c_int) -> *mut c_void; in rallocx()
5184 obj: *mut c_void, in _umtx_op()
5216 arg: *mut c_void, in sctp_opt_info()
5315 buf: *mut c_void, in kvm_read_zpcpu()
[all …]
/rust-libc-0.2.174/src/unix/cygwin/
H A Dmod.rs2048 buf: *mut c_void, in recvfrom()
2103 pub fn reallocarray(ptr: *mut c_void, nmemb: size_t, size: size_t) -> *mut c_void; in reallocarray()
2104 pub fn reallocf(ptr: *mut c_void, size: size_t) -> *mut c_void; in reallocf()
2117 base: *mut c_void, in qsort_r()
2121 arg: *mut c_void, in qsort_r()
2142 pub fn timingsafe_bcmp(a: *const c_void, b: *const c_void, len: size_t) -> c_int; in timingsafe_bcmp()
2143 pub fn timingsafe_memcmp(a: *const c_void, b: *const c_void, len: size_t) -> c_int; in timingsafe_memcmp()
2148 needle: *const c_void, in memmem()
2150 ) -> *mut c_void; in memmem()
2152 pub fn memrchr(cx: *const c_void, c: c_int, n: size_t) -> *mut c_void; in memrchr()
[all …]
/rust-libc-0.2.174/src/unix/newlib/espidf/
H A Dmod.rs104 f: extern "C" fn(_: *mut c_void) -> *mut c_void, in pthread_create()
105 value: *mut c_void, in pthread_create()
108 pub fn getrandom(buf: *mut c_void, buflen: size_t, flags: c_uint) -> ssize_t; in getrandom()
/rust-libc-0.2.174/src/unix/solarish/
H A Dsolaris.rs201 pub fn mincore(addr: *mut c_void, len: size_t, vec: *mut c_char) -> c_int; in mincore()
211 server_procedure: extern "C" fn( in door_create()
212 cookie: *mut c_void, in door_create()

123