Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
HDcollect-utils.c41 notice (const char *cmsgid, ...) in notice() argument
45 va_start (ap, cmsgid); in notice()
46 vfprintf (stderr, _(cmsgid), ap); in notice()
HDdiagnostic.c1469 fnotice (FILE *file, const char *cmsgid, ...) in fnotice() argument
1473 va_start (ap, cmsgid); in fnotice()
1474 vfprintf (file, _(cmsgid), ap); in fnotice()
HDcollect2.c430 notice_translated (const char *cmsgid, ...) in notice_translated() argument
434 va_start (ap, cmsgid); in notice_translated()
435 vfprintf (stderr, cmsgid, ap); in notice_translated()
HDfinal.c3612 output_operand_lossage (const char *cmsgid, ...) in output_operand_lossage() argument
3619 va_start (ap, cmsgid); in output_operand_lossage()
3622 fmt_string = xasprintf ("%s%s", pfx_str, _(cmsgid)); in output_operand_lossage()
/dragonfly/contrib/gcc-4.7/gcc/
HDlto-wrapper.c123 fatal (const char * cmsgid, ...) in fatal() argument
127 va_start (ap, cmsgid); in fatal()
129 vfprintf (stderr, _(cmsgid), ap); in fatal()
141 fatal_perror (const char *cmsgid, ...) in fatal_perror() argument
146 va_start (ap, cmsgid); in fatal_perror()
148 vfprintf (stderr, _(cmsgid), ap); in fatal_perror()
HDdiagnostic.c857 fnotice (FILE *file, const char *cmsgid, ...) in fnotice() argument
861 va_start (ap, cmsgid); in fnotice()
862 vfprintf (file, _(cmsgid), ap); in fnotice()
HDcollect2.c423 notice (const char *cmsgid, ...) in notice() argument
427 va_start (ap, cmsgid); in notice()
428 vfprintf (stderr, _(cmsgid), ap); in notice()
434 notice_translated (const char *cmsgid, ...) in notice_translated() argument
438 va_start (ap, cmsgid); in notice_translated()
439 vfprintf (stderr, cmsgid, ap); in notice_translated()
HDfinal.c3115 output_operand_lossage (const char *cmsgid, ...) in output_operand_lossage() argument
3122 va_start (ap, cmsgid); in output_operand_lossage()
3125 asprintf (&fmt_string, "%s%s", pfx_str, _(cmsgid)); in output_operand_lossage()