Searched defs:errno_t (Results 1 – 11 of 11) sorted by relevance
46 typedef int errno_t; typedef
30 pub type errno_t = ::c_int; typedef397 pub fn localtime_s(tmDest: *mut tm, sourceTime: *const time_t) -> ::errno_t; in localtime_s()526 pub fn putenv_s(envstring: *const ::c_char, value_string: *const ::c_char) -> ::errno_t; in putenv_s()528 pub fn wputenv_s(envstring: *const ::wchar_t, value_string: *const ::wchar_t) -> ::errno_t; in wputenv_s()
114 typedef int errno_t; typedef
47 pub type errno_t = ::c_int; typedef
19 pub type errno_t = ::c_int; typedef