Home
last modified time | relevance | path

Searched refs:PosixStringStrchrTest (Results 1 – 3 of 3) sorted by relevance

/kernel/liteos_m/testsuites/unittest/posix/src/string/
Dstrchr_test.c47 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/
Dposix_test.c57 PosixStringStrchrTest(); in ItSuitePosix()
Dposix_test.h90 extern void PosixStringStrchrTest(void);