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

1 2 3

  /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/external/apache2/llvm/dist/llvm/lib/Support/
WithColor.cpp 48 case HighlightColor::Warning:
63 raw_ostream &WithColor::warning() { return warning(errs()); } function in class:WithColor
79 raw_ostream &WithColor::warning(raw_ostream &OS, StringRef Prefix, function in class:WithColor
83 return WithColor(OS, HighlightColor::Warning,
86 << "warning: ";
143 void WithColor::defaultWarningHandler(Error Warning) {
144 handleAllErrors(std::move(Warning), [](ErrorInfoBase &Info) {
145 WithColor::warning() << Info.message() << '\n';
  /src/external/apache2/llvm/dist/llvm/utils/Misc/
zkill 20 warning = lambda message: _write_message('warning', message) variable
103 warning('unable to process row: %r' % ln)
114 warning('unable to process %r in row: %r' % (field[0], ln))
261 warning('no processes selected')
273 warning('unable to kill PID: %r' % p.pid)
  /src/external/apache2/llvm/dist/llvm/utils/lit/lit/
LitConfig.py 145 self.warning('Unable to find a usable version of bash.')
177 def warning(self, message): member in class:LitConfig
179 self._write_message('warning', message)
  /src/external/bsd/libpcap/dist/testprogs/
nonblocktest.c 50 static void warning(const char *, ...) PCAP_PRINTFLIKE(1, 2);
73 warning(const char *fmt, ...) function
77 (void)fprintf(stderr, "%s: WARNING: ", program_name);
99 warning("using pcap_breakloop()");
130 warning("listening on %s", device);
138 warning("%s", ebuf);
186 warning("pcap_setnonblock failed as expected: %s", ebuf);
opentest.c 55 static void warning(const char *, ...) PCAP_PRINTFLIKE(1, 2);
178 * pcap_activate() succeeded, but it's warning us
181 warning("%s: %s\n(%s)", device,
191 warning("%s", ebuf);
230 warning(const char *fmt, ...) function
234 (void)fprintf(stderr, "%s: WARNING: ", program_name);
valgrindtest.c 102 * Squelch a warning.
114 * So we undefine BPF_STMT and BPF_JUMP to avoid the warning.
125 static void warning(const char *, ...) PCAP_PRINTFLIKE(1, 2);
203 warning(const char *fmt, ...) function
207 (void)fprintf(stderr, "%s: WARNING: ", program_name);
379 * pcap_activate() succeeded, but it's warning us
382 warning("%s: %s\n(%s)", device,
391 warning("%s", ebuf);
  /src/external/gpl2/groff/dist/src/libs/libgroff/
error.cpp 31 enum error_type { WARNING, ERROR, FATAL };
63 case WARNING:
64 fputs("warning:", stderr);
97 void warning(const char *format, function
102 do_error(WARNING, format, arg1, arg2, arg3);
132 WARNING, format, arg1, arg2, arg3);
  /src/external/gpl3/gcc/dist/gcc/
errors.cc 20 /* warning, error, and fatal. These definitions are suitable for use
41 /* Print a warning message - output produced, but there may be problems. */
44 warning (const char *format, ...) function
49 fprintf (stderr, "%s: warning: ", progname);
  /src/external/gpl3/gcc.old/dist/gcc/
errors.cc 20 /* warning, error, and fatal. These definitions are suitable for use
41 /* Print a warning message - output produced, but there may be problems. */
44 warning (const char *format, ...) function
49 fprintf (stderr, "%s: warning: ", progname);
  /src/external/gpl3/gdb.old/dist/gdbsupport/
errors.cc 28 warning (const char *fmt, ...) function
  /src/external/mpl/bind/dist/bin/tests/system/isctest/log/
basic.py 110 def warning(msg: str, *args, **kwargs): function
111 log(logging.WARNING, msg, *args, **kwargs)
  /src/external/gpl3/gdb/dist/gdbsupport/
errors.cc 28 warning (const char *fmt, ...) function
  /src/external/gpl3/binutils/dist/gprofng/src/
DefaultHandler.h 95 warning (SAXParseException *e) function in class:DefaultHandler
  /src/external/gpl3/binutils.old/dist/gprofng/src/
DefaultHandler.h 95 warning (SAXParseException *e) function in class:DefaultHandler
  /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/external/cddl/osnet/dist/tools/ctf/cvt/
util.c 187 warning(const char *format, ...) function
192 whine("WARNING", format, ap);
196 terminate("Termination due to warning\n");
  /src/external/gpl3/gdb.old/dist/sim/igen/
misc.c 33 /* NB: Because warning and error can be interchanged, neither append a
49 warning (const line_ref *line, const char *msg, ...) function
53 fprintf (stderr, "%s:%d: warning: ", line->file_name, line->line_nr);
  /src/external/gpl3/gdb/dist/sim/igen/
misc.c 33 /* NB: Because warning and error can be interchanged, neither append a
49 warning (const line_ref *line, const char *msg, ...) function
53 fprintf (stderr, "%s:%d: warning: ", line->file_name, line->line_nr);
  /src/external/bsd/pcc/dist/pcc/driver/
driver.c 175 warning("removal of ``%s'' failed: %s", *t,
180 warning("removal of ``%s'' failed: %s", temp_directory,
227 warning("Received signal, terminating");
249 warning(const char *fmt, ...) function
254 fprintf(stderr, "warning: ");
  /src/external/gpl3/gcc/dist/libgfortran/runtime/
error.c 493 iov[1].iov_base = (char*) "\nFortran runtime warning: ";
757 /* generate_warning()-- Similar to generate_error but just give a warning. */
767 iov[0].iov_base = (char*) "Fortran runtime warning: ";
778 we should issue an error or a warning, or be quiet. */
783 int warning; local
788 warning = compile_options.warn_std & std;
789 if ((compile_options.allow_std & std) != 0 && !warning)
792 return warning ? NOTIFICATION_WARNING : NOTIFICATION_ERROR;
796 /* Possibly issue a warning/error about use of a nonstandard (or deleted)
797 feature. An error/warning will be issued if the currently selecte
803 int warning; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libgfortran/runtime/
error.c 493 iov[1].iov_base = (char*) "\nFortran runtime warning: ";
757 /* generate_warning()-- Similar to generate_error but just give a warning. */
767 iov[0].iov_base = (char*) "Fortran runtime warning: ";
778 we should issue an error or a warning, or be quiet. */
783 int warning; local
788 warning = compile_options.warn_std & std;
789 if ((compile_options.allow_std & std) != 0 && !warning)
792 return warning ? NOTIFICATION_WARNING : NOTIFICATION_ERROR;
796 /* Possibly issue a warning/error about use of a nonstandard (or deleted)
797 feature. An error/warning will be issued if the currently selecte
803 int warning; local
    [all...]
  /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
  /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) {

Completed in 43 milliseconds

1 2 3