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

  /src/external/mit/libuv/dist/test/
test-spawn.c 1178 WCHAR* verbatim_output; local
1212 result = make_program_args(verbatim, 1, &verbatim_output);
1217 wprintf(L" verbatim_output: %s\n", verbatim_output);
1220 ASSERT_OK(wcscmp(verbatim_output,
1227 free(verbatim_output);
test-spawn.c 1178 WCHAR* verbatim_output; local
1212 result = make_program_args(verbatim, 1, &verbatim_output);
1217 wprintf(L" verbatim_output: %s\n", verbatim_output);
1220 ASSERT_OK(wcscmp(verbatim_output,
1227 free(verbatim_output);
test-spawn.c 1178 WCHAR* verbatim_output; local
1212 result = make_program_args(verbatim, 1, &verbatim_output);
1217 wprintf(L" verbatim_output: %s\n", verbatim_output);
1220 ASSERT_OK(wcscmp(verbatim_output,
1227 free(verbatim_output);

Completed in 51 milliseconds