Searched refs:warning (Results 276 - 300 of 452) sorted by relevance

<<111213141516171819

/freebsd-10.3-release/contrib/subversion/subversion/libsvn_fs/
H A Dfs-loader.h407 /* A callback for printing warning messages */
408 svn_fs_warning_callback_t warning;
403 svn_fs_warning_callback_t warning; member in struct:svn_fs_t
/freebsd-10.3-release/contrib/tcpdump/
H A Dinterface.h138 extern void warning(const char *, ...) __attribute__ ((format (printf, 1, 2)));
/freebsd-10.3-release/contrib/texinfo/makeinfo/
H A Dhtml.c173 warning (_("%s:%d: --css-file ended in comment"), filename, lineno);
H A Dmakeinfo.c291 warning (const char *format, ...)
293 warning (format, va_alist)
304 fprintf (stderr, _("%s:%d: warning: "), input_filename, line_number);
3461 warning (_("@image file `%s' (for text) unreadable: %s"),
3690 warning (_("undefined flag: %s"), name);
289 warning (const char *format, ...) function
/freebsd-10.3-release/sys/dev/netmap/
H A Dnetmap_monitor.c87 #warning OSX support is only partial
/freebsd-10.3-release/sbin/dhclient/
H A Dbpf.c363 warning("send_packet: %m");
/freebsd-10.3-release/contrib/gdb/gdb/
H A Devent-top.c325 warning ("Command has same effect as set annotate");
H A Dremote-vx.c1286 warning (rpcerr);
H A Dlin-lwp.c377 warning ("%s is a cloned process", target_pid_to_str (inferior_ptid));
1161 warning ("Child process unexpectedly missing: %s",
H A Dsource.c524 warning ("%s is not a directory.", name);
839 which produces a "required warning" when assigned to a nonconst. */
931 warning ("Source file is more recent than executable.\n");
H A Dvalues.c830 warning ("static field's value depends on the current "
1099 warning ("Value does not fit in %d bits.", bitsize);
/freebsd-10.3-release/contrib/gcc/
H A Ddiagnostic.c211 classify_diagnostic can reclassify it back to a warning. The
283 that caused an error. Called from all error and warning functions. */
357 /* Report a diagnostic message (an error or a warning) as specified by
484 /* A warning. Use this for code which is correct according to the function
487 warning (int opt, const char *gmsgid, ...)
512 /* A "pedantic" warning: issues a warning unless -pedantic-errors was
518 of the -pedantic command-line switch. To get a warning enabled
H A Dtree-cfg.c1459 warning (0, "%Hwill never be executed", &loc);
2092 /* If requested, give a warning that the first statement in the
2098 warning (OPT_Wunreachable_code, "%Hwill never be executed", &loc);
2101 warning (OPT_Wunreachable_code, "%Hwill never be executed", loc);
5779 warning (0, "%H%<noreturn%> function does return", &location);
5783 warning (0, "%H%<noreturn%> function does return", locus);
5805 warning (0, "%Hcontrol reaches end of non-void function", &location);
5810 warning (0, "%Hcontrol reaches end of non-void function", locus);
5871 warning (OPT_Wmissing_noreturn, "%Jfunction might be possible candidate "
H A Dstmt.c348 warning (0, "output constraint %qc for operand %d "
572 warning (0, "matching constraint does not allow a register");
924 warning (0, "asm operand %d probably doesn%'t match constraints",
934 warning (0, "use of memory input without lvalue in "
1410 Return 1 if a warning is printed; 0 otherwise. LOCUS is the
1463 /* Let people do `(foo (), 0)' without a warning. */
1499 warning (0, "%Hvalue computed is not used", &locus);
/freebsd-10.3-release/contrib/groff/src/preproc/pic/
H A Dmain.cpp561 warning("-%1 option is obsolete", char(opt));
/freebsd-10.3-release/contrib/gcc/config/
H A Ddarwin.h432 warning (0, "alias definitions not supported in Mach-O; ignored"); \
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransformActions.cpp696 void TransformActions::reportWarning(StringRef warning, SourceLocation loc, argument
708 rewriterWarn += warning;
/freebsd-10.3-release/contrib/gcc/cp/
H A Drtti.c603 warning (0, "dynamic_cast of %q#D to %q#T can never succeed",
617 warning (0, "dynamic_cast of %q#D to %q#T can never succeed",
H A Dtypeck2.c345 type of diagnostic: 0 for an error, 1 for a warning, 2 for a
581 Perhaps a warning should be generated?
944 warning (OPT_Wmissing_field_initializers,
958 warning (OPT_Wmissing_field_initializers,
/freebsd-10.3-release/contrib/binutils/
H A DMakefile.tpl651 warning.log: build.log
662 mail-report-with-warnings.log: warning.log
666 $(srcdir)/contrib/test_summary -t -i warning.log >$@
1316 echo warning: $$file differs ;; \
/freebsd-10.3-release/contrib/groff/src/devices/grotty/
H A Dtty.cpp307 warning("can't underline zero-width character");
333 warning("can't print zero-width character in bold");
/freebsd-10.3-release/contrib/bmake/mk/
H A Dmeta.stage.mk65 # a warning is handy when bootstapping different options.
/freebsd-10.3-release/usr.sbin/fwcontrol/
H A Dfwcontrol.c60 #warning "You need to add support for your OS"
1035 #warning "You need to add support for your OS"
/freebsd-10.3-release/usr.sbin/ndp/
H A Dndp.c772 getnbrinfo(struct in6_addr *addr, int ifindex, int warning) argument
784 if (warning)
/freebsd-10.3-release/contrib/ntp/ntpq/
H A Dntpq.c221 static void warning (const char *, ...)
862 warning("write to %s failed", currenthost);
957 warning("select fails");
1009 warning("read");
2295 struct xcmd *xcp = NULL; /* quiet warning */
2816 * warning - print a warning message
2819 warning( function

Completed in 458 milliseconds

<<111213141516171819