| /src/lib/libc/time/ |
| tzselect.ksh | 46 say() { function 148 say "$usage" 151 say "tzselect $PKGVERSION$TZVERSION" 154 say >&2 "$0: -$opt$OPTARG: unknown option; try '$0 --help'"; exit 1;; 156 say >&2 "$0: try '$0 --help'"; exit 1 163 *) say >&2 "$0: $1: unknown argument"; exit 1 188 say >&2 "$0: time zone files are not set up correctly" 485 say >&2 "'$tz' is not a conforming POSIX proleptic TZ string." 521 say >&2 "listed roughly in increasing order of distance from $coord." 561 sorted_table=$(say "$time_table" | sort -k2n -k2,5 -k1n) || [all...] |
| /src/external/gpl2/lvm2/dist/test/ |
| test-lib.sh | 36 say () { function 87 say " ok $test_count: $@" 93 say "FAIL $test_count: $1" 122 say >&3 "skipping test: $@" 124 say "skip $test_count: $1" 138 say >&3 "expecting failure: $2" 155 say >&3 "expecting success: $2" 172 say >&3 "expecting exit code $1: $3" 195 say "passed all $test_count test(s)" 199 say "failed $test_failure among $test_count test(s) [all...] |
| /src/games/hals_end/ |
| hals_end.c | 21 void say(const char *); 30 say(const char *s) function 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...] |
| /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 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 242 say = vocab(DECR('s', 'a', 'y', '\0', '\0'), 2, 0);
|
| /src/external/bsd/mdocml/dist/ |
| mandocdb.c | 173 static void say(const char *, const char *, ...) 460 say(MANDOC_DB, "%s: Automatically recreating" 489 say("", "Empty manpath"); 597 say("", "&fts_open"); 615 say(path, "&realpath"); 623 if (warnings) say("", 630 say(path, "&stat"); 646 say(path, "Extraneous file"); 662 say(path, 668 say(path, "Skip html") 2410 say(const char *file, const char *format, ...) function [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/misc/ |
| po-mode.el | 1405 (defun po-say-location-depth () 1419 (po-say-location-depth)) 1429 (po-say-location-depth)) 1443 (po-say-location-depth)) 3129 "Say how many entries in each category, and the current position."
|