Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/time/
H A Dasctime_r.c38 * @tc.name : asctime_r_0100
43 void asctime_r_0100(void) in asctime_r_0100() function
48 t_error("asctime_r_0100 failed: handlerChar is NULL\n"); in asctime_r_0100()
55 EXPECT_PTRNE("asctime_r_0100", timeptr, NULL); in asctime_r_0100()
61 EXPECT_FALSE("asctime_r_0100", returnStr == NULL); in asctime_r_0100()
66 EXPECT_STREQ("asctime_r_0100", test_asctime_data[i].result, returnStr); in asctime_r_0100()
72 asctime_r_0100(); in main()

Completed in 0 milliseconds