Home
last modified time | relevance | path

Searched refs:tm3 (Results 1 - 2 of 2) sorted by relevance

/third_party/musl/libc-test/src/functional/
H A Dstrftime.c44 static struct tm tm3 = { variable
85 checkStrftime("%c", &tm3, "Wed Feb 23 12:00:00 0000"); in main()
94 checkStrftime("%C", &tm3, "00"); in main()
95 checkStrftime("%01C", &tm3, "0"); in main()
103 checkStrftime("%F", &tm3, "0000-02-23"); in main()
104 checkStrftime("%01F", &tm3, "0-02-23"); in main()
105 checkStrftime("%06F", &tm3, "0-02-23"); in main()
106 checkStrftime("%010F", &tm3, "0000-02-23"); in main()
119 checkStrftime("%r", &tm3, "12:00:00 PM"); in main()
131 checkStrftime("%T", &tm3, "1 in main()
[all...]
H A Dstrptime.c71 static struct tm tm3 = { variable
107 checkStrptime("21.10.15", "%d.%m.%y", &tm3); in main()

Completed in 1 milliseconds