Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/time/
H A Dstrptime_ext.c27 * @tc.name : strptime_0100
32 void strptime_0100(void) in strptime_0100() function
37 t_error("strptime_0100 failed: handlerChar is NULL\n"); in strptime_0100()
46 EXPECT_PTRNE("strptime_0100", timeptr, NULL); in strptime_0100()
50 EXPECT_TRUE("strptime_0100", cnt > 0); in strptime_0100()
56 EXPECT_FALSE("strptime_0100", result == NULL); in strptime_0100()
60 EXPECT_STREQ("strptime_0100", test_asctime_data[i].result, result); in strptime_0100()
727 strptime_0100(); in main()

Completed in 1 milliseconds