Searched defs:errno_t (Results 1 – 13 of 13) sorted by relevance
/prebuilts/rust/linux-x86/1.83.0/lib/rustlib/src/rust/vendor/libc/src/windows/ |
D | mod.rs | 30 pub type errno_t = ::c_int; typedef 397 pub fn localtime_s(tmDest: *mut tm, sourceTime: *const time_t) -> ::errno_t; in localtime_s() 526 pub fn putenv_s(envstring: *const ::c_char, value_string: *const ::c_char) -> ::errno_t; in putenv_s() 528 pub fn wputenv_s(envstring: *const ::wchar_t, value_string: *const ::wchar_t) -> ::errno_t; in wputenv_s()
|
/prebuilts/rust/linux-x86/1.82.0/lib/rustlib/src/rust/vendor/libc/src/windows/ |
D | mod.rs | 30 pub type errno_t = ::c_int; typedef 397 pub fn localtime_s(tmDest: *mut tm, sourceTime: *const time_t) -> ::errno_t; in localtime_s() 526 pub fn putenv_s(envstring: *const ::c_char, value_string: *const ::c_char) -> ::errno_t; in putenv_s() 528 pub fn wputenv_s(envstring: *const ::wchar_t, value_string: *const ::wchar_t) -> ::errno_t; in wputenv_s()
|
/prebuilts/rust/linux-musl-x86/1.82.0/lib/rustlib/src/rust/vendor/libc/src/windows/ |
D | mod.rs | 30 pub type errno_t = ::c_int; typedef 397 pub fn localtime_s(tmDest: *mut tm, sourceTime: *const time_t) -> ::errno_t; in localtime_s() 526 pub fn putenv_s(envstring: *const ::c_char, value_string: *const ::c_char) -> ::errno_t; in putenv_s() 528 pub fn wputenv_s(envstring: *const ::wchar_t, value_string: *const ::wchar_t) -> ::errno_t; in wputenv_s()
|
/prebuilts/rust/linux-musl-x86/1.83.0/lib/rustlib/src/rust/vendor/libc/src/windows/ |
D | mod.rs | 30 pub type errno_t = ::c_int; typedef 397 pub fn localtime_s(tmDest: *mut tm, sourceTime: *const time_t) -> ::errno_t; in localtime_s() 526 pub fn putenv_s(envstring: *const ::c_char, value_string: *const ::c_char) -> ::errno_t; in putenv_s() 528 pub fn wputenv_s(envstring: *const ::wchar_t, value_string: *const ::wchar_t) -> ::errno_t; in wputenv_s()
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | crtdefs.h | 113 typedef int errno_t; typedef
|
/prebuilts/rust/linux-musl-x86/1.82.0/lib/rustlib/src/rust/vendor/libc/src/vxworks/ |
D | mod.rs | 47 pub type errno_t = ::c_int; typedef
|
/prebuilts/rust/linux-x86/1.82.0/lib/rustlib/src/rust/vendor/libc/src/vxworks/ |
D | mod.rs | 47 pub type errno_t = ::c_int; typedef
|
/prebuilts/rust/linux-musl-x86/1.83.0/lib/rustlib/src/rust/vendor/libc/src/vxworks/ |
D | mod.rs | 47 pub type errno_t = ::c_int; typedef
|
/prebuilts/rust/linux-x86/1.83.0/lib/rustlib/src/rust/vendor/libc/src/vxworks/ |
D | mod.rs | 47 pub type errno_t = ::c_int; typedef
|
/prebuilts/rust/linux-x86/1.82.0/lib/rustlib/src/rust/vendor/libc/src/unix/nto/ |
D | mod.rs | 19 pub type errno_t = ::c_int; typedef
|
/prebuilts/rust/linux-x86/1.83.0/lib/rustlib/src/rust/vendor/libc/src/unix/nto/ |
D | mod.rs | 19 pub type errno_t = ::c_int; typedef
|
/prebuilts/rust/linux-musl-x86/1.83.0/lib/rustlib/src/rust/vendor/libc/src/unix/nto/ |
D | mod.rs | 19 pub type errno_t = ::c_int; typedef
|
/prebuilts/rust/linux-musl-x86/1.82.0/lib/rustlib/src/rust/vendor/libc/src/unix/nto/ |
D | mod.rs | 19 pub type errno_t = ::c_int; typedef
|