Home
last modified time | relevance | path

Searched defs:localtime_s (Results 1 – 2 of 2) sorted by relevance

/external/fmtlib/include/fmt/
Dchrono.h286 inline null<> localtime_s(...) { return null<>(); } in localtime_s() function
/external/rust/crates/libc/src/windows/
Dmod.rs392 pub fn localtime_s(tmDest: *mut tm, sourceTime: *const time_t) -> ::errno_t; in localtime_s() function