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

  /src/external/gpl2/lvm2/dist/test/
t-pool-labels.sh 19 env printf "\x01\x16\x70\x06\x5f\xcf\xff\xb9\xf8\x24\x8apool1" | dd of=$2 bs=5 seek=1 conv=notrunc
20 env printf "\x04\x01\x03\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00\x02\x00\x00\x00\x0$1\x68\x01\x16\x70\x00\x00\x00\x00\x00\x06\x5f\xd0" | dd of=$2 bs=273 seek=1 conv=notrunc
  /src/tests/usr.bin/rump_server/
t_disk.sh 67 test_case notrunc -d key=/img,hostpath=the.img,size=8k,offset=16k
72 notrunc() function
124 atf_add_test_case notrunc
  /src/sys/arch/evbppc/compile/
walnut-mkimg.sh 75 dd if=${input}.hdr.$$ of=${output} conv=notrunc
  /src/tests/sbin/fsck_ffs/
t_check_quotas.sh 48 count=8 "seek=${blkno}" conv=notrunc
t_enable_quotas.sh 67 count=1 "seek=${blkno}" conv=notrunc
  /src/distrib/common/
buildfloppies.sh 209 dd if=$image of=$image conv=notrunc conv=sync bs=${floppysize}b count=1
  /src/tests/fs/tmpfs/
t_sizes.sh 115 dd if=/dev/zero of=a bs=1024 conv=notrunc seek=1 count=1
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
pdtrace.in 782 | dd of=$ofile conv=notrunc count=4 ibs=1 bs=1 \
875 | dd of=$objfile conv=notrunc count=5 ibs=1 bs=1 seek=$probe_off 2> /dev/null
  /src/tests/sbin/gpt/
t_gpt.sh 75 silence dd conv=notrunc msgfmt=quiet if=/dev/zero of="$disk" "$@"
  /src/external/gpl3/gdb/dist/gdb/testsuite/lib/
pdtrace.in 782 | dd of=$ofile conv=notrunc count=4 ibs=1 bs=1 \
875 | dd of=$objfile conv=notrunc count=5 ibs=1 bs=1 seek=$probe_off 2> /dev/null
  /src/sys/nfs/
nfs_serv.c 3471 register_t linkmax, namemax, chownres, notrunc; local
3493 error = VOP_PATHCONF(vp, _PC_NO_TRUNC, &notrunc);
3504 pc->pc_notrunc = txdr_unsigned(notrunc);
  /src/sys/fs/nfs/server/
nfs_nfsdserv.c 2134 register_t linkmax, namemax, chownres, notrunc; local
2150 nd->nd_repstat = nfsvno_pathconf(vp, _PC_NO_TRUNC, &notrunc,
2159 pc->pc_notrunc = txdr_unsigned(notrunc);
  /src/external/bsd/zstd/dist/tests/
playTests.sh 328 printf '\xDE\xAD\xBE\xEF' | dd of=tmp_corrupt.zst bs=1 seek=$(($(wc -c < "tmp_corrupt.zst") - 4)) count=4 conv=notrunc # corrupt checksum in tmp

Completed in 42 milliseconds