Searched refs:BS (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/ksh93/tests/
H A Dsubshell.sh107 integer BS=1024 nb=64 ss=60 bs no
108 for bs in $BS 1
114 set -- $(printf %.'$(($BS*$nb))'c x | dd bs='$bs')
119 (( no == (BS * nb) )) || err_exit "shell hangs on command substitution output size >= $BS*$nb with write size $bs -- expected $((BS*nb)), got ${no:-0}"
122 for bs in $BS 1
129 set -- $(printf %.'$(($BS*$nb))'c x | dd bs='$bs' 2>/dev/null)
134 (( no == (BS * nb) )) || err_exit "shell hangs on command substitution output size >= $BS*
[all...]
/ast/src/cmd/std/
H A Ddd.c96 #define BS 512 macro
217 0, BS,
234 0, BS,
781 state.obs.value.number = BS;
809 c = BS;

Completed in 10 milliseconds