Searched refs:PosixStringStrchrTest (Results 1 – 3 of 3) sorted by relevance
| /kernel/liteos_m/testsuites/unittest/posix/src/string/ |
| D | strchr_test.c | 47 LITE_TEST_SUIT(Posix, Posixtimer, PosixStringStrchrTest); 73 LITE_TEST_CASE(PosixStringStrchrTest, testStringStrchr001, Function | MediumTest | Level1) 91 LITE_TEST_CASE(PosixStringStrchrTest, testStringStrchr002, Function | MediumTest | Level1) 109 LITE_TEST_CASE(PosixStringStrchrTest, testStringStrchr003, Function | MediumTest | Level1) 127 LITE_TEST_CASE(PosixStringStrchrTest, testStringStrchr004, Function | MediumTest | Level1) 145 LITE_TEST_CASE(PosixStringStrchrTest, testStringStrchr005, Function | MediumTest | Level1) 163 LITE_TEST_CASE(PosixStringStrchrTest, testStringStrchr006, Function | MediumTest | Level1) 176 RUN_TEST_SUITE(PosixStringStrchrTest); 178 void PosixStringStrchrTest() in PosixStringStrchrTest() function
|
| /kernel/liteos_m/testsuites/unittest/posix/src/ |
| D | posix_test.c | 57 PosixStringStrchrTest(); in ItSuitePosix()
|
| D | posix_test.h | 90 extern void PosixStringStrchrTest(void);
|