Searched defs:testStr (Results 1 – 4 of 4) sorted by relevance
182 char *testStr = "bbbbbbbbbbbbbbbbb"; in LmsStrcpyTest() local201 char *testStr = "cccccccccccccc"; in LmsStrcatTest() local
39 char testStr[] = "hello shmem"; in Testcase() local
43 char *testStr = const_cast<char *>("Hello World"); in TestCase() local
922 static int find_signature(void __iomem *memcheck, const char *testStr) in find_signature()