HomeSort by: relevance | last modified time | path
    Searched defs:test_str (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/libuv/dist/test/
test-spawn.c 1151 const WCHAR* test_str[] = { local
1163 const int count = sizeof(test_str) / sizeof(*test_str);
1184 test_output[i] = calloc(2 * (wcslen(test_str[i]) + 2), sizeof(WCHAR));
1185 quote_cmd_arg(test_str[i], test_output[i]);
1186 wprintf(L"input : %s\n", test_str[i]);
1202 wprintf(L"%d: %s\t%s\n", i, test_str[i], cracked[i]);
1203 ASSERT_OK(wcscmp(test_str[i], cracked[i]));
test-spawn.c 1151 const WCHAR* test_str[] = { local
1163 const int count = sizeof(test_str) / sizeof(*test_str);
1184 test_output[i] = calloc(2 * (wcslen(test_str[i]) + 2), sizeof(WCHAR));
1185 quote_cmd_arg(test_str[i], test_output[i]);
1186 wprintf(L"input : %s\n", test_str[i]);
1202 wprintf(L"%d: %s\t%s\n", i, test_str[i], cracked[i]);
1203 ASSERT_OK(wcscmp(test_str[i], cracked[i]));

Completed in 68 milliseconds