Home
last modified time | relevance | path

Searched refs:is_warning (Results 1 – 25 of 33) sorted by relevance

12

/netbsd/external/gpl3/binutils/dist/libctf/
H A Dctf-subr.c204 ctf_err_warn (ctf_dict_t *fp, int is_warning, int err, in ctf_err_warn() argument
218 cew->cew_is_warning = is_warning; in ctf_err_warn()
232 if ((!is_warning && (err != 0 || (fp && ctf_errno (fp) != 0))) in ctf_err_warn()
233 || (is_warning && err != 0)) in ctf_err_warn()
234 ctf_dprintf ("%s: %s (%s)\n", is_warning ? _("error") : _("warning"), in ctf_err_warn()
238 ctf_dprintf ("%s: %s\n", is_warning ? _("error") : _("warning"), in ctf_err_warn()
271 ctf_errwarning_next (ctf_dict_t *fp, ctf_next_t **it, int *is_warning, in ctf_errwarning_next() argument
331 if (is_warning) in ctf_errwarning_next()
332 *is_warning = cew->cew_is_warning; in ctf_errwarning_next()
H A Dctf-impl.h775 extern void ctf_err_warn (ctf_dict_t *, int is_warning, int err,
/netbsd/external/gpl3/gdb/dist/libctf/
H A Dctf-subr.c204 ctf_err_warn (ctf_file_t *fp, int is_warning, int err, in ctf_err_warn() argument
218 cew->cew_is_warning = is_warning; in ctf_err_warn()
231 if (!is_warning && (err != 0 || (fp && ctf_errno (fp) != 0))) in ctf_err_warn()
232 ctf_dprintf ("%s: %s (%s)\n", is_warning ? _("error") : _("warning"), in ctf_err_warn()
236 ctf_dprintf ("%s: %s\n", is_warning ? _("error") : _("warning"), in ctf_err_warn()
269 ctf_errwarning_next (ctf_file_t *fp, ctf_next_t **it, int *is_warning, in ctf_errwarning_next() argument
329 if (is_warning) in ctf_errwarning_next()
330 *is_warning = cew->cew_is_warning; in ctf_errwarning_next()
H A Dctf-impl.h715 extern void ctf_err_warn (ctf_file_t *, int is_warning, int err,
/netbsd/external/gpl3/gdb.old/dist/libctf/
H A Dctf-subr.c204 ctf_err_warn (ctf_file_t *fp, int is_warning, int err, in ctf_err_warn() argument
218 cew->cew_is_warning = is_warning; in ctf_err_warn()
231 if (!is_warning && (err != 0 || (fp && ctf_errno (fp) != 0))) in ctf_err_warn()
232 ctf_dprintf ("%s: %s (%s)\n", is_warning ? _("error") : _("warning"), in ctf_err_warn()
236 ctf_dprintf ("%s: %s\n", is_warning ? _("error") : _("warning"), in ctf_err_warn()
269 ctf_errwarning_next (ctf_file_t *fp, ctf_next_t **it, int *is_warning, in ctf_errwarning_next() argument
329 if (is_warning) in ctf_errwarning_next()
330 *is_warning = cew->cew_is_warning; in ctf_errwarning_next()
H A Dctf-impl.h715 extern void ctf_err_warn (ctf_file_t *, int is_warning, int err,
/netbsd/external/gpl3/binutils/dist/ld/
H A Dldmisc.h24 extern void vfinfo (FILE *fp, const char *fmt, va_list arg, bool is_warning);
H A Dldmisc.c69 vfinfo (FILE *fp, const char *fmt, va_list ap, bool is_warning) in vfinfo() argument
583 if (is_warning && config.fatal_warnings) in vfinfo()
H A Dldlang.c3717 int is_warning; in lang_ctf_errs_warnings() local
3720 while ((text = ctf_errwarning_next (fp, &i, &is_warning, &err)) != NULL) in lang_ctf_errs_warnings()
3722 einfo (_("%s: %s\n"), is_warning ? _("CTF warning"): _("CTF error"), in lang_ctf_errs_warnings()
/netbsd/external/gpl3/gdb/dist/ld/
H A Dldmisc.h24 extern void vfinfo (FILE *fp, const char *fmt, va_list arg, bfd_boolean is_warning);
H A Dldmisc.c69 vfinfo (FILE *fp, const char *fmt, va_list ap, bfd_boolean is_warning) in vfinfo() argument
583 if (is_warning && config.fatal_warnings) in vfinfo()
H A Dldlang.c3681 int is_warning; in lang_ctf_errs_warnings() local
3684 while ((text = ctf_errwarning_next (fp, &i, &is_warning, &err)) != NULL) in lang_ctf_errs_warnings()
3686 einfo (_("%s: %s\n"), is_warning ? _("CTF warning"): _("CTF error"), in lang_ctf_errs_warnings()
/netbsd/external/gpl3/binutils.old/dist/ld/
H A Dldmisc.h24 extern void vfinfo (FILE *fp, const char *fmt, va_list arg, bfd_boolean is_warning);
H A Dldmisc.c68 vfinfo (FILE *fp, const char *fmt, va_list ap, bfd_boolean is_warning) in vfinfo() argument
586 if (is_warning && config.fatal_warnings) in vfinfo()
/netbsd/external/gpl3/gdb.old/dist/ld/
H A Dldmisc.h24 extern void vfinfo (FILE *fp, const char *fmt, va_list arg, bfd_boolean is_warning);
H A Dldmisc.c69 vfinfo (FILE *fp, const char *fmt, va_list ap, bfd_boolean is_warning) in vfinfo() argument
583 if (is_warning && config.fatal_warnings) in vfinfo()
/netbsd/external/bsd/ntp/dist/sntp/libevent/include/event2/
H A Ddns.h533 typedef void (*evdns_debug_log_fn_type)(int is_warning, const char *msg);
/netbsd/external/bsd/libevent/dist/include/event2/
H A Ddns.h565 typedef void (*evdns_debug_log_fn_type)(int is_warning, const char *msg);
/netbsd/external/gpl3/gdb/dist/include/
H A Dctf-api.h414 int *is_warning, int *errp);
/netbsd/external/gpl3/gdb.old/dist/include/
H A Dctf-api.h414 int *is_warning, int *errp);
/netbsd/external/gpl3/binutils/dist/include/
H A Dctf-api.h472 int *is_warning, int *errp);
/netbsd/external/gpl3/gdb/dist/binutils/
H A Dobjdump.c4080 int is_warning; in dump_ctf_errs() local
4084 while ((errtext = ctf_errwarning_next (fp, &it, &is_warning, &err)) != NULL) in dump_ctf_errs()
4086 non_fatal (_("%s: %s"), is_warning ? _("warning"): _("error"), in dump_ctf_errs()
/netbsd/external/mpl/bind/dist/lib/isccfg/
H A Dparser.c141 parser_complain(cfg_parser_t *pctx, bool is_warning, unsigned int flags,
3791 parser_complain(cfg_parser_t *pctx, bool is_warning, unsigned int flags, in parser_complain() argument
3800 if (is_warning) { in parser_complain()
/netbsd/external/gpl3/gdb.old/dist/binutils/
H A Dobjdump.c4080 int is_warning; in dump_ctf_errs() local
4084 while ((errtext = ctf_errwarning_next (fp, &it, &is_warning, &err)) != NULL) in dump_ctf_errs()
4086 non_fatal (_("%s: %s"), is_warning ? _("warning"): _("error"), in dump_ctf_errs()
/netbsd/external/gpl3/binutils/dist/binutils/
H A Dobjdump.c4471 int is_warning; in dump_ctf_errs() local
4475 while ((errtext = ctf_errwarning_next (fp, &it, &is_warning, &err)) != NULL) in dump_ctf_errs()
4477 non_fatal (_("%s: %s"), is_warning ? _("warning"): _("error"), in dump_ctf_errs()

12