Home
last modified time | relevance | path

Searched refs:gTime (Results 1 – 16 of 16) sorted by relevance

/third_party/musl/libc-test/src/functionalext/time/
Dstrftime_ext.c22 static time_t gTime = 1659177614; variable
42 struct tm *timeptr = localtime(&gTime); in strftime_0100()
69 struct tm *timeptr = localtime(&gTime); in strftime_0200()
96 struct tm *timeptr = localtime(&gTime); in strftime_0300()
122 struct tm *timeptr = localtime(&gTime); in strftime_0400()
148 struct tm *timeptr = localtime(&gTime); in strftime_0500()
174 struct tm *timeptr = localtime(&gTime); in strftime_0600()
200 struct tm *timeptr = localtime(&gTime); in strftime_0700()
226 struct tm *timeptr = localtime(&gTime); in strftime_0800()
252 struct tm *timeptr = localtime(&gTime); in strftime_0900()
[all …]
Dmktime.c21 static time_t gTime = 1659177614; variable
41 struct tm *timeptr = localtime(&gTime); in mktime_0100()
67 struct tm *timeptr = localtime(&gTime); in mktime64_0100()
Dctime.c21 static time_t gTime = 1659177614; variable
41 char *returnStr = ctime(&gTime); in ctime_0100()
67 char *returnStr = __ctime64(&gTime); in ctime64_0100()
Dtimegm.c23 static time_t gTime = 1659177614; variable
42 struct tm *timeptr = localtime(&gTime); in timegm_0100()
69 struct tm *timeptr = localtime(&gTime); in timegm_time64_0100()
Dctime_r.c21 static time_t gTime = 1659177614; variable
43 char *returnStr = ctime_r(&gTime, s); in ctime_r_0100()
71 char *returnStr = __ctime64_r(&gTime, s); in ctime64_r_0100()
Dlocaltime.c21 static time_t gTime = 1659177614; variable
45 localtm = localtime(&gTime); in localtime_0100()
74 localtm = __localtime64(&gTime); in localtime64_0100()
Dlocaltime_r.c21 static time_t gTime = 1659177614; variable
46 localtm = localtime_r(&gTime, &res); in localtime_r_0100()
76 localtm = __localtime64_r(&gTime, &res); in localtime64_r_0100()
Dasctime.c21 static time_t gTime = 1659177614; variable
40 struct tm *timeptr = localtime(&gTime); in asctime_0100()
Dstrftime_l.c22 static time_t gTime = 1659177614; variable
41 struct tm *timeptr = localtime(&gTime); in strftime_l_0100()
Dasctime_r.c21 static time_t gTime = 1659177614; variable
53 struct tm *timeptr = localtime(&gTime); in asctime_r_0100()
Dgmtime.c21 static time_t gTime = 1659177614; variable
42 gmtm = gmtime(&gTime); in gmtime_0100()
Dgmtime_r.c22 static time_t gTime = 1659177614; variable
43 struct tm *gmtm = gmtime_r(&gTime, &res); in gmtime_r_0100()
Dstrptime_ext.c23 static time_t gTime = 1659177614; variable
44 struct tm *timeptr = localtime(&gTime); in strptime_0100()
82 struct tm *timeptr = localtime(&gTime); in strptime_0200()
283 struct tm *timeptr = localtime(&gTime); in strptime_1200()
312 struct tm *timeptr = localtime(&gTime); in strptime_1300()
/third_party/musl/libc-test/src/functionalext/supplement/time/
Dgmtime_r_sup.c467 static time_t gTime = 1659177614; variable
494 struct tm *gmtm = gmtime_r(&gTime, &res); in gmtime_r_0100()
537 struct tm *gmtm = __gmtime64_r(&gTime, &res); in gmtime64_r_0100()
Dgmtime_sup.c467 static time_t gTime = 1659177614; variable
494 gmtm = gmtime(&gTime); in gmtime_0100()
537 gmtm = __gmtime64(&gTime); in gmtime64_0100()
Dmktime_sup.c465 static time_t gTime = 1659177614; variable
489 struct tm *timeptr = localtime(&gTime); in mktime_0100()