Home
last modified time | relevance | path

Searched defs:tm (Results 1 – 4 of 4) sorted by relevance

/include/
Dtime.h7 struct tm { struct
8 int tm_sec; argument
9 int tm_min; argument
10 int tm_hour; argument
11 int tm_mday; argument
12 int tm_mon; argument
13 int tm_year; argument
14 int tm_wday; argument
15 int tm_yday; argument
16 int tm_isdst; argument
/lib/libc/
Dtime.c50 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() local
108 gmtime_r(const time_t *timep, struct tm *tm) in gmtime_r()
166 static struct tm tm; in gmtime() local
180 static struct tm tm; in localtime() local
185 mktime(struct tm *tm) in mktime()
/sys/kern/
Dktime.c61 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
/sys/dev/x86/
Drtc.c63 KTime tm; in RTC_ReadTime() local