HomeSort by: relevance | last modified time | path
    Searched defs:warning (Results 1 - 12 of 12) sorted by relevancy

  /src/distrib/notes/common/
extract-contrib-string.pl 88 sub warning { subroutine
127 warning($fn, "clause 3 start not caught");
177 warning($fn,"loooong copyright?");
311 warning($fn, "bad clause 3?");
  /src/usr.bin/rpcgen/
rpc_tblout.c 97 int warning; local
100 warning = 0;
118 "/*\n * WARNING: table out of order\n */\n\n");
119 if (warning == 0) {
121 "WARNING %s table is out of order\n",
123 warning = 1;
  /src/usr.bin/xlint/lint1/
err.c 568 /* this warning is suppressed by a LINTED comment */
572 (void)fprintf(out, "%s(%d): warning: ",
655 (warning)(int msgid, ...) function
lint1.h 622 # define warning(msgid, args...) wrap_check_printf(warning, \ macro
  /src/
build.sh 378 warning() function
380 statusmsg "Warning: $*"
1629 warning "Will install as an unprivileged user"
1647 warning "PATH contains non-absolute components"
2106 statusmsg "WARNING: Building to /, in expert mode."
2135 warning "A previous build.sh run specified -U"
  /src/games/atc/
graphics.c 332 int warning = 0; local
349 warning++;
357 warning++;
362 if (warning) {
  /src/usr.bin/gencat/
gencat.c 122 static void warning(const char *, const char *);
224 warning(const char *cptr, const char *msg) function
244 warning(NULL, msg);
323 warning(cptr, "expected a space");
335 warning(cptr, "wasn't expecting a space");
373 warning(cptr, "unexpected quote character, ignoring");
386 warning(tmp, "unexpected extra characters, ignoring");
442 warning(cptr, "octal number greater than 7?!");
449 warning(cptr, "unrecognized escape sequence");
460 warning(cptr, "unterminated quoted message, ignoring")
    [all...]
  /src/usr.bin/unzip/
unzip.c 148 warning(const char *fmt, ...) function
553 * guess wrong, we print a warning message later.
649 warning("Cannot set mode for '%s'", *path);
651 warning("utimes('%s')", *path);
696 * warning about insecure paths even for files or directories which
  /src/usr.sbin/pwd_mkdb/
pwd_mkdb.c 164 static int warning; variable
227 if (warning && db->rversion == 0 && db->wversion == 0) {
276 warning = 0;
318 warning++;
  /src/sbin/init/
init.c 96 #define STALL_TIMEOUT 30 /* wait N secs after warning */
115 static void warning(const char *, ...) __sysloglike(1, 2);
290 warning("unrecognized flag `%c'", c);
295 warning("ignoring excess arguments");
441 warning(const char *message, ...) function
567 warning("kernel security level changed from %d to %d",
709 warning("single-user login failed");
780 warning("wait for single-user shell failed: %m; "
785 warning("shell stopped, restarting");
806 warning("single user shell terminated (%x), restarting"
    [all...]
  /src/usr.bin/make/
parse.c 91 * Parse_Error Report a parse error, a warning or an informational
583 (void)fprintf(f, "warning: ");
650 * Handle an .info, .warning or .error directive. For an .error directive,
1144 bool warning = false; local
1151 warning = true;
1154 if (warning) {
2793 else if (Substring_Equals(dir, "warning"))
2794 HandleMessage(PARSE_WARNING, "warning", arg);
  /src/lib/libc/time/
zic.c 746 warning(const char *const string, ...) function
749 fprintf(stderr, _("warning: "));
1083 warning(_("link %s targeting link %s mishandled by pre-2023 zic"),
1087 warning(_("link %s targeting link %s"),
1329 warning(_("-y ignored"));
1358 warning(_("-s ignored"));
1446 warning(_("file name '%s' component contains leading '-'"),
1449 warning(_("file name '%s' contains overlength component"
1476 warning((strchr(printable_and_not_benign, c)
1821 warning(_("symbolic link used because hard link failed: %s")
    [all...]

Completed in 934 milliseconds