Home
last modified time | relevance | path

Searched refs:raw (Results 1 – 12 of 12) sorted by relevance

/coreutils/tests/od/
Dod-multiple-t.sh32 od -An -t${format1}z -t${format2}z in > out-raw || fail=1
33 linewidth=$(head -n1 out-raw | wc -c)
34 linecount=$(wc -l < out-raw)
35 echo $format1 $format2 $(wc -c < out-raw) >> out
Dod-x8.sh29 od -An -t x8 in > out-raw || fail=1
30 sed 's/^ //;s/\(..\)/\1 /g;s/ $//' out-raw \
/coreutils/tests/cksum/
Dcksum-raw.sh40 cksum --raw --algorithm $algo file.in > digest.bin || fail=1
55 returns_ 1 cksum --base64 --raw </dev/null || fail=1
58 returns_ 1 cksum --raw /dev/null /dev/null || fail=1
/coreutils/src/
Dsum.h12 bool raw, bool tagged, unsigned char delim, bool args,
17 bool raw, bool tagged, unsigned char delim, bool args,
Dsum.c194 bool raw, bool tagged, unsigned char delim, bool args, in output_bsd() argument
197 if (raw) in output_bsd()
219 bool raw, bool tagged, unsigned char delim, bool args, in output_sysv() argument
222 if (raw) in output_sysv()
Dcksum.h10 output_crc (char const *file, int binary_file, void const *digest, bool raw,
Dcksum.c252 output_crc (char const *file, int binary_file, void const *digest, bool raw, in output_crc() argument
255 if (raw) in output_crc()
Ddigest.c169 bool raw, bool tagged, unsigned char delim, bool args,
1031 bool raw, bool tagged, unsigned char delim, MAYBE_UNUSED bool args, in output_file() argument
1035 if (raw) in output_file()
/coreutils/tests/stty/
Dstty.sh48 returns_ 1 stty -raw -F no/such/file 2>/dev/null || fail=1
49 returns_ 1 stty -raw -a 2>/dev/null || fail=1
/coreutils/tests/
Dlocal.mk300 tests/cksum/cksum-raw.sh \
/coreutils/doc/
Dcoreutils.texi4135 @item --raw
4136 @opindex --raw
4137 @cindex raw binary checksum
4138 Print only the unencoded raw binary digest for a single input.
4144 @option{--check} a @option{--raw} checksum.
15578 May be negated. If negated, same as @code{raw}.
15580 @item raw
15581 @opindex raw
17003 If you're sorting or graphing dated data, your raw date values may be
19653 We start out by creating the raw data; each filter applies some successive
/coreutils/
DNEWS332 cksum now accepts the --raw option to output a raw binary checksum.