Home | History | Annotate | Download | only in src

Lines Matching refs:localtime_s

121 int localtime_s(tm* out_tm, const time_t* time) {
525 if (localtime_s(&posix_local_time_struct, &posix_time)) return 0;