Lines Matching refs:say
53 say() {
60 say >&2 "$0: Sorry, your '$AWK' program is not POSIX compatible."
167 say >&2 "$0: -$opt$OPTARG: unknown option; try '$0 --help'"; exit 1;;
169 say >&2 "$0: try '$0 --help'"; exit 1
176 *) say >&2 "$0: $1: unknown argument"; exit 1
199 say >&2 "$0: time zone files are not set up correctly"
495 say >&2 "'$tz' is not a conforming POSIX.1-2017 timezone string."
572 sorted_table=`say "$time_table" | sort -k2n -k2,5 -k1n` || {
573 say >&2 "$0: cannot sort time table"
744 say >&2 "$0: time zone files are not set up correctly"
781 say >&2 " $time$newline $country_result$newline $region";;
782 ?*%?*%%|?*%%?*%) say >&2 " $time$newline $country_result$region";;
783 ?*%%%) say >&2 " $time";;
784 %?*%?*%) say >&2 " $country_result$newline $region";;
785 %?*%%) say >&2 " $country_result";;
786 %%?*%?*) say >&2 " coord $coord$newline $region";;
787 %%%?*) say >&2 " coord $coord";;
788 *) say >&2 " TZ='$tz'"
790 say >&2 ""
791 say >&2 "TZ='$tz' will be used.$extra_info"
792 say >&2 "Is the above information OK?"
807 test -t 1 && say >&2 "
815 say "$tz"