Searched refs:test_output (Results 1 – 9 of 9) sorted by relevance
13 mkdir -p test_output16 $Elftosb -Vdz -p bdfiles -p test_files -fmx28 -c simple.e -o test_output/output1.sb plugin_hello re…17 $Sbtool -Vdz test_output/output1.sb > test_output/output1.txt20 $Elftosb -Vdz -p bdfiles -p test_files -fmx28 -c habtest.bd -o test_output/output2.sb plugin_hello …21 $Sbtool -Vdz test_output/output2.sb > test_output/output2.txt24 $Elftosb -Vdz -p bdfiles -p test_files -fmx28 -c basic_test_cmd.e -o test_output/output3.sb plugin_…25 $Sbtool -Vdz test_output/output3.sb > test_output/output3.txt
2 mkdir test_output4 .\elftosb2\Debug\elftosb -Vdz -p bdfiles -p test_files -fmx28 -c simple.e -o test_output\output1.sb…5 .\sbtool\Debug\sbtool -Vdz test_output\output1.sb > test_output\output1.txt7 .\elftosb2\Debug\elftosb -Vdz -p bdfiles -p test_files -fmx28 -c habtest.bd -o test_output\output2.…8 .\sbtool\Debug\sbtool -Vdz test_output\output2.sb > test_output\output2.txt10 .\elftosb2\Debug\elftosb -Vdz -p bdfiles -p test_files -fmx28 -c basic_test_cmd.e -o test_output\ou…11 .\sbtool\Debug\sbtool -Vdz test_output\output2.sb > test_output\output3.txt
97 test_output() function176 test_output select199 test_output no_select224 test_output devi260 test_output min299 test_output ifdef
1161 WCHAR** test_output; in TEST_IMPL() local1178 test_output = calloc(count, sizeof(WCHAR*)); in TEST_IMPL()1179 ASSERT_NOT_NULL(test_output); in TEST_IMPL()1181 test_output[i] = calloc(2 * (wcslen(test_str[i]) + 2), sizeof(WCHAR)); in TEST_IMPL()1182 quote_cmd_arg(test_str[i], test_output[i]); in TEST_IMPL()1184 wprintf(L"output: %s\n", test_output[i]); in TEST_IMPL()1185 total_size += wcslen(test_output[i]) + 1; in TEST_IMPL()1190 wcscat(command_line, test_output[i]); in TEST_IMPL()1205 free(test_output[i]); in TEST_IMPL()1207 free(test_output); in TEST_IMPL()
503 static int test_output(void) in test_output() function554 ADD_TEST(test_output); in setup_tests()
503 static int test_output(void) in test_output() function573 ADD_TEST(test_output); in setup_tests()
297 test_output/output.sb2,2720 test_output/output.sb2,
8772 int test_output(isl_ctx *ctx) in test_output() function10927 { "output", &test_output },
1632 * test: avoid memory leak for test_output (Carlo Marcelo Arenas Belón)