Searched refs:bincat (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/ksh93/tests/
H A Dcoprocess.sh51 bincat=$(whence -p cat)
54 for cat in cat $bincat
H A Dsubshell.sh35 bincat=$(PATH=$(getconf PATH) whence -p cat)
338 CAT=( cat $bincat )
339 INS=( "" "builtin cat; " "builtin -d cat $bincat; " ": > /dev/null; " )
H A Dbuiltins.sh551 bincat=$(whence -p cat)
555 cmp -s <(print -- "$($bincat<( $bincat $out ) )") <(print -- "$(cat <( cat $out ) )") || err_exit "builtin cat differs from $bincat"

Completed in 22 milliseconds