Searched refs:testfile (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/tests/sys/vfs/
H A Dtrailing_slash.sh10 testfile="$TMPDIR/testfile-$$"
14 $testfile:$testlink:$testfile:0
15 $testfile:$testlink:$testfile/:1
16 $testfile:$testlink:$testlink:0
17 $testfile:$testlink:$testlink/:1
18 $testfile/:$testlink:$testlink:1
19 $testfile/
[all...]
/freebsd-11-stable/contrib/file/tests/
H A DMakefile.am7 CVE-2014-1943.testfile \
8 JW07022A.mp3.testfile \
9 escapevel.testfile \
10 fit-map-data.testfile \
11 gedcom.testfile \
12 hddrawcopytool.testfile \
13 issue311docx.testfile \
14 issue359xlsx.testfile \
15 json1.testfile \
16 json2.testfile \
[all...]
H A DMakefile.in298 CVE-2014-1943.testfile \
299 JW07022A.mp3.testfile \
300 escapevel.testfile \
301 fit-map-data.testfile \
302 gedcom.testfile \
303 hddrawcopytool.testfile \
304 issue311docx.testfile \
305 issue359xlsx.testfile \
306 json1.testfile \
307 json2.testfile \
[all...]
/freebsd-11-stable/contrib/netbsd-tests/bin/dd/
H A Dt_dd.sh116 echo TEST1234 > testfile
118 dd if=/dev/zero of=testfile seek=1 bs=8k count=1
119 atf_check -s exit:0 -e ignore -o match:'^TEST1234$' dd if=testfile
120 eval $(stat -s testfile)
/freebsd-11-stable/contrib/netbsd-tests/dev/cgd/
H A Dt_cgd.sh53 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 \
91 atf_check -s exit:0 -e ignore dd if=${d}/t_cgd of=testfile count=2
92 atf_check -s exit:0 -e ignore -o not-file:testfile \
/freebsd-11-stable/contrib/netbsd-tests/dev/md/
H A Dt_md.sh51 "rump.dd if=${rawmd} skip=100 count=10 | dd of=testfile"
52 atf_check -s exit:0 -e ignore -o file:testfile dd if=/bin/ls count=10
/freebsd-11-stable/contrib/netbsd-tests/dev/raidframe/
H A Dt_raid.sh101 dd if=$(atf_get_srcdir)/t_raid of=testfile count=4
103 "dd if=testfile | rump.dd of=${rawraid} conv=sync"
116 atf_check -s exit:0 -o file:testfile -e ignore \
189 dd if=$(atf_get_srcdir)/t_raid of=testfile count=4
191 "dd if=testfile | rump.dd of=${rawraid} conv=sync"
204 atf_check -s exit:0 -o file:testfile -e ignore \
239 dd if=$(atf_get_srcdir)/t_raid of=testfile count=4
241 "dd if=testfile | rump.dd of=${rawraid} conv=sync"
255 atf_check -s exit:0 -o file:testfile -e ignore \
289 dd if=$(atf_get_srcdir)/t_raid of=testfile coun
[all...]
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/rump_server/
H A Dt_disk.sh80 echo 'test string' | dd of=testfile ibs=512 count=1 conv=sync
82 "dd if=testfile | rump.dd of=/img bs=512 count=1"
87 atf_check -s exit:0 -e ignore -o file:testfile \
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_sparse_basic.c189 const char *testfile = "can_sparse"; local
193 create_sparse_file(testfile, sparse_file);
194 fd = open(testfile, O_RDWR);
205 unlink(testfile);
243 const char *testfile = "can_sparse"; local
246 create_sparse_file(testfile, sparse_file);
247 fd = open(testfile, O_RDWR);
252 unlink(testfile);
/freebsd-11-stable/tests/sys/kqueue/libkqueue/
H A Dvnode.c27 const char *testfile = "./kqueue-test.tmp"; local
33 vnode_fd = open(testfile, O_RDONLY);
35 err(1, "open of %s", testfile);
/freebsd-11-stable/cddl/usr.sbin/dtrace/tests/tools/
H A Ddtest.sh8 usage: $(basename $0) <testfile>
/freebsd-11-stable/contrib/apr-util/test/
H A DMakefile.in28 CLEAN_TARGETS = manyfile.bin testfile.txt data/sqlite*.db
H A DMakefile.win68 CLEAN_DATA = manyfile.bin testfile.txt data\sqlite*.db

Completed in 104 milliseconds