Searched refs:cmsgid (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/contrib/gcc/ |
| HD | diagnostic.c | 600 fnotice (FILE *file, const char *cmsgid, ...) in fnotice() argument 604 va_start (ap, cmsgid); in fnotice() 605 vfprintf (file, _(cmsgid), ap); in fnotice()
|
| HD | collect2.c | 311 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()
|
| HD | gcov.c | 374 fnotice (FILE *file, const char *cmsgid, ...) in fnotice() argument 378 va_start (ap, cmsgid); in fnotice() 379 vfprintf (file, _(cmsgid), ap); in fnotice()
|
| HD | gcc.c | 6934 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()
|
| HD | protoize.c | 508 notice (const char *cmsgid, ...) in notice() argument 512 va_start (ap, cmsgid); in notice() 513 vfprintf (stderr, _(cmsgid), ap); in notice()
|
| HD | final.c | 2795 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()
|
| HD | ChangeLog-2005 | 15879 (fnotice): Use cmsgid instead of msgid for argument name. 15885 * collect2.c (notice, fatal_perror, fatal): Use cmsgid instead
|