Searched refs:message (Results 126 - 150 of 249) sorted by relevance

12345678910

/haiku-buildtools/legacy/gcc/texinfo/emacs/
H A Dtexnfo-tex.el310 (message "No TeX output buffer")
H A Dinfo.el502 (message "Composing main Info directory..."))
590 (message "Composing main Info directory...done"))
822 (message "Searching subfile %s..." (cdr (car list)))
829 (message "")
847 ;; If there is none, use ERRORNAME in the error message;
1455 (message "Found `%s' in %s. %s"
1501 (message (if flag "Type Space to see more"
1845 (message "%s" (substitute-command-keys
1863 (message "Tags may have changed. Use Info-tagify if necessary")))
1946 (message "Foun
[all...]
/haiku-buildtools/gcc/gcc/java/
H A Dverify.h112 int vfy_fail (const char *message, int pc, vfy_jclass ignore1,
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr34334.c62 GError* g_error_new (GQuark domain, const gchar *message);
/haiku-buildtools/gcc/gcc/
H A Ddiagnostic.h32 text_info message; member in struct:diagnostic_info
59 the context of a diagnostic message. */
139 /* This function is called before any message is printed out. It is
140 responsible for preparing message prefix and such. For example, it
148 /* This function is called after the diagnostic message is printed. */
195 /* Client supplied function called after a diagnostic message is
/haiku-buildtools/binutils/gold/
H A Dscript-sections.h119 add_assertion(Expression* check, const char* message, size_t messagelen);
H A Dexpression.cc921 Assert_expression(Expression* arg, const char* message, size_t length) argument
922 : Unary_expression(arg), message_(message, length)
947 script_exp_function_assert(Expression* expr, const char* message, argument
950 return new Assert_expression(expr, message, length);
H A Dscript-c.h327 script_add_assertion(void* closure, Expression_ptr, const char* message,
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Dcmp6.go54 // Comparison of structs should have a good message
/haiku-buildtools/legacy/binutils/binutils/
H A Ddllwrap.c135 display (const char * message, va_list args) argument
140 vfprintf (stderr, message, args);
146 inform VPARAMS ((const char *message, ...)) argument
148 VA_OPEN (args, message);
149 VA_FIXEDARG (args, const char *, message);
154 display (message, args);
/haiku-buildtools/gcc/gcc/c-family/
H A Dc-pragma.c1039 /* Print a plain user-specified message. */
1045 tree x, message = 0; local
1052 message = x;
1054 GCC_BAD ("expected a string after %<#pragma message%>");
1056 GCC_BAD ("malformed %<#pragma message%>, ignored");
1059 message = x;
1061 GCC_BAD ("expected a string after %<#pragma message%>");
1063 gcc_assert (message);
1066 warning (OPT_Wpragmas, "junk at end of %<#pragma message%>");
1068 if (TREE_STRING_LENGTH (message) >
[all...]
/haiku-buildtools/legacy/binutils/ld/
H A Dldexp.c661 einfo ("%X%P: %s\n", tree->assert_s.message);
898 exp_assert (etree_type *exp, const char *message) argument
906 n->assert_s.message = message;
970 fprintf (config.map_file, ", %s)", tree->assert_s.message);
/haiku-buildtools/binutils/binutils/
H A Ddllwrap.c135 display (const char * message, va_list args) argument
140 vfprintf (stderr, message, args);
146 inform (const char *message, ...) argument
150 va_start (args, message);
155 display (message, args);
H A Dmcparse.c513 "langmap", "alias_name", "message", "$@1", "id", "vid", "sefasy_def",
947 /* Copy into *YYMSG, which is of size *YYMSG_ALLOC, an error message
952 not large enough to hold the message. In that case, also set
1703 h->message = (yyvsp[-1].ustr);
1704 if (mcset_max_message_length != 0 && unichar_len (h->message) > mcset_max_message_length)
1705 mc_warn ("message length to long");
1736 { mc_fatal ("missing end of message text"); (yyval.ustr) = NULL; }
1742 { mc_fatal ("missing end of message text"); (yyval.ustr) = (yyvsp[-1].ustr); }
1855 to an incorrect destructor call or verbose syntax error message
/haiku-buildtools/gcc/libcc1/
H A Dlibcc1.cc64 void (*print_function) (void *datum, const char *message);
368 const char *message),
363 libcc1_set_print_callback(struct gcc_base_context *s, void (*print_function) (void *datum, const char *message), void *datum) argument
/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans.c431 char *message; local
451 message = xasprintf ("At line %d of file %s", line,
455 message = xasprintf ("In file '%s', around line %d",
459 gfc_build_localized_cstring_const (message));
460 free (message);
462 message = xasprintf ("%s", _(msgid));
464 gfc_build_localized_cstring_const (message));
465 free (message);
1262 If a runtime-message is possible, `expr' must point to the original
1838 TODO: Add an error message her
[all...]
/haiku-buildtools/binutils/bfd/
H A Dplugin.c112 message (int level ATTRIBUTE_UNUSED, function
231 tv[i].tv_u.tv_message = message;
H A Dsimple.c61 const char *message ATTRIBUTE_UNUSED,
H A Dbfd.c574 void bfd_perror (const char *message);
579 the last BFD error was a system call failure. If @var{message}
581 by @var{message}, a colon, and a space. It is followed by a newline.
585 bfd_perror (const char *message)
588 if (message == NULL || *message == '\0')
591 fprintf (stderr, "%s: %s\n", message, bfd_errmsg (bfd_get_error ()));
690 memory here; We might be printing an out of memory message. */
794 error for which it wants to print a message. Going through a
841 is printed before the error message followe
583 bfd_perror(const char *message) argument
[all...]
/haiku-buildtools/legacy/binutils/bfd/
H A Dbfd-in2.h4538 void bfd_perror (const char *message);
4718 #define BFD_SEND(bfd, message, arglist) \
4719 ((*((bfd)->xvec->message)) arglist)
4723 #define BFD_SEND(bfd, message, arglist) \
4724 (((bfd) && (bfd)->xvec && (bfd)->xvec->message) ? \
4725 ((*((bfd)->xvec->message)) arglist) : \
4728 #define BFD_SEND_FMT(bfd, message, arglist) \
4729 (((bfd)->xvec->message[(int) ((bfd)->format)]) arglist)
4733 #define BFD_SEND_FMT(bfd, message, arglist) \
4734 (((bfd) && (bfd)->xvec && (bfd)->xvec->message)
[all...]
H A Dsimple.c64 const char *message ATTRIBUTE_UNUSED,
/haiku-buildtools/legacy/binutils/include/
H A Dbfdlink.h518 MESSAGE is an appropriate message.
524 (struct bfd_link_info *, const char *message,
542 /* General link info message. */
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dverify.c65 Return NULL on sucess, or an error message on failure. */
327 do { message = MESSAGE; goto verify_error; } while (0)
330 do { if ((message = check_pending_block (LABEL)) != NULL) \
356 const char *message; local
1340 message = "program counter out of range";
1344 error (message);
/haiku-buildtools/libtool/
H A Dlibtoolize.in76 --help display this message and exit
/haiku-buildtools/gcc/gcc/testsuite/obj-c++.dg/
H A Dgnu-api-2-resolve-method.mm14 #include <objc/message.h>

Completed in 255 milliseconds

12345678910