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

1 2 3

  /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/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/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/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/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/crypto/external/apache2/openssl/dist/providers/
encoders.inc 97 * is the same as the key type name. This allows us to say something like:
  /src/crypto/external/bsd/openssl/dist/providers/
encoders.inc 71 * is the same as the key type name. This allows us to say something like:
  /src/external/gpl2/gmake/dist/
configure.bat 24 rem goes awry. COMMAND.COM will say "Out of environment space", but
  /src/external/lgpl3/gmp/dist/mpn/x86/pentium/mmx/
mul_1.asm 44 C is odd there's roughly a 5 cycle penalty, so times for say size==7 and
47 C penalty, so in that case it's say size==8 and size==9 which are close.
257 C say %mm5, but that would save only one instruction and hence be no faster.
  /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/external/bsd/nvi/dist/dist/ExtUtils/
Embed.pm 424 So, rather than having to say:
428 Just say:
  /src/external/lgpl3/gmp/dist/mpn/powerpc32/
mod_34lsub1.asm 53 C also a bdz or bdnz for each and a pointer update say every three limbs
  /src/external/lgpl3/gmp/dist/mpn/x86/pentium/
copyi.asm 49 C is unfortunate, but it's faster that way than with say rep movsl, by about
mode1o.asm 165 C than a push and pop of say %edi.
  /src/usr.bin/make/unit-tests/
escape.mk 31 # Our practice, despite what POSIX might say, is that "\#"
  /src/external/lgpl3/gmp/dist/mpn/alpha/
mode1o.asm 77 C For size==1, a plain division (done bitwise say) might be faster than
  /src/external/lgpl3/gmp/dist/mpn/ia64/
mod_34lsub1.asm 60 C Alternatively, we could table n/3 for, say, n < 256, and predicate the

Completed in 44 milliseconds

1 2 3