Searched refs:posix_local_time_struct (Results 1 – 1 of 1) sorted by relevance
49 tm* posix_local_time_struct = localtime_r(time, out_tm); in localtime_s() local50 if (posix_local_time_struct == NULL) return 1; in localtime_s()373 tm posix_local_time_struct; in LocalOffset() local374 if (localtime_s(&posix_local_time_struct, &posix_time)) return 0; in LocalOffset()376 if (posix_local_time_struct.tm_isdst > 0) { in LocalOffset()378 } else if (posix_local_time_struct.tm_isdst == 0) { in LocalOffset()