Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/time/
H A Dstrftime_ext.c26 * @tc.name : strftime_0100
30 void strftime_0100(void) in strftime_0100() function
35 t_error("strftime_0100 failed: handlerChar is NULL\n"); in strftime_0100()
44 EXPECT_PTRNE("strftime_0100", timeptr, NULL); in strftime_0100()
48 EXPECT_TRUE("strftime_0100", count > 0); in strftime_0100()
49 EXPECT_STREQ("strftime_0100", buffer, test_asctime_data[i].result); in strftime_0100()
579 strftime_0100(); in main()

Completed in 1 milliseconds