Symbol: say
usr.bin/patch/inp.c
108
say("Patching file %s using Plan %s...\n", filename,
usr.bin/patch/inp.c
157
say("(Creating file %s...)\n", filename);
usr.bin/patch/inp.c
176
say("block too large to mmap\n");
usr.bin/patch/inp.c
259
say("Warning: this file doesn't appear "
usr.bin/patch/inp.c
274
say("Good. This file appears to be the %s version.\n",
usr.bin/patch/inp.c
320
say("Warning: this file doesn't appear "
usr.bin/patch/inp.c
335
say("Good. This file appears to be the %s version.\n",
usr.bin/patch/inp.c
381
say("No such line %ld in input file, ignoring\n", line);
usr.bin/patch/patch.c
1050
say("il=%ld lfl=%ld\n", input_lines, last_frozen_line);
usr.bin/patch/patch.c
1177
say("Ignoring previously applied (or reversed) patch.\n");
usr.bin/patch/patch.c
1190
say("Patch creates file that already exists, %s %seversed",
usr.bin/patch/patch.c
309
say("Not enough memory to try swapped hunk! Assuming unswapped.\n");
usr.bin/patch/patch.c
326
say("Ignoring previously applied (or reversed) patch.\n");
usr.bin/patch/patch.c
330
say("%seversed (or previously applied) patch detected! %s -R.",
usr.bin/patch/patch.c
356
say("Error writing %s\n",
usr.bin/patch/patch.c
368
say("Hunk #%d ignored at %ld.\n",
usr.bin/patch/patch.c
374
say("Hunk #%d failed at %ld.\n",
usr.bin/patch/patch.c
379
say("Hunk #%d succeeded at %ld",
usr.bin/patch/patch.c
382
say(" with fuzz %ld", fuzz);
usr.bin/patch/patch.c
384
say(" (offset %ld line%s)",
usr.bin/patch/patch.c
387
say(".\n");
usr.bin/patch/patch.c
395
say("\n\nRan out of memory using Plan A--trying again...\n\n");
usr.bin/patch/patch.c
409
say("Can't write %s\n", TMPOUTNAME);
usr.bin/patch/patch.c
441
say("Removing %s (empty after patching).\n",
usr.bin/patch/patch.c
448
say("Error writing %s\n", rejname);
usr.bin/patch/patch.c
463
say("%d out of %d hunks %s--saving rejects to %s\n",
usr.bin/patch/patch.c
466
say("%d out of %d hunks %s while patching %s\n",
usr.bin/patch/patch.c
470
say("%d out of %d hunks %s\n",
usr.bin/patch/patch.c
573
say("Warning, the ``-b suffix'' option has been"
usr.bin/patch/patch.c
718
say("Empty context always matches.\n");
usr.bin/patch/patch.c
735
say("Offset changing from %ld to %ld\n",
usr.bin/patch/patch.c
743
say("Offset changing from %ld to %ld\n",
usr.bin/patch/patch.c
939
say("Out-of-sync patch, lines %ld,%ld--mangled text or line numbers, maybe?\n",
usr.bin/patch/patch.c
943
say("oldchar = '%c', newchar = '%c'\n",
usr.bin/patch/pch.c
1183
say("Not enough memory to swap next hunk!\n");
usr.bin/patch/pch.c
180
say("done\n");
usr.bin/patch/pch.c
187
say("Hmm...");
usr.bin/patch/pch.c
192
say(" Ignoring the trailing garbage.\ndone\n");
usr.bin/patch/pch.c
194
say(" I can't seem to find a patch in there anywhere.\n");
usr.bin/patch/pch.c
198
say(" %sooks like %s to me...\n",
usr.bin/patch/pch.c
206
say("(Patch is indented %d space%s.)\n", p_indent,
usr.bin/patch/pch.c
211
say("No file to patch. Skipping...\n");
usr.bin/patch/pch.c
234
say("Skipping patch...\n");
usr.bin/patch/pch.c
488
say("The text leading up to this was:\n--------------------------\n");
usr.bin/patch/pch.c
493
say("|%s", buf);
usr.bin/patch/pch.c
495
say("--------------------------\n");
usr.bin/patch/pch.c
859
say("%s\n%s\n%s\n",
usr.bin/patch/util.c
151
say("Moving %s to %s.\n", orig, bakname);
usr.bin/patch/util.c
365
say("fetchname %s %d\n", at, strip_leading);
usr.bin/patch/util.c
62
say("Moving %s to stdout.\n", from);
usr.bin/patch/util.c
74
say("Can't backup %s, output is in %s: %s\n", to, from,
usr.bin/patch/util.c
80
say("Moving %s to %s.\n", from, to);
usr.bin/patch/util.c
84
say("Can't create %s, output is in %s: %s\n",
usr.bin/patch/util.h
33
void say(const char *, ...)