Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDdiagnostic.c600 fnotice (FILE *file, const char *cmsgid, ...) in fnotice() argument
604 va_start (ap, cmsgid); in fnotice()
605 vfprintf (file, _(cmsgid), ap); in fnotice()
HDcollect2.c311 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()
HDgcov.c374 fnotice (FILE *file, const char *cmsgid, ...) in fnotice() argument
378 va_start (ap, cmsgid); in fnotice()
379 vfprintf (file, _(cmsgid), ap); in fnotice()
HDgcc.c6934 fatal_ice (const char *cmsgid, ...) in fatal_ice() argument
6938 va_start (ap, cmsgid); in fatal_ice()
6941 vfprintf (stderr, _(cmsgid), ap); in fatal_ice()
6949 fatal (const char *cmsgid, ...) in fatal() argument
6953 va_start (ap, cmsgid); in fatal()
6956 vfprintf (stderr, _(cmsgid), ap); in fatal()
6983 notice (const char *cmsgid, ...) in notice() argument
6987 va_start (ap, cmsgid); in notice()
6988 vfprintf (stderr, _(cmsgid), ap); in notice()
HDprotoize.c508 notice (const char *cmsgid, ...) in notice() argument
512 va_start (ap, cmsgid); in notice()
513 vfprintf (stderr, _(cmsgid), ap); in notice()
HDfinal.c2795 output_operand_lossage (const char *cmsgid, ...) in output_operand_lossage() argument
2802 va_start (ap, cmsgid); in output_operand_lossage()
2805 asprintf (&fmt_string, "%s%s", pfx_str, _(cmsgid)); in output_operand_lossage()
HDChangeLog-200515879 (fnotice): Use cmsgid instead of msgid for argument name.
15885 * collect2.c (notice, fatal_perror, fatal): Use cmsgid instead