Home
last modified time | relevance | path

Searched refs:srcT (Results 1 - 2 of 2) sorted by relevance

/kernel/liteos_m/testsuites/unittest/xts/io/
H A Dxts_io_string_test.c96 const char *srcT = "~!@#$%%^&*()_+"; variable
98 ret = stpcpy(destT, srcT);
100 ICUNIT_ASSERT_STRING_EQUAL(destT, srcT, destT);
117 char srcT[] = "~!@#$%%^&*()_+"; variable
119 ret = stpncpy(destT, srcT, 15); /* 15 common data for test, no special meaning */
137 char srcT[] = "This is String1"; variable
139 ret = strcpy_s(destT, sizeof(destT), srcT);
265 char srcT[50] = {0}; /* 50 common data for test, no special meaning */ variable
266 ret = strtok(srcT, "~");
325 const char srcT[] variable
348 const char srcT[] = "\\0hello"; global() variable
[all...]
/kernel/liteos_m/testsuites/unittest/posix/src/string/
H A Dstrstr_test.c115 const char srcT[] = "\0hello"; variable
117 char *ret = strstr(dest, srcT);
119 LOG("[DEMO] posix string test case 3:strstr(%s) %s ok.\n", srcT, dest);
121 LOG("[DEMO] posix string test case 3:strstr(%s) %s fail.\n", srcT, dest);

Completed in 1 milliseconds