| /netbsd-src/external/bsd/file/dist/tests/ |
| H A D | Makefile.am | 7 android-vdex-1.testfile \ 9 android-vdex-2.testfile \ 11 arj.testfile \ 13 bcachefs.testfile \ 15 bcachefs2.testfile \ 17 cl8m8ocofedso.testfile \ 19 cmd1.testfile \ 21 cmd2.testfile \ 23 cmd3.testfile \ 25 cmd4.testfile \ [all …]
|
| H A D | Makefile.in | 301 android-vdex-1.testfile \ 303 android-vdex-2.testfile \ 305 arj.testfile \ 307 bcachefs.testfile \ 309 bcachefs2.testfile \ 311 cl8m8ocofedso.testfile \ 313 cmd1.testfile \ 315 cmd2.testfile \ 317 cmd3.testfile \ 319 cmd4.testfile \ [all …]
|
| H A D | README | 8 TEST.testfile 11 where TEST is the base name of the test, TEST.testfile is the input,
|
| /netbsd-src/usr.bin/vndcompress/ |
| H A D | Makefile | 236 .for testfile in ${TESTFILES} 238 CLEANFILES+= ${testfile}.${suffix} 239 CLEANFILES+= ${testfile}.${suffix}.tmp 242 CHECKS.${testfile}+= check-${testfile}.${left}-${right} 243 check-${testfile}.${left}-${right}: .PHONY \ 244 ${testfile}.${left} ${testfile}.${right} 245 . if empty(XFAIL:M${testfile}.${left}-${right}) 246 cmp ${testfile}.${left} ${testfile}.${right} 250 && if cmp ${testfile}.${left} ${testfile}.${right}; then \ 256 check-${testfile}: ${CHECKS.${testfile}} [all …]
|
| /netbsd-src/tests/bin/dd/ |
| H A D | t_dd.sh | 110 echo TEST1234 > testfile 112 dd if=/dev/zero of=testfile seek=1 bs=8k count=1 113 atf_check -s exit:0 -e ignore -o match:'^TEST1234$' dd if=testfile 114 eval $(stat -s testfile) 131 echo -n abcdefgh > testfile 135 dd if=testfile conv=swab msgfmt=quiet $2 139 dd if=testfile conv=swab msgfmt=quiet
|
| /netbsd-src/tests/kernel/kqueue/ |
| H A D | t_vnode.c | 512 static const char testfile[] = "testfile"; variable 524 char buf[sizeof(testfile)]; in ATF_TC_BODY() 534 ATF_REQUIRE((fd = open(testfile, in ATF_TC_BODY() 548 ATF_REQUIRE((fd = open(testfile, O_RDWR)) != -1); in ATF_TC_BODY() 552 ATF_REQUIRE((pwrite(fd, testfile, in ATF_TC_BODY() 553 sizeof(testfile), 0)) == sizeof(testfile)); in ATF_TC_BODY() 558 ATF_REQUIRE((pwrite(fd, testfile, in ATF_TC_BODY() 559 sizeof(testfile), 0)) == sizeof(testfile)); in ATF_TC_BODY() 564 ATF_REQUIRE((pwrite(fd, testfile, in ATF_TC_BODY() 565 1, sizeof(testfile))) == 1); in ATF_TC_BODY() [all …]
|
| /netbsd-src/external/bsd/less/dist/lesstest/ |
| H A D | lesstest.c | 13 static char* testfile = NULL; variable 45 testfile = optarg; in setup() 65 if (testfile != NULL) { // run existing test in main() 70 ok = run_testfile(testfile, argv[optind]); in main()
|
| H A D | lesstest.h | 81 int run_testfile(const char* testfile, const char* less);
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/testutil/ |
| H A D | stanza.c | 19 int test_start_file(STANZA *s, const char *testfile) in test_start_file() argument 21 TEST_info("Reading %s", testfile); in test_start_file() 22 set_test_title(testfile); in test_start_file() 24 if (!TEST_ptr(s->fp = BIO_new_file(testfile, "r"))) in test_start_file() 26 s->test_file = testfile; in test_start_file()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/test/testutil/ |
| H A D | stanza.c | 19 int test_start_file(STANZA *s, const char *testfile) in test_start_file() argument 21 TEST_info("Reading %s", testfile); in test_start_file() 22 set_test_title(testfile); in test_start_file() 24 if (!TEST_ptr(s->fp = BIO_new_file(testfile, "r"))) in test_start_file() 26 s->test_file = testfile; in test_start_file()
|
| /netbsd-src/tests/dev/raidframe/ |
| H A D | t_raid.sh | 141 dd if=$(atf_get_srcdir)/t_raid of=testfile count=4 156 atf_check -s exit:0 -o file:testfile -e ignore \ 229 dd if=$(atf_get_srcdir)/t_raid of=testfile count=4 244 atf_check -s exit:0 -o file:testfile -e ignore \ 279 dd if=$(atf_get_srcdir)/t_raid of=testfile count=4 295 atf_check -s exit:0 -o file:testfile -e ignore \ 329 dd if=$(atf_get_srcdir)/t_raid of=testfile count=4 345 atf_check -s exit:0 -o file:testfile -e ignore \
|
| /netbsd-src/external/bsd/tradcpp/dist/tests/ |
| H A D | tradcpp.sh | 31 for testfile in t*.c; do 32 local name=${testfile%%.c} 33 test_case ${name} ${testfile} ${tradcpp}
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/mips/ |
| H A D | basic.exp | 8 proc run_hilo_test {testfile models nops} { 25 run_sim_test $testfile $models 58 proc run_r6_removed_test {testfile models} { 82 run_sim_test $testfile $models
|
| /netbsd-src/tests/dev/cgd/ |
| H A D | t_cgd.sh | 53 atf_check -s exit:0 -e ignore dd if=${d}/t_cgd of=testfile count=2 54 atf_check -s exit:0 -e ignore -o file:testfile \ 89 atf_check -s exit:0 -e ignore dd if=${d}/t_cgd of=testfile count=2 90 atf_check -s exit:0 -e ignore -o not-file:testfile \
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/fuzz/ |
| H A D | test-corpus.c | 37 static void testfile(const char *pathname) in testfile() function 90 testfile(pathname); in main() 96 testfile(argv[n]); in main()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/fuzz/ |
| H A D | test-corpus.c | 37 static void testfile(const char *pathname) in testfile() function 90 testfile(pathname); in main() 96 testfile(argv[n]); in main()
|
| /netbsd-src/external/apache2/llvm/dist/clang/utils/ |
| H A D | creduce-clang-crash.py | 72 self.testfile = file_reduce_name + '.test.sh' 204 write_to_script(output, self.testfile) 208 testfile = os.path.abspath(self.testfile) 212 returncode = subprocess.call(testfile, stdout=devnull) 373 [self.testfile, self.file_to_reduce])
|
| /netbsd-src/tests/usr.bin/rump_server/ |
| H A D | t_disk.sh | 80 echo 'test string' | dd of=testfile ibs=512 count=1 conv=sync 87 atf_check -s exit:0 -e ignore -o file:testfile \
|
| /netbsd-src/tests/dev/md/ |
| H A D | t_md.sh | 49 atf_check -s exit:0 -e ignore -o file:testfile dd if=/bin/ls count=10
|
| /netbsd-src/external/mpl/bind/dist/tests/include/tests/ |
| H A D | dns.h | 92 const char *testfile);
|
| H A D | ns.h | 87 const char *testfile);
|
| /netbsd-src/external/bsd/nvi/docs/internals/ |
| H A D | input | 35 nex testfile 36 testfile: unmodified: line 3 207 vi testfile 210 ex testfile
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/ |
| H A D | params_conversion_test.c | 319 const char *testfile = test_get_argument(i); in run_param_file_tests() local 324 if (!test_start_file(s, testfile)) { in run_param_file_tests()
|
| /netbsd-src/external/mpl/bind/dist/tests/libtest/ |
| H A D | dns.c | 215 const char *testfile) { in dns_test_loaddb() 235 result = dns_db_load(*db, testfile, dns_masterformat_text, 0); 213 dns_test_loaddb(dns_db_t ** db,dns_dbtype_t dbtype,const char * origin,const char * testfile) dns_test_loaddb() argument
|
| H A D | ns.c | 532 const char *testfile) { in ns_test_qctx_create() 552 result = dns_db_load(*db, testfile, dns_masterformat_text, 0); in ns_test_qctx_destroy() 577 ns_test_loaddb(dns_db_t ** db,dns_dbtype_t dbtype,const char * origin,const char * testfile) ns_test_loaddb() argument
|