Home
last modified time | relevance | path

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

/kernel/liteos_m/testsuites/unittest/posix/src/string/
Dstrstr_test.c235 const char srcTwo2[] = "tm"; // two byte variable
237 char *ret = strstr(destS, srcTwo2);
239 LOG("[DEMO] posix string test case 9(except):strstr(%s) %s ok.\n", srcTwo2, destS);
241 LOG("[DEMO] posix string test case 9(except):strstr(%s) %s fail.\n", srcTwo2, destS);