Home
last modified time | relevance | path

Searched refs:zero (Results 1 – 25 of 32) sorted by relevance

12

/busybox-1.35.0/testsuite/du/
Ddu-l-works5 dd if=/dev/zero of=file1 bs=1k count=64 2>/dev/null
7 dd if=/dev/zero of=file2 bs=1k count=16 2>/dev/null
Ddu-k-works3 dd if=/dev/zero of=file1 bs=1k count=64 2>/dev/null
4 dd if=/dev/zero of=file2 bs=1k count=16 2>/dev/null
Ddu-m-works3 dd if=/dev/zero of=file bs=1M count=1 2>/dev/null
Ddu-h-works3 dd if=/dev/zero of=file bs=1M count=1 2>/dev/null
/busybox-1.35.0/examples/
Dmdev.conf20 zero 0:0 666
Dmdev_fat.conf24 zero root:root 666
/busybox-1.35.0/testsuite/cp/
Dcp-copies-large-file1 dd if=/dev/zero of=foo seek=10k count=1 2>/dev/null
/busybox-1.35.0/testsuite/mv/
Dmv-moves-large-file1 dd if=/dev/zero of=foo seek=10k count=1 2>/dev/null
/busybox-1.35.0/examples/var_service/fw/
Drun156 doit iptables --zero
159 doit iptables -t nat --zero
162 doit iptables -t mangle --zero
/busybox-1.35.0/testsuite/date/
Ddate-works-162 h=$(eval $lcbbd +%H) # hour, zero padded
63 m=$(eval $lcbbd +%M) # minute, zero padded
64 s=$(eval $lcbbd +%S) # second, zero padded
/busybox-1.35.0/testsuite/
Dmount.tests27 dd if=/dev/zero of=mount.image1m count=1 bs=1M 2>/dev/null || { echo "dd error"; exit 1; }
Dmount.testroot50 dd if=/dev/zero of=images/ext2.img bs=1M count=1 2> /dev/null
52 dd if=/dev/zero of=images/vfat.img bs=1M count=1 2> /dev/null
Dtesting.sh161 mknod tmpdir4chroot/dev/zero c 1 5
Dmakedevs.device_table.txt58 /dev/zero c 666 0 0 1 5 0 0 -
/busybox-1.35.0/qemu_multiarch_testing/
Dmake-hdc-img.sh24 dd if=/dev/zero of=hdc.img count=1 bs=1024 seek=$(($size*2))
/busybox-1.35.0/util-linux/
Dmkfs_ext2_test.sh9 dd seek=$((kilobytes-1)) bs=1K count=1 </dev/zero of=$2 >/dev/null 2>&1 || exit 1
/busybox-1.35.0/examples/bootfloppy/
Dmkdevs.sh24 mknod zero c 1 5
Dmkrootfs.sh57 dd if=/dev/zero of=rootfs bs=1k count=$FSSIZE
/busybox-1.35.0/networking/
Dtelnetd.ctrlSQ.patch32 zero byte (symbolically defined as TIOCPKT_DATA), or a single byte reflecting control status inform…
33 In the latter case, the byte is an inclusive-or of zero or more of the bits:
51 will return data written on the slave part of the pseudo terminal preceded by a zero byte, or a sin…
128 + * byte (zero) that we have got to remove
Dtls_fe.c56 static void fprime_select(byte *dst, const byte *zero, const byte *one, byte condition)
62 dst[i] = zero[i] ^ (mask & (one[i] ^ zero[i]));
/busybox-1.35.0/shell/hush_test/hush-arith/
Darith.right87 hush: divide by zero
/busybox-1.35.0/shell/ash_test/ash-arith/
Darith.right85 ./arith.tests: line 164: divide by zero
/busybox-1.35.0/examples/var_service/getty_tty1/
Dunicode_cyrillic.keymap41 keycode 11 = zero parenright zero parenright zero
/busybox-1.35.0/docs/
Dkeep_data_small.txt11 by COWed zero pages. Not sure about rwdata - also COW?
166 .zero 4
173 .zero 60
/busybox-1.35.0/archival/libarchive/bz/
DREADME47 special cases in the code which occur with very low but non-zero

12