Home
last modified time | relevance | path

Searched defs:errno_t (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/libc/src/windows/
Dmod.rs30 pub type errno_t = ::c_int; typedef
392 pub fn localtime_s(tmDest: *mut tm, sourceTime: *const time_t) -> ::errno_t; in localtime_s()
521 pub fn putenv_s(envstring: *const ::c_char, value_string: *const ::c_char) -> ::errno_t; in putenv_s()
523 pub fn wputenv_s(envstring: *const ::wchar_t, value_string: *const ::wchar_t) -> ::errno_t; in wputenv_s()
/external/rust/crates/libc/src/vxworks/
Dmod.rs47 pub type errno_t = ::c_int; typedef
/external/rust/crates/libc/src/unix/nto/
Dmod.rs19 pub type errno_t = ::c_int; typedef