Searched refs:build_message_string (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/gcc/gcc/ |
H A D | diagnostic.c | 47 static char *build_message_string (const char *, ...) ATTRIBUTE_PRINTF_1; 69 build_message_string (const char *msg, ...) in build_message_string() function 85 return build_message_string ("%s: ", f); in file_name_as_prefix() 160 ? build_message_string ("%s: %s", progname, text) in diagnostic_build_prefix() 163 ? build_message_string ("%s:%d:%d: %s", s.file, s.line, s.column, text) in diagnostic_build_prefix() 165 : build_message_string ("%s:%d: %s", s.file, s.line, text)); in diagnostic_build_prefix()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | diagnostic.c | 54 static char *build_message_string PARAMS ((const char *, ...)) 645 build_message_string VPARAMS ((const char *msg, ...)) in build_message_string() function 664 return build_message_string ("%s: ", f); 858 ? build_message_string ("%s:%d: %s", 862 : build_message_string ("%s: %s", progname, 1073 char *new_prefix = file ? build_message_string ("%s: ", file) : NULL;
|
H A D | ChangeLog.3 | 4494 * diagnostic (vbuild_message_string, build_message_string, 14479 * diagnostic.c (build_message_string, output_printf, 16071 vbuild_message_string, build_message_string, build_location_prefix,
|
H A D | ChangeLog.5 | 2856 (vbuild_message_string, build_message_string, output_do_printf):
|