Searched refs:errno_t (Results 1 – 4 of 4) sorted by relevance
19 pub type errno_t = c_int; typedef391 pub fn get_daylight(hours: *mut c_int) -> errno_t; in get_daylight() argument393 pub fn get_dstbias(seconds: *mut c_long) -> errno_t; in get_dstbias() argument395 pub fn get_timezone(seconds: *mut c_long) -> errno_t; in get_timezone() argument402 ) -> errno_t; in get_tzname() argument404 pub fn localtime_s(tmDest: *mut tm, sourceTime: *const time_t) -> crate::errno_t; in localtime_s() argument539 pub fn putenv_s(envstring: *const c_char, value_string: *const c_char) -> crate::errno_t; in putenv_s() argument544 ) -> crate::errno_t; in wputenv_s() argument
188 errno_t
39 pub type errno_t = c_int; typedef
21 pub type errno_t = c_int; typedef