Home
last modified time | relevance | path

Searched refs:test_output (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/
H A Dtest_elftosb.sh13 mkdir -p test_output
16 $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.txt
20 $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.txt
24 $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
H A Dtest_elftosb.bat2 mkdir test_output
4 .\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.txt
7 .\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.txt
10 .\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
/netbsd-src/tests/usr.bin/config/
H A Dt_config.sh97 test_output() function
176 test_output select
199 test_output no_select
224 test_output devi
260 test_output min
299 test_output ifdef
/netbsd-src/external/mit/libuv/dist/test/
H A Dtest-spawn.c1161 WCHAR** test_output; in TEST_IMPL() local
1178 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()
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dtest_test.c503 static int test_output(void) in test_output() function
554 ADD_TEST(test_output); in setup_tests()
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dtest_test.c503 static int test_output(void) in test_output() function
573 ADD_TEST(test_output); in setup_tests()
/netbsd-src/external/bsd/elftosb/dist/elftosb.xcodeproj/
H A Dcreed.pbxuser297 test_output/output.sb2,
2720 test_output/output.sb2,
/netbsd-src/external/mit/isl/dist/
H A Disl_test.c8772 int test_output(isl_ctx *ctx) in test_output() function
10927 { "output", &test_output },
/netbsd-src/external/mit/libuv/dist/
H A DChangeLog1632 * test: avoid memory leak for test_output (Carlo Marcelo Arenas Belón)