Searched refs:srcThree (Results 1 – 1 of 1) sorted by relevance
| /kernel/liteos_m/testsuites/unittest/posix/src/string/ |
| D | strstr_test.c | 255 const char srcThree[] = "thi"; // three byte variable 257 char *ret = strstr(destS, srcThree); 259 LOG("[DEMO] posix string test case 10:strstr(%s) %s ok.\n", srcThree, destS); 261 LOG("[DEMO] posix string test case 10:strstr(%s) %s fail.\n", srcThree, destS); 275 const char srcThree[] = "thm"; // three byte variable 277 char *ret = strstr(destS, srcThree); 279 LOG("[DEMO] posix string test case 11(except):strstr(%s) %s ok.\n", srcThree, destS); 281 LOG("[DEMO] posix string test case 11(except):strstr(%s) %s fail.\n", srcThree, destS);
|