Home
last modified time | relevance | path

Searched refs:notrunc (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl2/lvm2/dist/test/
H A Dt-pool-labels.sh19 env printf "\x01\x16\x70\x06\x5f\xcf\xff\xb9\xf8\x24\x8apool1" | dd of=$2 bs=5 seek=1 conv=notrunc
20 …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
/netbsd-src/tests/usr.bin/rump_server/
H A Dt_disk.sh67 test_case notrunc -d key=/img,hostpath=the.img,size=8k,offset=16k
72 notrunc() function
124 atf_add_test_case notrunc
/netbsd-src/distrib/amiga/miniroot/
H A DMakefile.inc12 IMAGEPOSTBUILD= dd if=${DESTDIR}/usr/mdec/bootxx_ffsv1 of=${IMAGE} bs=8192 conv=notrunc
/netbsd-src/tests/sbin/fsck_ffs/
H A Dt_check_quotas.sh48 count=8 "seek=${blkno}" conv=notrunc
H A Dt_enable_quotas.sh67 count=1 "seek=${blkno}" conv=notrunc
/netbsd-src/sys/arch/evbppc/compile/
H A Dwalnut-mkimg.sh75 dd if=${input}.hdr.$$ of=${output} conv=notrunc
/netbsd-src/tests/fs/tmpfs/
H A Dt_sizes.sh115 dd if=/dev/zero of=a bs=1024 conv=notrunc seek=1 count=1
/netbsd-src/distrib/common/
H A Dbuildfloppies.sh209 dd if=$image of=$image conv=notrunc conv=sync bs=${floppysize}b count=1
/netbsd-src/tests/sbin/gpt/
H A Dt_gpt.sh75 silence dd conv=notrunc msgfmt=quiet if=/dev/zero of="$disk" "$@"
/netbsd-src/sys/nfs/
H A Dnfs_serv.c3471 register_t linkmax, namemax, chownres, notrunc; in nfsrv_pathconf() local
3493 error = VOP_PATHCONF(vp, _PC_NO_TRUNC, &notrunc); in nfsrv_pathconf()
3504 pc->pc_notrunc = txdr_unsigned(notrunc); in nfsrv_pathconf()
/netbsd-src/sys/fs/nfs/server/
H A Dnfs_nfsdserv.c2134 register_t linkmax, namemax, chownres, notrunc; in nfsrvd_pathconf() local
2150 nd->nd_repstat = nfsvno_pathconf(vp, _PC_NO_TRUNC, &notrunc, in nfsrvd_pathconf()
2159 pc->pc_notrunc = txdr_unsigned(notrunc); in nfsrvd_pathconf()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A DChangeLog-20112808 * trans-types.c (gfc_get_array_type_bounds): Remove zero notrunc
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201126901 * tree.h (int_const_binop): Remove notrunc argument.
26902 * fold-const.c (int_const_binop): Remove notrunc argument. Always
26904 (extract_muldiv_1): Expand one notrunc int_const_binop caller.
26905 (const_binop): Remove zero notrunc argument to int_const_binop.
H A DChangeLog-201024930 * fold-const.c (const_binop): Remove 'notrunc' argement. Adjust