Searched refs:warning (Results 101 - 125 of 452) sorted by relevance

1234567891011>>

/freebsd-10.3-release/contrib/groff/src/roff/troff/
H A Dreg.cpp354 warning(WARN_DELIM, "closing delimiter does not match");
375 warning(WARN_REG, "number register `%1' not defined", nm.contents());
407 warning(WARN_MISSING, "missing number register format");
431 warning(WARN_REG, "number register `%1' not defined", s2.contents());
/freebsd-10.3-release/contrib/ldns/drill/
H A Ddrill.h94 void warning(const char *fmt, ...);
/freebsd-10.3-release/bin/sh/
H A Derror.c148 warning(const char *msg, ...) function
/freebsd-10.3-release/contrib/gdb/gdb/
H A Di386bsd-nat.c428 warning ("\
441 warning ("\
454 warning ("\
H A Dsolib-svr4.c693 warning ("failed to read exec filename from attached file: %s",
783 warning ("current_sos: Can't read pathname for load map: %s\n",
862 warning ("svr4_fetch_objfile_link_map: Can't read pathname for load map: %s\n",
1041 warning ("Unable to grok dynamic linker %s as an object file", buf);
1126 warning ("Unable to find dynamic linker breakpoint function.\nGDB will be unable to debug shared library initializers\nand track explicitly loaded dynamic code.");
1347 warning ("no shared library support for this OS / ABI");
1354 warning ("shared library handler failed to enable breakpoint");
/freebsd-10.3-release/contrib/gdb/include/
H A Dbfdlink.h128 const char *warning; /* Warning (bfd_link_hash_warning only). */
451 /* A function which is called to issue a linker warning. For
452 example, this is called when there is a reference to a warning
453 symbol. WARNING is the warning to be issued. SYMBOL is the name
454 of the symbol which triggered the warning; it may be NULL if
456 which trigerred the warning; either ABFD or SECTION or both may member in struct:bfd_link_callbacks
458 bfd_boolean (*warning)
459 (struct bfd_link_info *, const char *warning, const char *symbol,
127 const char *warning; /* Warning (bfd_link_hash_warning only). */ member in struct:bfd_link_hash_entry::__anon1438::__anon1441
/freebsd-10.3-release/contrib/binutils/include/
H A Dbfdlink.h131 const char *warning; /* Warning (bfd_link_hash_warning only). */
519 /* A function which is called to issue a linker warning. For
520 example, this is called when there is a reference to a warning
521 symbol. WARNING is the warning to be issued. SYMBOL is the name
522 of the symbol which triggered the warning; it may be NULL if
524 which trigerred the warning; either ABFD or SECTION or both may member in struct:bfd_link_callbacks
526 bfd_boolean (*warning)
527 (struct bfd_link_info *, const char *warning, const char *symbol,
574 /* Error or warning link info message. */
130 const char *warning; /* Warning (bfd_link_hash_warning only). */ member in struct:bfd_link_hash_entry::__anon370::__anon373
/freebsd-10.3-release/usr.bin/chat/
H A Dchat.c1035 chat_logf("warning: read() on stdin returned %d", status);
1062 chat_logf("warning: write() on stdout returned %d", status);
1304 chat_logf("warning: alarm synchronization problem");
/freebsd-10.3-release/contrib/gdb/gdb/tui/
H A Dtui-win.c858 warning ("Invalid window specified. \n\
873 warning ("Incorrect Number of Arguments.\n%s", FOCUS_USAGE);
930 warning ("Tab widths greater than 0 must be specified.\n");
963 warning ("Invalid window specified. \n\
999 warning ("Invalid window height specified.\n%s",
1005 warning ("Invalid window height specified.\n%s",
1048 warning ("Invalid window height specified.\n%s",
1052 warning ("Invalid window height specified.\n%s",
1056 warning ("Invalid window height specified.\n%s", XDBWIN_HEIGHT_USAGE);
1513 warning ("Invali
[all...]
/freebsd-10.3-release/contrib/binutils/ld/
H A Dldmain.c462 /* Print error messages for any missing symbols, for any warning
1053 einfo (_("%B: warning: definition of `%T' overriding common\n"),
1056 einfo (_("%B: warning: common is here\n"), obfd);
1063 einfo (_("%B: warning: common of `%T' overridden by definition\n"),
1066 einfo (_("%B: warning: defined here\n"), obfd);
1073 einfo (_("%B: warning: common of `%T' overridden by larger common\n"),
1076 einfo (_("%B: warning: larger common is here\n"), obfd);
1080 einfo (_("%B: warning: common of `%T' overriding smaller common\n"),
1083 einfo (_("%B: warning: smaller common is here\n"), obfd);
1087 einfo (_("%B: warning
1187 const char *warning; member in struct:warning_callback_info
1195 warning_callback(struct bfd_link_info *info ATTRIBUTE_UNUSED, const char *warning, const char *symbol, bfd *abfd, asection *section, bfd_vma address) argument
[all...]
/freebsd-10.3-release/contrib/ntp/ntpd/
H A Dntp_loopfilter.c286 case TIME_OK: /* 0: synchronized, no leap second warning */
290 # warning TIME_OK is not defined
293 case TIME_INS: /* 1: positive leap second warning */
297 # warning TIME_INS is not defined
300 case TIME_DEL: /* 2: negative leap second warning */
304 # warning TIME_DEL is not defined
311 # warning TIME_OOP is not defined
318 # warning TIME_WAIT is not defined
421 # warning TIME_ERROR is not defined
/freebsd-10.3-release/contrib/texinfo/makeinfo/
H A Dxref.c253 warning (_("Empty file name for HTML cross reference in `%s'"),
388 warning (_("End of file reached while looking for `.' or `,'"));
390 warning (_("`.' or `,' must follow @%s, not `%c'"), command, temp);
H A Dsectioning.c353 warning ("Must specify a title with least one of @settitle or @top");
469 warning (_("Internal error (search_sectioning) `%s'!"), cmd);
564 warning (_("Internal error (search_sectioning) \"%s\"!"), cmd);
622 /* The command still works, but prints a warning message in addition. */
626 warning (_("%c%s is obsolete; use %c%s instead"),
/freebsd-10.3-release/gnu/usr.bin/gdb/kgdb/
H A Dkld.c373 warning("kld_current_sos: Can't read filename: %s\n",
393 warning(
411 warning(
/freebsd-10.3-release/usr.bin/xlint/lint1/
H A Dscan.l496 warning(251);
504 warning(97);
518 warning(252);
685 warning(98);
710 warning(248);
716 warning(248);
765 warning(294);
869 warning(262);
876 warning(263);
883 warning(8
[all...]
/freebsd-10.3-release/usr.sbin/bsdinstall/partedit/
H A Dpart_wizard.c247 char warning[512]; local
250 sprintf(warning, "The existing partition scheme on this "
255 subchoice = dialog_yesno("Non-bootable Disk", warning, 0, 0);
/freebsd-10.3-release/contrib/gcc/
H A Dc-decl.c583 warning (0, "array %q+D assumed to have one element", decl);
781 warning (0, "label %q+D defined but not used", p);
783 warning (0, "label %q+D declared but not defined", p);
843 warning (OPT_Wunused_variable, "unused variable %q+D", p);
1157 /* If we get here, no errors were found, but do issue a warning
1159 warning (0, "prototype for %q+D follows non-prototype definition",
1222 warning (0, "built-in function %q+D declared as non-function",
1225 warning (OPT_Wshadow, "declaration of %q+D shadows "
1255 warning (0, "conflicting types for built-in function %q+D",
1342 warning (OPT_Wshado
[all...]
H A Dtoplev.h61 extern void warning (int, const char *, ...) ATTRIBUTE_GCC_DIAG(2,3);
H A Dc-opts.c414 warning about not using it without also specifying -O. */
598 warning (0, "switch %qs is no longer supported", option->opt_text);
708 warning (0, "-fhandle-exceptions has been renamed -fexceptions (and is now on by default)");
1092 warning (OPT_Wformat_y2k,
1094 warning (OPT_Wformat_extra_args,
1096 warning (OPT_Wformat_zero_length,
1098 warning (OPT_Wformat_nonliteral,
1100 warning (OPT_Wformat_security,
1212 warning (0, "YYDEBUG was not defined at build time, -dy ignored");
1537 warning (
[all...]
/freebsd-10.3-release/contrib/gdb/gdb/cli/
H A Dcli-logging.c106 warning ("Current output protocol does not support redirection");
/freebsd-10.3-release/contrib/gdb/gdb/gdbserver/
H A Dserver.h165 void warning (const char *string,...);
/freebsd-10.3-release/contrib/gcc/cp/
H A Dcvt.c200 warning (0, "pointer to member cast from %qT to %qT is via"
519 warning (0, "casting %qT to %qT does not dereference pointer",
871 warning (0, "object of incomplete type %qT will not be accessed in %s",
876 warning (0, "object of type %qT will not be accessed in %s",
892 warning (0, "object %qE of incomplete type %qT will not be accessed in %s",
934 warning (OPT_Waddress, "%s is a reference, not call, to function %qE",
951 warning (OPT_Wunused_value, "%s has no effect", implicit);
983 warning (OPT_Wunused_value, "value computed is not used");
1093 warning (OPT_Wconversion, "converting NULL to non-pointer type");
/freebsd-10.3-release/contrib/amd/fsinfo/
H A Dfsinfo.h105 extern void warning(void);
/freebsd-10.3-release/contrib/groff/src/libs/libgroff/
H A Derror.cpp62 fputs("warning:", stderr);
95 void warning(const char *format, function
/freebsd-10.3-release/contrib/gcc/config/
H A Ddarwin-c.c40 #define BAD(gmsgid) do { warning (OPT_Wpragmas, gmsgid); return; } while (0)
41 #define BAD2(msgid, arg) do { warning (OPT_Wpragmas, msgid, arg); return; } while (0)
117 warning (OPT_Wpragmas, "junk at end of '#pragma options'");
408 warning (0, "subframework include %s conflicts with framework include",
573 Print a warning if the version number is not known. */

Completed in 387 milliseconds

1234567891011>>