Home
last modified time | relevance | path

Searched refs:bsd (Results 1 – 6 of 6) sorted by relevance

/coreutils/tests/cksum/
Dcksum-a.sh23 bsd sum -r
44 bsd) ;;
56 returns_ 1 cksum -a bsd --check </dev/null || fail=1
Dcksum-raw.sh23 bsd u2
45 case $algo in bsd) n=$(cat "$d"); printf '%05d\n' "$n" > "$d" ;; esac
/coreutils/src/
Ddigest.c224 bsd, enumerator
285 bsd, enumerator
305 bsd, sysv, crc, md5, sha1, sha224, enumerator
1458 sum_algorithm = bsd; in main()
1502 case bsd: in main()
/coreutils/
Dconfigure.ac385 for lib in bsd socket inet; do
/coreutils/tests/
Dlocal.mk331 tests/cksum/md5sum-bsd.sh \
/coreutils/doc/
Dcoreutils.texi4041 selectable with @option{--algorithm=sysv} or @option{--algorithm=bsd},
4088 @samp{bsd} equivalent to @command{sum -r}
4141 for @samp{bsd}, @samp{crc}, and @samp{sysv}.
4215 with the older @samp{sysv}, @samp{bsd}, or @samp{crc} algorithms.