Searched defs:tm (Results 1 – 4 of 4) sorted by relevance
7 struct tm { struct8 int tm_sec; argument9 int tm_min; argument10 int tm_hour; argument11 int tm_mday; argument12 int tm_mon; argument13 int tm_year; argument14 int tm_wday; argument15 int tm_yday; argument16 int tm_isdst; argument
50 asctime_r(const struct tm *tm, char *buf) in asctime_r()64 asctime(const struct tm *tm) in asctime()73 struct tm tm; in ctime_r() local108 gmtime_r(const time_t *timep, struct tm *tm) in gmtime_r()166 static struct tm tm; in gmtime() local180 static struct tm tm; in localtime() local185 mktime(struct tm *tm) in mktime()
61 KTime_Fixup(KTime *tm) in KTime_Fixup()76 KTime_ToEpoch(const KTime *tm) in KTime_ToEpoch()109 KTime_FromEpoch(UnixEpoch epoch, KTime *tm) in KTime_FromEpoch()174 KTime_GetTime(KTime *tm) in KTime_GetTime()216 KTime tm; in Debug_Date() local
63 KTime tm; in RTC_ReadTime() local