Home
last modified time | relevance | path

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

/third_party/rust/crates/nix/src/sys/
Devent.rs228 data: intptr_t, in new()
229 udata: intptr_t, in new()
261 pub fn data(&self) -> intptr_t { in data()
265 pub fn udata(&self) -> intptr_t { in udata()
327 udata: intptr_t, in ev_set()
/third_party/rust/crates/libc/src/windows/
Dmod.rs18 pub type intptr_t = isize; typedef
436 pub fn execl(path: *const c_char, arg0: *const c_char, ...) -> intptr_t; in execl()
438 pub fn wexecl(path: *const wchar_t, arg0: *const wchar_t, ...) -> intptr_t; in wexecl()
440 pub fn execle(path: *const c_char, arg0: *const c_char, ...) -> intptr_t; in execle()
442 pub fn wexecle(path: *const wchar_t, arg0: *const wchar_t, ...) -> intptr_t; in wexecle()
444 pub fn execlp(path: *const c_char, arg0: *const c_char, ...) -> intptr_t; in execlp()
446 pub fn wexeclp(path: *const wchar_t, arg0: *const wchar_t, ...) -> intptr_t; in wexeclp()
448 pub fn execlpe(path: *const c_char, arg0: *const c_char, ...) -> intptr_t; in execlpe()
450 pub fn wexeclpe(path: *const wchar_t, arg0: *const wchar_t, ...) -> intptr_t; in wexeclpe()
452 pub fn execv(prog: *const c_char, argv: *const *const c_char) -> ::intptr_t; in execv()
[all …]
/third_party/rust/crates/libc/src/hermit/
Dmod.rs21 pub type intptr_t = isize; typedef
/third_party/rust/crates/libc/src/
Dsgx.rs18 pub type intptr_t = isize; typedef
Dswitch.rs18 pub type intptr_t = isize; typedef
Dwasi.rs21 pub type intptr_t = isize; typedef
Dpsp.rs22 pub type intptr_t = isize; typedef
/third_party/libuv/include/uv/
Dstdint-msvc2008.h115 typedef signed __int64 intptr_t; typedef
118 typedef _W64 signed int intptr_t; typedef
/third_party/node/deps/uv/include/uv/
Dstdint-msvc2008.h115 typedef signed __int64 intptr_t; typedef
118 typedef _W64 signed int intptr_t; typedef
/third_party/rust/crates/linux-raw-sys/gen/include/
Dsupport.h16 typedef __INTPTR_TYPE__ intptr_t; typedef
/third_party/musl/include/
Dalltypes.h.in9 TYPEDEF _Addr intptr_t; variable
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dalltypes.h131 typedef _Addr intptr_t; typedef
/third_party/musl/porting/liteos_m/user/include/bits/
Dalltypes.h64 typedef _Addr intptr_t; typedef
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dalltypes.h64 typedef _Addr intptr_t; typedef
/third_party/musl/porting/uniproton/kernel/include/bits/
Dalltypes.h64 typedef _Addr intptr_t; typedef
/third_party/python/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2501 intptr_t = c_long variable
/third_party/rust/crates/libc/src/unix/
Dmod.rs21 pub type intptr_t = isize; typedef
/third_party/rust/crates/libc/src/solid/
Dmod.rs19 pub type intptr_t = isize; typedef
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs29 pub type intptr_t = isize; typedef
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs25 pub type intptr_t = isize; typedef
/third_party/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs5497 pub fn _dyld_get_image_vmaddr_slide(image_index: u32) -> ::intptr_t; in _dyld_get_image_vmaddr_slide()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp113 typedef long int intptr_t; typedef