Searched defs:errno_t (Results 1 – 3 of 3) sorted by relevance
30 pub type errno_t = ::c_int; typedef392 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()
47 pub type errno_t = ::c_int; typedef
19 pub type errno_t = ::c_int; typedef