Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Ddiagnostic.c600 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 Dcollect2.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()
H A Dgcov.c374 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 Dgcc.c6844 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 Dprotoize.c508 notice (const char *cmsgid, ...) in notice() argument
512 va_start (ap, cmsgid); in notice()
513 vfprintf (stderr, _(cmsgid), ap); in notice()
H A Dfinal.c2789 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()