| /rust-libc-0.2.174/src/windows/ |
| H A D | mod.rs | 10 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 D | sgx.rs | 10 pub type intptr_t = isize; typedef
|
| H A D | switch.rs | 8 pub type intptr_t = isize; typedef
|
| H A D | xous.rs | 10 pub type intptr_t = isize; typedef
|
| H A D | trusty.rs | 17 pub type intptr_t = isize; typedef
|
| H A D | macros.rs | 85 c_ulong, c_ulonglong, c_ushort, c_void, intptr_t, size_t, ssize_t, uintptr_t,
|
| H A D | hermit.rs | 7 pub type intptr_t = isize; typedef
|
| /rust-libc-0.2.174/libc-test/semver/ |
| H A D | windows.txt | 239 intptr_t
|
| H A D | unix.txt | 608 intptr_t
|
| H A D | aix.txt | 2056 intptr_t
|
| H A D | android.txt | 3468 intptr_t
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/freebsd11/ |
| H A D | mod.rs | 18 pub data: intptr_t,
|
| /rust-libc-0.2.174/src/wasi/ |
| H A D | mod.rs | 15 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 D | mod.rs | 11 pub type intptr_t = isize; typedef 14 pub type ssize_t = intptr_t;
|
| /rust-libc-0.2.174/src/vxworks/ |
| H A D | mod.rs | 21 pub type intptr_t = isize; typedef 24 pub type ssize_t = intptr_t;
|
| /rust-libc-0.2.174/src/teeos/ |
| H A D | mod.rs | 20 pub type intptr_t = isize; typedef
|
| /rust-libc-0.2.174/src/unix/cygwin/ |
| H A D | mod.rs | 64 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 D | mod.rs | 81 pub data: intptr_t,
|
| /rust-libc-0.2.174/src/unix/ |
| H A D | mod.rs | 13 pub type intptr_t = isize; typedef
|
| /rust-libc-0.2.174/src/unix/haiku/ |
| H A D | mod.rs | 1949 pub fn sbrk(increment: intptr_t) -> *mut c_void; in sbrk()
|
| /rust-libc-0.2.174/src/unix/linux_like/ |
| H A D | mod.rs | 2004 pub fn sbrk(increment: intptr_t) -> *mut c_void; in sbrk()
|
| /rust-libc-0.2.174/src/unix/bsd/netbsdlike/netbsd/ |
| H A D | mod.rs | 301 pub udata: intptr_t,
|
| /rust-libc-0.2.174/ |
| H A D | CHANGELOG.md | 264 - 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 D | mod.rs | 1327 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 D | mod.rs | 3225 pub fn sbrk(increment: intptr_t) -> *mut c_void; in sbrk()
|