Searched defs:intptr_t (Results 1 – 14 of 14) sorted by relevance
| /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() 452 pub fn wexecl(path: *const wchar_t, arg0: *const wchar_t, ...) -> intptr_t; in wexecl() 454 pub fn execle(path: *const c_char, arg0: *const c_char, ...) -> intptr_t; in execle() 458 pub fn execlp(path: *const c_char, arg0: *const c_char, ...) -> intptr_t; in execlp() 462 pub fn execlpe(path: *const c_char, arg0: *const c_char, ...) -> intptr_t; in execlpe() 467 pub fn execv(prog: *const c_char, argv: *const *const c_char) -> intptr_t; in execv() 490 ) -> intptr_t; in wexecve() 498 ) -> intptr_t; in wexecvpe() 522 pub fn get_osfhandle(fd: c_int) -> intptr_t; in get_osfhandle() [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 | hermit.rs | 7 pub type intptr_t = isize; typedef
|
| H A D | psp.rs | 14 pub type intptr_t = isize; typedef
|
| /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/wasi/ |
| H A D | mod.rs | 15 pub type intptr_t = isize; typedef
|
| /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/solid/ |
| H A D | mod.rs | 11 pub type intptr_t = isize; typedef
|
| /rust-libc-0.2.174/src/vxworks/ |
| H A D | mod.rs | 21 pub type intptr_t = isize; typedef
|
| /rust-libc-0.2.174/src/fuchsia/ |
| H A D | mod.rs | 17 pub type intptr_t = isize; typedef
|
| /rust-libc-0.2.174/src/unix/bsd/apple/ |
| H A D | mod.rs | 5752 pub fn _dyld_get_image_vmaddr_slide(image_index: u32) -> intptr_t; in _dyld_get_image_vmaddr_slide()
|