Home
last modified time | relevance | path

Searched defs:timeptr (Results 1 – 16 of 16) sorted by relevance

/third_party/musl/libc-test/src/functionalext/time/
Dstrftime_ext.c42 struct tm *timeptr = localtime(&gTime); in strftime_0100() local
69 struct tm *timeptr = localtime(&gTime); in strftime_0200() local
96 struct tm *timeptr = localtime(&gTime); in strftime_0300() local
122 struct tm *timeptr = localtime(&gTime); in strftime_0400() local
148 struct tm *timeptr = localtime(&gTime); in strftime_0500() local
174 struct tm *timeptr = localtime(&gTime); in strftime_0600() local
200 struct tm *timeptr = localtime(&gTime); in strftime_0700() local
226 struct tm *timeptr = localtime(&gTime); in strftime_0800() local
252 struct tm *timeptr = localtime(&gTime); in strftime_0900() local
278 struct tm *timeptr = localtime(&gTime); in strftime_1000() local
[all …]
Dtimegm.c42 struct tm *timeptr = localtime(&gTime); in timegm_0100() local
69 struct tm *timeptr = localtime(&gTime); in timegm_time64_0100() local
Dmktime.c41 struct tm *timeptr = localtime(&gTime); in mktime_0100() local
67 struct tm *timeptr = localtime(&gTime); in mktime64_0100() local
Dasctime.c40 struct tm *timeptr = localtime(&gTime); in asctime_0100() local
Dstrftime_l.c41 struct tm *timeptr = localtime(&gTime); in strftime_l_0100() local
Dasctime_r.c53 struct tm *timeptr = localtime(&gTime); in asctime_r_0100() local
Dstrptime_ext.c44 struct tm *timeptr = localtime(&gTime); in strptime_0100() local
82 struct tm *timeptr = localtime(&gTime); in strptime_0200() local
283 struct tm *timeptr = localtime(&gTime); in strptime_1200() local
312 struct tm *timeptr = localtime(&gTime); in strptime_1300() local
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dasctime.c72 asctime_r(register const struct tm *timeptr, char *buf) in asctime_r()
129 asctime(register const struct tm *timeptr) in asctime()
Dzdump.c873 dumptime(register const struct tm *timeptr) in dumptime()
/third_party/icu/icu4c/source/tools/tzcode/
Dasctime.c72 asctime_r(register const struct tm *timeptr, char *buf) in asctime_r()
129 asctime(register const struct tm *timeptr) in asctime()
Dzdump.c867 dumptime(register const struct tm *timeptr) in dumptime()
/third_party/tzdata/
Dasctime.c64 asctime_r(struct tm const *restrict timeptr, char *restrict buf) in asctime_r()
114 asctime(register const struct tm *timeptr) in asctime()
Dzdump.c1226 dumptime(register const struct tm *timeptr) in dumptime()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/localtime/
D1-1.c20 struct tm *timeptr; in main() local
/third_party/musl/libc-test/src/functionalext/supplement/time/
Dmktime_sup.c489 struct tm *timeptr = localtime(&gTime); in mktime_0100() local
/third_party/python/Modules/
Dtimemodule.c917 _asctime(struct tm *timeptr)