Home
last modified time | relevance | path

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

/kernel/liteos_m/testsuites/unittest/posix/src/string/
Dstrstr_test.c215 const char srcTwo[] = "th"; // two byte variable
217 char *ret = strstr(destS, srcTwo);
219 LOG("[DEMO] posix string test case 8:strstr(%s) %s ok.\n", srcTwo, destS);
221 LOG("[DEMO] posix string test case 8:strstr(%s) %s fail.\n", srcTwo, destS);