| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | collect-utils.c | 41 notice (const char *cmsgid, ...) in notice() argument 45 va_start (ap, cmsgid); in notice() 46 vfprintf (stderr, _(cmsgid), ap); in notice()
|
| H A D | ABOUT-GCC-NLS | 30 `cmsgid', it is assumed to be a format string for `printf' family
|
| H A D | diagnostic.c | 1739 fnotice (FILE *file, const char *cmsgid, ...) in fnotice() argument 1743 va_start (ap, cmsgid); in fnotice() 1744 vfprintf (file, _(cmsgid), ap); in fnotice()
|
| H A D | collect2.c | 420 notice_translated (const char *cmsgid, ...) in notice_translated() argument 424 va_start (ap, cmsgid); in notice_translated() 425 vfprintf (stderr, cmsgid, ap); in notice_translated()
|
| H A D | final.c | 3593 output_operand_lossage (const char *cmsgid, ...) in output_operand_lossage() argument 3600 va_start (ap, cmsgid); in output_operand_lossage() 3603 fmt_string = xasprintf ("%s%s", pfx_str, _(cmsgid)); in output_operand_lossage()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | collect-utils.cc | 42 notice (const char *cmsgid, ...) in notice() argument 46 va_start (ap, cmsgid); in notice() 47 vfprintf (stderr, _(cmsgid), ap); in notice()
|
| H A D | ABOUT-GCC-NLS | 30 `cmsgid', it is assumed to be a format string for `printf' family
|
| H A D | diagnostic.cc | 1976 fnotice (FILE *file, const char *cmsgid, ...) in fnotice() argument 1980 va_start (ap, cmsgid); in fnotice() 1981 vfprintf (file, _(cmsgid), ap); in fnotice()
|
| H A D | collect2.cc | 412 notice_translated (const char *cmsgid, ...) in notice_translated() argument 416 va_start (ap, cmsgid); in notice_translated() 417 vfprintf (stderr, cmsgid, ap); in notice_translated()
|
| H A D | final.cc | 3219 output_operand_lossage (const char *cmsgid, ...) in output_operand_lossage() argument 3226 va_start (ap, cmsgid); in output_operand_lossage() 3229 fmt_string = xasprintf ("%s%s", pfx_str, _(cmsgid)); in output_operand_lossage()
|
| H A D | ChangeLog-2005 | 15878 (fnotice): Use cmsgid instead of msgid for argument name. 15884 * collect2.c (notice, fatal_perror, fatal): Use cmsgid instead
|
| H A D | ChangeLog-2010 | 29063 (fatal_ice): Rename to internal_error; change cmsgid parameter to 29067 (fatal): Rename to fatal_error; change cmsgid parameter to
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | ChangeLog-2005 | 1465 (gfc_status): Add cmsgid convention to argument.
|