Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/time/
H A Dstrptime_ext.c65 * @tc.name : strptime_0200
70 void strptime_0200(void) in strptime_0200() function
75 t_error("strptime_0200 failed: handlerChar is NULL\n"); in strptime_0200()
84 EXPECT_TRUE("strptime_0200", timeptr == NULL); in strptime_0200()
88 EXPECT_TRUE("strptime_0200", len > 0); in strptime_0200()
97 EXPECT_TRUE("strptime_0200", cnt > 0); in strptime_0200()
98 EXPECT_STREQ("strptime_0200", test_strptime_data[i].result, buffResult); in strptime_0200()
728 strptime_0200(); in main()

Completed in 1 milliseconds