Lines Matching defs:end
228 char *end = g_param.testsuitesDir + len;229 while ((testDir != end) && (*end == '/')) {230 *end = '\0';231 end--;245 const char *end = testBin + strlen(testBin);246 while (*end != '/') {247 end--;249 end++;251 if (memcpy_s(g_param.testsuitesBin, TEST_PATH_MAX, end, strlen(end)) != EOK) {