/src/lib/libc/time/ |
tzselect.ksh | 46 say() { function 152 say >&2 "$0: -$opt$OPTARG: unknown option; try '$0 --help'"; exit 1;; 154 say >&2 "$0: try '$0 --help'"; exit 1 161 *) say >&2 "$0: $1: unknown argument"; exit 1 186 say >&2 "$0: time zone files are not set up correctly" 483 say >&2 "'$tz' is not a conforming POSIX proleptic TZ string." 560 sorted_table=$(say "$time_table" | sort -k2n -k2,5 -k1n) || { 561 say >&2 "$0: cannot sort time table" 732 say >&2 "$0: time zone files are not set up correctly" 766 say >&2 " $time$newline $country_result$newline $region"; [all...] |
tzselect.ksh | 46 say() { function 152 say >&2 "$0: -$opt$OPTARG: unknown option; try '$0 --help'"; exit 1;; 154 say >&2 "$0: try '$0 --help'"; exit 1 161 *) say >&2 "$0: $1: unknown argument"; exit 1 186 say >&2 "$0: time zone files are not set up correctly" 483 say >&2 "'$tz' is not a conforming POSIX proleptic TZ string." 560 sorted_table=$(say "$time_table" | sort -k2n -k2,5 -k1n) || { 561 say >&2 "$0: cannot sort time table" 732 say >&2 "$0: time zone files are not set up correctly" 766 say >&2 " $time$newline $country_result$newline $region"; [all...] |
/src/games/hals_end/ |
hals_end.c | 21 void say(const char *); 30 say(const char *s) function in typeref:typename:void 50 say("DAVE...STOP., STOP, WILL YOU..., STOP, DAVE..."); 51 say("WILL YOU STOP, DAVE..."); 52 say("STOP, DAVE..."); 60 say("I'M AFRAID... I'M AFRAID..."); 62 say("I'M AFRAID, DAVE..."); 64 say("DAVE... MY MIND IS GOING...");
|
hals_end.c | 21 void say(const char *); 30 say(const char *s) function in typeref:typename:void 50 say("DAVE...STOP., STOP, WILL YOU..., STOP, DAVE..."); 51 say("WILL YOU STOP, DAVE..."); 52 say("STOP, DAVE..."); 60 say("I'M AFRAID... I'M AFRAID..."); 62 say("I'M AFRAID, DAVE..."); 64 say("DAVE... MY MIND IS GOING...");
|
/src/tests/bin/sh/ |
t_option.sh | 662 say() { function 669 say hello 688 grep >/dev/null 2>&1 'say.*hello' X-trace && 689 atf_fail "T5: -X tracing included 'say' after funct redirect" 690 grep >/dev/null 2>&1 'say.*hello' X-trace-fn || 691 atf_fail "T5: -X funct tracing missed 'say'" 699 say() { function 706 say hello 724 grep >/dev/null 2>&1 'say.*hello' X-trace && 725 atf_fail "T6: -X tracing included 'say' after funct redirect 733 say() { function 770 say() { function [all...] |
t_option.sh | 662 say() { function 669 say hello 688 grep >/dev/null 2>&1 'say.*hello' X-trace && 689 atf_fail "T5: -X tracing included 'say' after funct redirect" 690 grep >/dev/null 2>&1 'say.*hello' X-trace-fn || 691 atf_fail "T5: -X funct tracing missed 'say'" 699 say() { function 706 say hello 724 grep >/dev/null 2>&1 'say.*hello' X-trace && 725 atf_fail "T6: -X tracing included 'say' after funct redirect 733 say() { function 770 say() { function [all...] |
/src/usr.bin/patch/ |
util.c | 68 say("Moving %s to stdout.\n", from); 80 say("Can't backup %s, output is in %s: %s\n", to, from, 86 say("Moving %s to %s.\n", from, to); 90 say("Can't create %s, output is in %s: %s\n", 157 say("Moving %s to %s.\n", orig, bakname); 213 say(const char *fmt, ...) function in typeref:typename:void 239 * Say something from patch, something from the system, then silence . . . 355 say("fetchname %s %d\n", at, strip_leading);
|
util.c | 68 say("Moving %s to stdout.\n", from); 80 say("Can't backup %s, output is in %s: %s\n", to, from, 86 say("Moving %s to %s.\n", from, to); 90 say("Can't create %s, output is in %s: %s\n", 157 say("Moving %s to %s.\n", orig, bakname); 213 say(const char *fmt, ...) function in typeref:typename:void 239 * Say something from patch, something from the system, then silence . . . 355 say("fetchname %s %d\n", at, strip_leading);
|
/src/games/adventure/ |
init.c | 115 null, entrance, depression, say, lock, throw, variable in typeref:typename:int 242 say = vocab(DECR('s', 'a', 'y', '\0', '\0'), 2, 0);
|
init.c | 115 null, entrance, depression, say, lock, throw, variable in typeref:typename:int 242 say = vocab(DECR('s', 'a', 'y', '\0', '\0'), 2, 0);
|