Searched refs:msg (Results 201 - 225 of 457) sorted by relevance

1234567891011>>

/haiku-buildtools/legacy/binutils/bfd/
H A Delf32-xstormy16.c895 const char * msg = NULL;
912 msg = _("internal error: out of range error");
916 msg = _("internal error: unsupported relocation error");
920 msg = _("internal error: dangerous relocation");
924 msg = _("internal error: unknown error");
928 if (msg)
930 (info, msg, name, input_bfd, input_section, rel->r_offset);
892 const char * msg = NULL; local
H A Delf32-i860.c1175 const char * msg = (const char *) NULL;
1191 msg = _("internal error: out of range error");
1195 msg = _("internal error: unsupported relocation error");
1199 msg = _("internal error: dangerous relocation");
1203 msg = _("internal error: unknown error");
1207 if (msg)
1209 (info, msg, name, input_bfd, input_section, rel->r_offset);
1173 const char * msg = (const char *) NULL; local
H A Delf32-msp430.c491 const char *msg = (const char *) NULL; local
508 msg = _("internal error: out of range error");
512 msg = _("internal error: unsupported relocation error");
516 msg = _("internal error: dangerous relocation");
520 msg = _("internal error: unknown error");
524 if (msg)
526 (info, msg, name, input_bfd, input_section, rel->r_offset);
/haiku-buildtools/binutils/bfd/
H A Delf32-iq2000.c682 const char * msg = (const char *) NULL;
698 msg = _("internal error: out of range error");
702 msg = _("internal error: unsupported relocation error");
706 msg = _("internal error: dangerous relocation");
710 msg = _("internal error: unknown error");
714 if (msg)
715 (*info->callbacks->warning) (info, msg, name, input_bfd,
677 const char * msg = (const char *) NULL; local
H A Delf32-xstormy16.c914 const char * msg = NULL;
930 msg = _("internal error: out of range error");
934 msg = _("internal error: unsupported relocation error");
938 msg = _("internal error: dangerous relocation");
942 msg = _("internal error: unknown error");
946 if (msg)
947 (*info->callbacks->warning) (info, msg, name, input_bfd,
911 const char * msg = NULL; local
H A Delf32-mep.c513 const char * msg = (const char *) NULL;
529 msg = _("internal error: out of range error");
533 msg = _("internal error: unsupported relocation error");
537 msg = _("internal error: dangerous relocation");
541 msg = _("internal error: unknown error");
545 if (msg)
546 (*info->callbacks->warning) (info, msg, name, input_bfd,
508 const char * msg = (const char *) NULL; local
H A Delf32-visium.c661 const char *msg = (const char *) NULL; local
677 msg = _("internal error: out of range error");
681 msg = _("internal error: unsupported relocation error");
685 msg = _("internal error: dangerous relocation");
689 msg = _("internal error: unknown error");
693 if (msg)
694 (*info->callbacks->warning) (info, msg, name, input_bfd,
/haiku-buildtools/gcc/gcc/
H A Dpretty-print.c847 pp_printf (pretty_printer *pp, const char *msg, ...) argument
852 va_start (ap, msg);
855 text.format_spec = msg;
865 pp_verbatim (pretty_printer *pp, const char *msg, ...) argument
870 va_start (ap, msg);
873 text.format_spec = msg;
/haiku-buildtools/autoconf/lib/Autom4te/
H A DFileUtils.pm158 msg 'note', "`$to' is unchanged";
171 msg 'note', "`$to' is updated";
177 msg 'note', "`$to' is created";
/haiku-buildtools/legacy/binutils/ld/
H A Dldcref.c224 const char *msg; local
227 msg = _("Symbol");
228 fprintf (fp, "%s", msg);
229 len = strlen (msg);
/haiku-buildtools/legacy/gcc/libobjc/
H A Dsendmsg.c585 char msg[256 + strlen ((const char*)sel_get_name (sel)) local
588 sprintf (msg, "(%s) %s does not recognize %s",
598 return (*imp) (object, sel_get_any_uid ("error:"), msg);
603 objc_error (object, OBJC_ERR_UNIMPLEMENTED, "%s\n", msg);
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/spu/ea/
H A Dtest-sizes.c83 char *msg; \
87 msg = ", FAIL"; \
91 msg = ""; \
98 msg); \
/haiku-buildtools/gcc/zlib/
H A Dgzguts.h173 char *msg; /* error message */ member in struct:__anon1542
/haiku-buildtools/isl/include/isl/
H A Dstream.h89 void isl_stream_error(struct isl_stream *s, struct isl_token *tok, char *msg);
/haiku-buildtools/gcc/contrib/testsuite-management/
H A Dvalidate_failures.py84 def Error(msg):
85 print >>sys.stderr, 'error: %s' % msg
395 def PrintSummary(msg, summary):
396 print '\n\n%s' % msg
/haiku-buildtools/binutils/zlib/
H A Dgzguts.h189 char *msg; /* error message */ member in struct:__anon1170
/haiku-buildtools/autoconf/bin/
H A Dautom4te.in1005 my ($cat, $loc, $msg, $stacktrace) = split ('::', $_, 4);
1006 msg $cat, $loc, "warning: $msg";
1010 msg $cat, $loc, $trace;
/haiku-buildtools/gcc/gmp/tests/rand/
H A Dfindlc.c27 #define RCSID(msg) \
28 static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-sh64.c1477 char *msg = NULL; local
1483 msg = _("invalid operand, not a 5-bit unsigned value: %d");
1488 msg = _("invalid operand, not a 6-bit signed value: %d");
1493 msg = _("invalid operand, not a 6-bit unsigned value: %d");
1498 msg = _("invalid operand, not a 11-bit signed value: %d");
1500 msg = _("invalid operand, not a multiple of 32: %d");
1505 msg = _("invalid operand, not a 10-bit signed value: %d");
1510 msg = _("invalid operand, not a 11-bit signed value: %d");
1512 msg = _("invalid operand, not an even value: %d");
1517 msg
[all...]
/haiku-buildtools/gcc/gmp/tests/mpn/
H A Dt-div.c63 const char *msg; local
80 msg = "q too large";
84 printf ("%s failed test %lu: %s\n", fname, test, msg);
99 msg = "q too small";
105 msg = "r incorrect";
/haiku-buildtools/binutils/gas/config/
H A Dtc-sh64.c1477 const char *msg = NULL; local
1483 msg = _("invalid operand, not a 5-bit unsigned value: %d");
1488 msg = _("invalid operand, not a 6-bit signed value: %d");
1493 msg = _("invalid operand, not a 6-bit unsigned value: %d");
1498 msg = _("invalid operand, not a 11-bit signed value: %d");
1500 msg = _("invalid operand, not a multiple of 32: %d");
1505 msg = _("invalid operand, not a 10-bit signed value: %d");
1510 msg = _("invalid operand, not a 11-bit signed value: %d");
1512 msg = _("invalid operand, not an even value: %d");
1517 msg
[all...]
/haiku-buildtools/legacy/binutils/binutils/
H A Darlex.c276 static void yy_fatal_error YY_PROTO(( yyconst char msg[] ));
641 #define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
1743 static void yy_fatal_error( yyconst char msg[] )
1745 static void yy_fatal_error( msg )
1746 char msg[];
1749 (void) fprintf( stderr, "%s\n", msg );
H A Ddeflex.c276 static void yy_fatal_error YY_PROTO(( yyconst char msg[] ));
653 #define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
1768 static void yy_fatal_error( yyconst char msg[] )
1770 static void yy_fatal_error( msg )
1771 char msg[];
1774 (void) fprintf( stderr, "%s\n", msg );
H A Dsyslex.c276 static void yy_fatal_error YY_PROTO(( yyconst char msg[] ));
587 #define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
1621 static void yy_fatal_error( yyconst char msg[] )
1623 static void yy_fatal_error( msg )
1624 char msg[];
1627 (void) fprintf( stderr, "%s\n", msg );
/haiku-buildtools/legacy/binutils/gas/
H A Ditbl-lex.c276 static void yy_fatal_error YY_PROTO(( yyconst char msg[] ));
576 #define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
1596 static void yy_fatal_error( yyconst char msg[] )
1598 static void yy_fatal_error( msg )
1599 char msg[];
1602 (void) fprintf( stderr, "%s\n", msg );

Completed in 792 milliseconds

1234567891011>>