HomeSort by: relevance | last modified time | path
    Searched refs:error_prefix (Results 1 - 7 of 7) sorted by relevancy

  /src/bin/ksh/
io.c 32 error_prefix(true);
48 error_prefix(fileline);
67 error_prefix(true);
95 error_prefix(true);
108 error_prefix(fileline) function
proto.h 111 void error_prefix ARGS((int));
lex.c 848 error_prefix(true);
  /src/external/gpl3/gdb.old/dist/gdb/guile/
scm-exception.c 272 ERROR_PREFIX and ERROR are combined to build the error message.
276 ERROR_PREFIX may be NULL, ERROR may not be NULL. */
280 const char *error_prefix, const char *error)
285 if (error_prefix != NULL)
290 error_prefix, error, arg_pos);
293 msg = xstrprintf (_("%s %s: ~S"), error_prefix, error);
  /src/external/gpl3/gdb/dist/gdb/cli/
cli-style.c 476 static std::string error_prefix = "❌️ "; variable
485 error_prefix.c_str ());
494 gdb_puts (error_prefix.c_str (), file);
730 &error_prefix,
  /src/external/gpl3/gdb/dist/gdb/guile/
scm-exception.c 272 ERROR_PREFIX and ERROR are combined to build the error message.
276 ERROR_PREFIX may be NULL, ERROR may not be NULL. */
280 const char *error_prefix, const char *error)
285 if (error_prefix != NULL)
290 error_prefix, error, arg_pos);
293 msg = xstrprintf (_("%s %s: ~S"), error_prefix, error);
  /src/external/gpl2/gmake/dist/
function.c 1593 char *error_prefix;
1622 error_prefix = (char *) alloca (strlen (reading_file->filenm)+11+4);
1623 sprintf (error_prefix,
1627 error_prefix = "";
1645 perror_with_name (error_prefix, "pipe");
1653 perror_with_name (error_prefix, "pipe");
1665 perror_with_name (error_prefix, "spawn");
1671 perror_with_name (error_prefix, "fork");
1586 char *error_prefix; local

Completed in 17 milliseconds