Lines Matching refs:echo
199 page_size=$(getconf PAGESIZE || echo 4096)
210 echo $ret_v
219 echo 1; return 1
236 strace -qe "$1" echo > /dev/null 2>&1 ||
313 *) echo "$i: not built" 1>&2; skip_=yes ;;
332 || { echo "$0: cannot run 'id -u'" 1>&2; return 1; }
338 echo "$0: invalid output ('$my_uid') from 'id -u'" 1>&2
356 *) echo "$0: wrong number of arguments" 1>&2
357 echo "Usage: $0 ls-style-mode-string" 1>&2
364 *) echo "$0: invalid mode string: $rwx" 1>&2; return;;
376 u=$(echo $rwx|sed 's/^.\(...\).*/,u=\1/;s/-//g;s/^,u=$//;'$s)
377 g=$(echo $rwx|sed 's/^....\(...\).*/,g=\1/;s/-//g;s/^,g=$//;'$s)
378 o=$(echo $rwx|sed 's/^.......\(...\).*/,o=\1/;s/-//g;s/^,o=$//;'$s';'$t)
379 echo "=$u$g$o"
393 test 62 -le $(echo "$stty_reversible_"|wc -w) \