Home
last modified time | relevance | path

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

/rust-libc-0.2.174/src/windows/
H A Dmod.rs19 pub type errno_t = c_int; typedef
391 pub fn get_daylight(hours: *mut c_int) -> errno_t; in get_daylight()
393 pub fn get_dstbias(seconds: *mut c_long) -> errno_t; in get_dstbias()
395 pub fn get_timezone(seconds: *mut c_long) -> errno_t; in get_timezone()
402 ) -> errno_t; in get_tzname()
404 pub fn localtime_s(tmDest: *mut tm, sourceTime: *const time_t) -> crate::errno_t; in localtime_s()
539 pub fn putenv_s(envstring: *const c_char, value_string: *const c_char) -> crate::errno_t; in putenv_s()
544 ) -> crate::errno_t; in wputenv_s()
/rust-libc-0.2.174/src/vxworks/
H A Dmod.rs39 pub type errno_t = c_int; typedef
/rust-libc-0.2.174/src/unix/nto/
H A Dmod.rs21 pub type errno_t = c_int; typedef