Searched refs:srcFour (Results 1 – 1 of 1) sorted by relevance
| /kernel/liteos_m/testsuites/unittest/posix/src/string/ |
| D | strstr_test.c | 295 const char srcFour[] = "this"; // four byte variable 297 char *ret = strstr(destS, srcFour); 299 LOG("[DEMO] posix string test case 12:strstr(%s) %s ok.\n", srcFour, destS); 301 LOG("[DEMO] posix string test case 12:strstr(%s) %s fail.\n", srcFour, destS); 315 const char srcFour[] = "thim"; // four byte variable 317 char *ret = strstr(destS, srcFour); 319 LOG("[DEMO] posix string test case 13(except):strstr(%s) %s ok.\n", srcFour, destS); 321 LOG("[DEMO] posix string test case 13(except):strstr(%s) %s fail.\n", srcFour, destS);
|