HomeSort by: relevance | last modified time | path
    Searched refs:testfile (Results 1 - 7 of 7) sorted by relevancy

  /src/tests/bin/dd/
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
  /src/usr.bin/vndcompress/
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
    [all...]
  /src/tests/kernel/kqueue/
t_vnode.c 512 static const char testfile[] = "testfile"; variable in typeref:typename:const char[]
524 char buf[sizeof(testfile)];
534 ATF_REQUIRE((fd = open(testfile,
548 ATF_REQUIRE((fd = open(testfile, O_RDWR)) != -1);
552 ATF_REQUIRE((pwrite(fd, testfile,
553 sizeof(testfile), 0)) == sizeof(testfile));
558 ATF_REQUIRE((pwrite(fd, testfile,
559 sizeof(testfile), 0)) == sizeof(testfile))
    [all...]
  /src/tests/dev/cgd/
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 \
  /src/tests/dev/raidframe/
t_raid.sh 141 dd if=$(atf_get_srcdir)/t_raid of=testfile count=4
143 "dd if=testfile | rump.dd of=${rawraid} conv=sync"
156 atf_check -s exit:0 -o file:testfile -e ignore \
229 dd if=$(atf_get_srcdir)/t_raid of=testfile count=4
231 "dd if=testfile | rump.dd of=${rawraid} conv=sync"
244 atf_check -s exit:0 -o file:testfile -e ignore \
279 dd if=$(atf_get_srcdir)/t_raid of=testfile count=4
281 "dd if=testfile | rump.dd of=${rawraid} conv=sync"
295 atf_check -s exit:0 -o file:testfile -e ignore \
329 dd if=$(atf_get_srcdir)/t_raid of=testfile count=
    [all...]
  /src/tests/dev/md/
t_md.sh 48 "rump.dd if=${rawmd} skip=100 count=10 | dd of=testfile"
49 atf_check -s exit:0 -e ignore -o file:testfile dd if=/bin/ls count=10
  /src/tests/usr.bin/rump_server/
t_disk.sh 80 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 \

Completed in 14 milliseconds