Home
last modified time | relevance | path

Searched refs:intptr_t (Results 1 – 25 of 28) sorted by relevance

12

/rust-libc-0.2.174/src/windows/
H A Dmod.rs10 pub type intptr_t = isize; typedef
450 pub fn execl(path: *const c_char, arg0: *const c_char, ...) -> intptr_t; in execl() argument
452 pub fn wexecl(path: *const wchar_t, arg0: *const wchar_t, ...) -> intptr_t; in wexecl() argument
454 pub fn execle(path: *const c_char, arg0: *const c_char, ...) -> intptr_t; in execle() argument
458 pub fn execlp(path: *const c_char, arg0: *const c_char, ...) -> intptr_t; in execlp() argument
462 pub fn execlpe(path: *const c_char, arg0: *const c_char, ...) -> intptr_t; in execlpe() argument
467 pub fn execv(prog: *const c_char, argv: *const *const c_char) -> intptr_t; in execv() argument
490 ) -> intptr_t; in wexecve() argument
498 ) -> intptr_t; in wexecvpe() argument
522 pub fn get_osfhandle(fd: c_int) -> intptr_t; in get_osfhandle() argument
[all …]
/rust-libc-0.2.174/src/
H A Dsgx.rs10 pub type intptr_t = isize; typedef
H A Dswitch.rs8 pub type intptr_t = isize; typedef
H A Dxous.rs10 pub type intptr_t = isize; typedef
H A Dtrusty.rs17 pub type intptr_t = isize; typedef
H A Dmacros.rs85 c_ulong, c_ulonglong, c_ushort, c_void, intptr_t, size_t, ssize_t, uintptr_t,
H A Dhermit.rs7 pub type intptr_t = isize; typedef
/rust-libc-0.2.174/libc-test/semver/
H A Dwindows.txt239 intptr_t
H A Dunix.txt608 intptr_t
H A Daix.txt2056 intptr_t
H A Dandroid.txt3468 intptr_t
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/freebsd11/
H A Dmod.rs18 pub data: intptr_t,
/rust-libc-0.2.174/src/wasi/
H A Dmod.rs15 pub type intptr_t = isize; typedef
497 pub fn sbrk(increment: intptr_t) -> *mut c_void; in sbrk()
/rust-libc-0.2.174/src/solid/
H A Dmod.rs11 pub type intptr_t = isize; typedef
14 pub type ssize_t = intptr_t;
/rust-libc-0.2.174/src/vxworks/
H A Dmod.rs21 pub type intptr_t = isize; typedef
24 pub type ssize_t = intptr_t;
/rust-libc-0.2.174/src/teeos/
H A Dmod.rs20 pub type intptr_t = isize; typedef
/rust-libc-0.2.174/src/unix/cygwin/
H A Dmod.rs64 pub type register_t = intptr_t;
2189 pub fn sbrk(increment: intptr_t) -> *mut c_void; in sbrk()
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/dragonfly/
H A Dmod.rs81 pub data: intptr_t,
/rust-libc-0.2.174/src/unix/
H A Dmod.rs13 pub type intptr_t = isize; typedef
/rust-libc-0.2.174/src/unix/haiku/
H A Dmod.rs1949 pub fn sbrk(increment: intptr_t) -> *mut c_void; in sbrk()
/rust-libc-0.2.174/src/unix/linux_like/
H A Dmod.rs2004 pub fn sbrk(increment: intptr_t) -> *mut c_void; in sbrk()
/rust-libc-0.2.174/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs301 pub udata: intptr_t,
/rust-libc-0.2.174/
H A DCHANGELOG.md264 - Trusty: Add `intptr_t` and `uintptr_t` ([#4161](https://github.com/rust-lang/libc/pull/4161))
/rust-libc-0.2.174/src/unix/bsd/apple/
H A Dmod.rs1327 pub data: intptr_t,
5752 pub fn _dyld_get_image_vmaddr_slide(image_index: u32) -> intptr_t; in _dyld_get_image_vmaddr_slide() argument
/rust-libc-0.2.174/src/unix/aix/
H A Dmod.rs3225 pub fn sbrk(increment: intptr_t) -> *mut c_void; in sbrk()

12