Home
last modified time | relevance | path

Searched refs:cmsgid (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcollect-utils.c41 notice (const char *cmsgid, ...) in notice() argument
45 va_start (ap, cmsgid); in notice()
46 vfprintf (stderr, _(cmsgid), ap); in notice()
H A DABOUT-GCC-NLS30 `cmsgid', it is assumed to be a format string for `printf' family
H A Ddiagnostic.c1739 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 Dcollect2.c420 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 Dfinal.c3593 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 Dcollect-utils.cc42 notice (const char *cmsgid, ...) in notice() argument
46 va_start (ap, cmsgid); in notice()
47 vfprintf (stderr, _(cmsgid), ap); in notice()
H A DABOUT-GCC-NLS30 `cmsgid', it is assumed to be a format string for `printf' family
H A Ddiagnostic.cc1976 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 Dcollect2.cc412 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 Dfinal.cc3219 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 DChangeLog-200515878 (fnotice): Use cmsgid instead of msgid for argument name.
15884 * collect2.c (notice, fatal_perror, fatal): Use cmsgid instead
H A DChangeLog-201029063 (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 DChangeLog-20051465 (gfc_status): Add cmsgid convention to argument.