Home
last modified time | relevance | path

Searched refs:errno_t (Results 1 – 4 of 4) 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() argument
393 pub fn get_dstbias(seconds: *mut c_long) -> errno_t; in get_dstbias() argument
395 pub fn get_timezone(seconds: *mut c_long) -> errno_t; in get_timezone() argument
402 ) -> errno_t; in get_tzname() argument
404 pub fn localtime_s(tmDest: *mut tm, sourceTime: *const time_t) -> crate::errno_t; in localtime_s() argument
539 pub fn putenv_s(envstring: *const c_char, value_string: *const c_char) -> crate::errno_t; in putenv_s() argument
544 ) -> crate::errno_t; in wputenv_s() argument
/rust-libc-0.2.174/libc-test/semver/
H A Dwindows.txt188 errno_t
/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