Searched refs:cmsgid (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | diagnostic.c | 600 fnotice (FILE *file, const char *cmsgid, ...) in fnotice() argument 604 va_start (ap, cmsgid); in fnotice() 605 vfprintf (file, _(cmsgid), ap); in fnotice()
|
| H A D | collect2.c | 311 notice (const char *cmsgid, ...) in notice() argument 315 va_start (ap, cmsgid); in notice() 316 vfprintf (stderr, _(cmsgid), ap); in notice() 323 fatal_perror (const char * cmsgid, ...) in fatal_perror() argument 328 va_start (ap, cmsgid); in fatal_perror() 330 vfprintf (stderr, _(cmsgid), ap); in fatal_perror() 340 fatal (const char * cmsgid, ...) in fatal() argument 344 va_start (ap, cmsgid); in fatal() 346 vfprintf (stderr, _(cmsgid), ap); in fatal()
|
| H A D | gcov.c | 374 fnotice (FILE *file, const char *cmsgid, ...) in fnotice() argument 378 va_start (ap, cmsgid); in fnotice() 379 vfprintf (file, _(cmsgid), ap); in fnotice()
|
| H A D | gcc.c | 6844 fatal_ice (const char *cmsgid, ...) in fatal_ice() argument 6848 va_start (ap, cmsgid); in fatal_ice() 6851 vfprintf (stderr, _(cmsgid), ap); in fatal_ice() 6859 fatal (const char *cmsgid, ...) in fatal() argument 6863 va_start (ap, cmsgid); in fatal() 6866 vfprintf (stderr, _(cmsgid), ap); in fatal() 6893 notice (const char *cmsgid, ...) in notice() argument 6897 va_start (ap, cmsgid); in notice() 6898 vfprintf (stderr, _(cmsgid), ap); in notice()
|
| H A D | protoize.c | 508 notice (const char *cmsgid, ...) in notice() argument 512 va_start (ap, cmsgid); in notice() 513 vfprintf (stderr, _(cmsgid), ap); in notice()
|
| H A D | final.c | 2789 output_operand_lossage (const char *cmsgid, ...) in output_operand_lossage() argument 2796 va_start (ap, cmsgid); in output_operand_lossage() 2799 asprintf (&fmt_string, "%s%s", pfx_str, _(cmsgid)); in output_operand_lossage()
|