Searched refs:command_line (Results 1 – 1 of 1) sorted by relevance
1165 WCHAR* command_line; in TEST_IMPL() local1190 command_line = calloc(total_size + 1, sizeof(WCHAR)); in TEST_IMPL()1191 ASSERT_NOT_NULL(command_line); in TEST_IMPL()1193 wcscat(command_line, test_output[i]); in TEST_IMPL()1194 wcscat(command_line, L" "); in TEST_IMPL()1196 command_line[total_size - 1] = L'\0'; in TEST_IMPL()1198 wprintf(L"command_line: %s\n", command_line); in TEST_IMPL()1200 cracked = CommandLineToArgvW(command_line, &num_args); in TEST_IMPL()
Completed in 13 milliseconds