Searched refs:out_tm (Results 1 – 1 of 1) sorted by relevance
48 int localtime_s(tm* out_tm, const time_t* time) { in localtime_s() argument49 tm* posix_local_time_struct = localtime_r(time, out_tm); in localtime_s()