Searched refs:cmsgid (Results 1 – 8 of 8) sorted by relevance
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | 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()
|
| HD | diagnostic.c | 1469 fnotice (FILE *file, const char *cmsgid, ...) in fnotice() argument 1473 va_start (ap, cmsgid); in fnotice() 1474 vfprintf (file, _(cmsgid), ap); in fnotice()
|
| HD | collect2.c | 430 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()
|
| HD | final.c | 3612 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/ |
| HD | lto-wrapper.c | 123 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()
|
| HD | diagnostic.c | 857 fnotice (FILE *file, const char *cmsgid, ...) in fnotice() argument 861 va_start (ap, cmsgid); in fnotice() 862 vfprintf (file, _(cmsgid), ap); in fnotice()
|
| HD | collect2.c | 423 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()
|
| HD | final.c | 3115 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()
|