Home
last modified time | relevance | path

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

/kernel/liteos_m/testsuites/unittest/xts/mem/
Dacts_mem_api_test.c51 char srcStr[] = "this is str a;"; variable
52 char *pos = (char *)memchr(srcStr, 'a', 14); /* 14, common data for test, no special meaning */
63 char srcStr[] = "this is str a;"; variable
64 char *pos = (char *)memchr(srcStr, 'a', 4); /* 4, common data for test, no special meaning */
75 char srcStr[] = "this is str a;"; variable
76 char *pos = (char *)memchr(srcStr, 'b', 14); /* 14, common data for test, no special meaning */
/kernel/liteos_a/testsuites/unittest/libc/io/full/
DIt_stdio_fputws_001.cpp36 wchar_t *srcStr = L"hello"; in Testcase() local
57 nRet = fputws(srcStr, testFile); in Testcase()
69 nRet = wcscmp(srcStr, tarStr); in Testcase()
DIt_stdio_readv_001.cpp35 char *srcStr = "helloworld"; in Testcase() local
58 nRet = write(fd, srcStr, testStrLen); in Testcase()