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