Searched refs:msg (Results 151 - 175 of 457) sorted by relevance

1234567891011>>

/haiku-buildtools/legacy/gcc/texinfo/emacs/
H A Dmakeinfo.el192 (defun makeinfo-compilation-sentinel (proc msg)
193 (compilation-sentinel proc msg)
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dgofast.c48 fail (char *msg) argument
51 fprintf (stderr, "Test failed: %s\n", msg);
/haiku-buildtools/gcc/libbacktrace/
H A Dbtest.c199 error_callback_one (void *vdata, const char *msg, int errnum) argument
203 fprintf (stderr, "%s", msg);
233 error_callback_two (void *vdata, const char *msg, int errnum) argument
237 fprintf (stderr, "%s", msg);
267 error_callback_three (void *vdata, const char *msg, int errnum) argument
271 fprintf (stderr, "%s", msg);
688 error_callback_create (void *data ATTRIBUTE_UNUSED, const char *msg, argument
691 fprintf (stderr, "%s", msg);
H A Dbacktrace.h82 typedef void (*backtrace_error_callback) (void *data, const char *msg,
/haiku-buildtools/gcc/contrib/
H A Ddg-extract-results.sh60 msg() { function
73 t) test -z "$TOOL" || (msg "${PROGNAME}: only one tool can be specified"; exit 1);
101 msg "${PROGNAME}: cannot create a temporary directory"
124 msg "${PROGNAME}: file $FILE does not exist."
153 msg "${PROGNAME}: sum files are for multiple tools, specify a tool"
154 msg ""
164 msg "${PROGNAME}: none of the specified files are results for $TOOL"
264 msg "${PROGNAME}: no file for $TOOL has results for the specified variants"
/haiku-buildtools/gcc/zlib/
H A Dinflate.c111 strm->msg = Z_NULL;
192 strm->msg = Z_NULL; /* in case we return an error */
661 strm->msg = (char *)"incorrect header check";
666 strm->msg = (char *)"unknown compression method";
675 strm->msg = (char *)"invalid window size";
690 strm->msg = (char *)"unknown compression method";
695 strm->msg = (char *)"unknown header flags set";
799 strm->msg = (char *)"header crc mismatch";
858 strm->msg = (char *)"invalid block type";
867 strm->msg
[all...]
H A Dinffast.c178 strm->msg = (char *)"invalid distance too far back";
191 strm->msg =
288 strm->msg = (char *)"invalid distance code";
303 strm->msg = (char *)"invalid literal/length code";
H A Dzutil.h53 return (strm->msg = (char*)ERR_MSG(err), (err))
222 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
229 # define Assert(cond,msg)
/haiku-buildtools/binutils/zlib/
H A Dinflate.c112 strm->msg = Z_NULL;
193 strm->msg = Z_NULL; /* in case we return an error */
662 strm->msg = (char *)"incorrect header check";
667 strm->msg = (char *)"unknown compression method";
676 strm->msg = (char *)"invalid window size";
691 strm->msg = (char *)"unknown compression method";
696 strm->msg = (char *)"unknown header flags set";
800 strm->msg = (char *)"header crc mismatch";
859 strm->msg = (char *)"invalid block type";
868 strm->msg
[all...]
H A Dzutil.h53 return (strm->msg = ERR_MSG(err), (err))
223 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
230 # define Assert(cond,msg)
H A Dinffast.c178 strm->msg = (char *)"invalid distance too far back";
191 strm->msg =
288 strm->msg = (char *)"invalid distance code";
303 strm->msg = (char *)"invalid literal/length code";
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dparse-scan.c2228 char *msg;
2237 msg = (char *) malloc(size + 15);
2238 if (msg != 0)
2240 strcpy(msg, "parse error");
2249 strcat(msg, count == 0 ? ", expecting `" : " or `");
2250 strcat(msg, yytname[x]);
2251 strcat(msg, "'");
2255 yyerror(msg);
2256 free(msg);
2438 yyerror (msg)
2225 char *msg; local
[all...]
/haiku-buildtools/binutils/bfd/
H A Delf32-m68hc1x.c960 const char * msg; local
1119 msg = _("Reference to the far symbol `%s' using a wrong "
1121 buf = xmalloc (strlen (msg) + strlen (name) + 10);
1122 sprintf (buf, msg, name);
1153 msg = _("XGATE address (%lx) is not within shared RAM"
1157 buf = xmalloc (strlen (msg) + 128);
1158 sprintf (buf, msg, phys_addr);
1171 msg = _("banked address [%lx:%04lx] (%lx) is not in the same bank "
1173 buf = xmalloc (strlen (msg) + 128);
1174 sprintf (buf, msg, phys_pag
[all...]
H A Delf32-fr30.c580 const char * msg = (const char *) NULL;
596 msg = _("internal error: out of range error");
600 msg = _("internal error: unsupported relocation error");
604 msg = _("internal error: dangerous relocation");
608 msg = _("internal error: unknown error");
612 if (msg)
613 (*info->callbacks->warning) (info, msg, name, input_bfd,
575 const char * msg = (const char *) NULL; local
H A Delf32-epiphany.c547 const char * msg = NULL; local
563 msg = _("internal error: out of range error");
570 msg = _("unsupported relocation between data/insn address spaces");
574 msg = _("internal error: dangerous relocation");
578 msg = _("internal error: unknown error");
582 if (msg)
583 (*info->callbacks->warning) (info, msg, name, input_bfd,
H A Delf32-sh64.c220 const char *msg; local
225 msg = _("%s: compiled as 32-bit object and %s is 64-bit");
229 msg = _("%s: compiled as 64-bit object and %s is 32-bit");
232 msg = _("%s: object size does not match that of target %s");
234 _bfd_error_handler (msg, bfd_get_filename (ibfd),
524 char *msg = NULL; local
532 msg = _("PTB mismatch: a SHmedia address (bit 0 == 1)");
535 msg = _("PTA mismatch: a SHcompact address (bit 0 == 0)");
537 if (msg != NULL)
539 (info, msg, abf
[all...]
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Dif.go11 func assertequal(is, shouldbe int, msg string) {
13 print("assertion fail", msg, "\n")
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/ken/
H A Drobfunc.go11 func assertequal(is, shouldbe int, msg string) {
13 print("assertion fail" + msg + "\n")
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_internal_defs.h214 #define RAW_CHECK_MSG(expr, msg) do { \
216 RawWrite(msg); \
259 #define UNREACHABLE(msg) do { \
260 CHECK(0 && msg); \
/haiku-buildtools/gcc/gcc/
H A Dgimple-ssa-isolate-paths.c443 const char* msg; local
448 msg = N_("function returns address of local variable");
450 msg = N_("function may return address of "
454 OPT_Wreturn_local_addr, msg))
/haiku-buildtools/gcc/gcc/c-family/
H A Dc-pch.c322 const char *msg; local
327 msg = targetm.pch_valid_p (this_file_data, v.target_data_length);
329 if (msg != NULL)
332 cpp_error (pfile, CPP_DL_WARNING, "%s: %s", name, msg);
/haiku-buildtools/legacy/binutils/bfd/
H A Delf32-sh64.c214 const char *msg; local
218 msg = _("%s: compiled as 32-bit object and %s is 64-bit");
221 msg = _("%s: compiled as 64-bit object and %s is 32-bit");
223 msg = _("%s: object size does not match that of target %s");
225 (*_bfd_error_handler) (msg, bfd_get_filename (ibfd),
515 char *msg = NULL; local
523 msg = _("PTB mismatch: a SHmedia address (bit 0 == 1)");
526 msg = _("PTA mismatch: a SHcompact address (bit 0 == 0)");
528 if (msg != NULL
530 (info, msg, abf
[all...]
/haiku-buildtools/legacy/binutils/opcodes/
H A Diq2000-asm.c593 static char msg[80]; local
595 regerror (reg_err, (regex_t *) CGEN_INSN_RX (insn), msg, 80);
599 return msg;
688 static char msg [80];
691 sprintf (msg, _("syntax error (expected char `%c', found `%c')"),
693 return msg;
698 static char msg [80];
701 sprintf (msg, _("syntax error (expected char `%c', found end of instruction)"),
703 return msg;
591 static char msg[80]; local
685 static char msg [80]; local
695 static char msg [80]; local
H A Dmt-asm.c729 static char msg[80]; local
731 regerror (reg_err, (regex_t *) CGEN_INSN_RX (insn), msg, 80);
735 return msg;
824 static char msg [80];
827 sprintf (msg, _("syntax error (expected char `%c', found `%c')"),
829 return msg;
834 static char msg [80];
837 sprintf (msg, _("syntax error (expected char `%c', found end of instruction)"),
839 return msg;
727 static char msg[80]; local
821 static char msg [80]; local
831 static char msg [80]; local
H A Dxc16x-asm.c510 static char msg[80]; local
512 regerror (reg_err, (regex_t *) CGEN_INSN_RX (insn), msg, 80);
516 return msg;
605 static char msg [80];
608 sprintf (msg, _("syntax error (expected char `%c', found `%c')"),
610 return msg;
615 static char msg [80];
618 sprintf (msg, _("syntax error (expected char `%c', found end of instruction)"),
620 return msg;
508 static char msg[80]; local
602 static char msg [80]; local
612 static char msg [80]; local

Completed in 396 milliseconds

1234567891011>>