Searched refs:say (Results 1 - 18 of 18) sorted by relevance

/freebsd-current/usr.bin/patch/
H A Dutil.h33 void say(const char *, ...)
H A Dutil.c62 say("Moving %s to stdout.\n", from);
74 say("Can't backup %s, output is in %s: %s\n", to, from,
80 say("Moving %s to %s.\n", from, to);
84 say("Can't create %s, output is in %s: %s\n",
151 say("Moving %s to %s.\n", orig, bakname);
223 say(const char *fmt, ...) function
365 say("fetchname %s %d\n", at, strip_leading);
H A Dpatch.c309 say("Not enough memory to try swapped hunk! Assuming unswapped.\n");
326 say("Ignoring previously applied (or reversed) patch.\n");
330 say("%seversed (or previously applied) patch detected! %s -R.",
356 say("Error writing %s\n",
368 say("Hunk #%d ignored at %ld.\n",
374 say("Hunk #%d failed at %ld.\n",
379 say("Hunk #%d succeeded at %ld",
382 say(" with fuzz %ld", fuzz);
384 say(" (offset %ld line%s)",
387 say("
[all...]
H A Dinp.c108 say("Patching file %s using Plan %s...\n", filename,
157 say("(Creating file %s...)\n", filename);
176 say("block too large to mmap\n");
259 say("Warning: this file doesn't appear "
274 say("Good. This file appears to be the %s version.\n",
320 say("Warning: this file doesn't appear "
335 say("Good. This file appears to be the %s version.\n",
381 say("No such line %ld in input file, ignoring\n", line);
H A Dpch.c180 say("done\n");
187 say("Hmm...");
192 say(" Ignoring the trailing garbage.\ndone\n");
194 say(" I can't seem to find a patch in there anywhere.\n");
198 say(" %sooks like %s to me...\n",
206 say("(Patch is indented %d space%s.)\n", p_indent,
211 say("No file to patch. Skipping...\n");
234 say("Skipping patch...\n");
488 say("The text leading up to this was:\n--------------------------\n");
493 say("|
[all...]
/freebsd-current/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.c157 static int say(pam_handle_t *pamh, int style, const char *format, ...) function
184 say(pamh, PAM_ERROR_MSG, MESSAGE_TOOLONG);
187 say(pamh, PAM_TEXT_INFO, MESSAGE_TRUNCATED);
300 say(pamh, PAM_ERROR_MSG, MESSAGE_MISCONFIGURED);
302 say(pamh, PAM_ERROR_MSG, MESSAGE_INVALID_OPTION, *argv);
425 say(pamh, PAM_ERROR_MSG, MESSAGE_WEAKPASS, reason);
439 status = say(pamh, PAM_TEXT_INFO, MESSAGE_INTRO_BOTH);
441 status = say(pamh, PAM_TEXT_INFO, MESSAGE_INTRO_PASSWORD);
446 status = say(pamh, PAM_TEXT_INFO, MESSAGE_EXPLAIN_PASSWORD_1,
451 status = say(pam
[all...]
/freebsd-current/tools/test/stress2/misc/
H A Dpoll.sh31 async def say():
37 loop.run_until_complete(say())
/freebsd-current/contrib/mandoc/
H A Dmandocdb.c172 static void say(const char *, const char *, ...)
459 say(MANDOC_DB, "%s: Automatically recreating"
488 say("", "Empty manpath");
596 say("", "&fts_open");
614 say(path, "&realpath");
622 if (warnings) say("",
629 say(path, "&stat");
645 say(path, "Extraneous file");
661 say(path,
667 say(pat
2409 say(const char *file, const char *format, ...) function
[all...]
/freebsd-current/sys/contrib/openzfs/
H A Dcopy-builtin43 If unsure, say N.
/freebsd-current/contrib/tzcode/
H A Dtzselect.ksh53 say() { function
60 say >&2 "$0: Sorry, your '$AWK' program is not POSIX compatible."
167 say >&2 "$0: -$opt$OPTARG: unknown option; try '$0 --help'"; exit 1;;
169 say >&2 "$0: try '$0 --help'"; exit 1
176 *) say >&2 "$0: $1: unknown argument"; exit 1
199 say >&2 "$0: time zone files are not set up correctly"
495 say >&2 "'$tz' is not a conforming POSIX.1-2017 timezone string."
572 sorted_table=`say "$time_table" | sort -k2n -k2,5 -k1n` || {
573 say >&2 "$0: cannot sort time table"
744 say >
[all...]
/freebsd-current/sys/contrib/openzfs/scripts/
H A Dupdate_authors.pl198 say $fh join("\n", @authors_header, "");
202 say $fh " $cname <$cemail>";
/freebsd-current/contrib/bmake/mk/
H A Dcompiler.mk26 # gcc does not always say gcc
/freebsd-current/crypto/openssl/providers/
H A Dencoders.inc71 * is the same as the key type name. This allows us to say something like:
/freebsd-current/contrib/bmake/
H A Dbsd.after-import.mk59 # Makefiles need a little more tweaking than say config.h
/freebsd-current/contrib/bmake/unit-tests/
H A Descape.mk31 # Our practice, despite what POSIX might say, is that "\#"
H A Dvarmod-indirect.mk98 # to say whether the variable name will be evaluated as a variable name or
/freebsd-current/crypto/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm1454 not a method and you can omit the C<Text::Template-E<gt>> and just say
1461 To use C<fill_in_string>, you need to say
1470 If you import C<fill_in_file>, you can say
1495 from the template. I wrote one for you. In the template, you can say
1507 package C<Q> can say
1957 So you can say:
/freebsd-current/share/mk/
H A Dbsd.compiler.mk7 # explicitly if, say, you install gcc as clang...

Completed in 284 milliseconds