Home
last modified time | relevance | path

Searched defs:intptr_t (Results 1 – 14 of 14) sorted by relevance

/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()
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 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 Dhermit.rs7 pub type intptr_t = isize; typedef
H A Dpsp.rs14 pub type intptr_t = isize; typedef
/rust-libc-0.2.174/src/unix/
H A Dmod.rs13 pub type intptr_t = isize; typedef
/rust-libc-0.2.174/src/wasi/
H A Dmod.rs15 pub type intptr_t = isize; typedef
/rust-libc-0.2.174/src/teeos/
H A Dmod.rs20 pub type intptr_t = isize; typedef
/rust-libc-0.2.174/src/solid/
H A Dmod.rs11 pub type intptr_t = isize; typedef
/rust-libc-0.2.174/src/vxworks/
H A Dmod.rs21 pub type intptr_t = isize; typedef
/rust-libc-0.2.174/src/fuchsia/
H A Dmod.rs17 pub type intptr_t = isize; typedef
/rust-libc-0.2.174/src/unix/bsd/apple/
H A Dmod.rs5752 pub fn _dyld_get_image_vmaddr_slide(image_index: u32) -> intptr_t; in _dyld_get_image_vmaddr_slide()