HomeSort by: relevance | last modified time | path
    Searched refs:say (Results 1 - 16 of 16) sorted by relevancy

  /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/usr.bin/patch/
util.h 38 void say(const char *, ...) __printflike(1, 2);
patch.c 267 say("Not enough memory to try swapped hunk! Assuming unswapped.\n");
284 say("Ignoring previously applied (or reversed) patch.\n");
288 say("%seversed (or %spreviously applied) patch detected! %s -R.",
314 say("Error writing %s\n",
326 say("Hunk #%d ignored at %ld.\n",
332 say("Hunk #%d failed at %ld.\n",
337 say("Hunk #%d succeeded at %ld",
340 say(" with fuzz %ld", fuzz);
342 say(" (offset %ld line%s)",
345 say(".\n")
    [all...]
inp.c 113 say("Patching file %s using Plan %s...\n", filename,
164 say("(Creating file %s...)\n", filename);
224 say("Comparing file %s to default "
252 say("Checking out file %s from RCS...\n",
289 say("block too large to mmap\n");
363 say("Warning: this file doesn't appear "
378 say("Good. This file appears to be the %s version.\n",
414 say("Warning: this file doesn't appear "
429 say("Good. This file appears to be the %s version.\n",
472 say("No such line %ld in input file, ignoring\n", line)
    [all...]
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);
pch.c 195 say("done\n");
199 say("Hmm...");
204 say(" Ignoring the trailing garbage.\ndone\n");
206 say(" I can't seem to find a patch in there anywhere.\n");
210 say(" %sooks like %s to me...\n",
218 say("(Patch is indented %d space%s.)\n", p_indent,
223 say("No file to patch. Skipping...\n");
239 say("Skipping patch...\n");
437 say("The text leading up to this was:\n--------------------------\n");
442 say("|%s", buf)
    [all...]
  /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/games/adventure/
hdr.h 143 null, entrance, depression, /*enter, stream, pour,*/ say, lock,
init.c 115 null, entrance, depression, say, lock, throw, variable
242 say = vocab(DECR('s', 'a', 'y', '\0', '\0'), 2, 0);
main.c 183 if (verb == say && *wd2 != 0)
185 if (verb == say)
292 if (*wd2 != 0 && verb != say)
294 if (verb == say)
312 case 9: /* 8000 : drop,say,wave */
  /src/share/locale/ctype/
gen_ctype_utf8.pl 281 say $line;
288 say $line;
  /src/sys/arch/sandpoint/
README 101 settings for, say, bootp/tftp boot, automatic boot, and persistent
  /src/usr.bin/make/unit-tests/
escape.mk 31 # Our practice, despite what POSIX might say, is that "\#"
varmod-indirect.mk 95 # to say whether the variable name will be evaluated as a variable name or
  /src/sys/arch/m68k/fpsp/
fpsp.h 91 * instruction that generates (say) an underflow. Alternatively,
  /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...]

Completed in 27 milliseconds