| /NextBSD/contrib/gdb/include/ |
| HD | bin-bugs.h | 1 #ifndef REPORT_BUGS_TO 2 #define REPORT_BUGS_TO "bug-binutils@gnu.org" macro
|
| /NextBSD/contrib/binutils/binutils/ |
| HD | cxxfilt.c | 118 if (REPORT_BUGS_TO[0] && status == 0) in usage() 119 fprintf (stream, _("Report bugs to %s.\n"), REPORT_BUGS_TO); in usage()
|
| HD | addr2line.c | 91 if (REPORT_BUGS_TO[0] && status == 0) in usage() 92 fprintf (stream, _("Report bugs to %s\n"), REPORT_BUGS_TO); in usage()
|
| HD | ChangeLog | 427 * Makefile.am (REPORT_BUGS_TO): Removed. 544 * Makefile.am (REPORT_BUGS_TO): Define. 545 (INCLUDES): Define REPORT_BUGS_TO. 550 * addr2line.c (usage): Don't print empty REPORT_BUGS_TO. 552 empty REPORT_BUGS_TO. 553 * coffdump.c (show_usage): Don't print empty REPORT_BUGS_TO. 557 * nlmconv.c (show_usage): Don't print empty REPORT_BUGS_TO. 563 * size.c (usage): Don't print empty REPORT_BUGS_TO.
|
| HD | size.c | 102 if (REPORT_BUGS_TO[0] && status == 0) in usage() 103 fprintf (stream, _("Report bugs to %s\n"), REPORT_BUGS_TO); in usage()
|
| HD | coffdump.c | 466 if (REPORT_BUGS_TO[0] && status == 0) in show_usage() 467 fprintf (file, _("Report bugs to %s\n"), REPORT_BUGS_TO); in show_usage()
|
| HD | sysdump.c | 646 if (REPORT_BUGS_TO[0] && status == 0) in show_usage() 647 fprintf (file, _("Report bugs to %s\n"), REPORT_BUGS_TO); in show_usage()
|
| HD | strings.c | 721 if (REPORT_BUGS_TO[0] && status == 0) in usage() 722 fprintf (stream, _("Report bugs to %s\n"), REPORT_BUGS_TO); in usage()
|
| HD | dllwrap.c | 509 if (REPORT_BUGS_TO[0] && status == 0) in usage() 510 fprintf (file, _("Report bugs to %s\n"), REPORT_BUGS_TO); in usage()
|
| HD | ar.c | 263 if (REPORT_BUGS_TO[0] && help) in usage() 264 fprintf (s, _("Report bugs to %s\n"), REPORT_BUGS_TO); in usage()
|
| HD | windmc.c | 231 if (REPORT_BUGS_TO[0] && status == 0) in usage() 232 fprintf (stream, _("Report bugs to %s\n"), REPORT_BUGS_TO); in usage()
|
| HD | objcopy.c | 514 if (REPORT_BUGS_TO[0] && exit_status == 0) in copy_usage() 515 fprintf (stream, _("Report bugs to %s\n"), REPORT_BUGS_TO); in copy_usage() 549 if (REPORT_BUGS_TO[0] && exit_status == 0) in strip_usage() 550 fprintf (stream, _("Report bugs to %s\n"), REPORT_BUGS_TO); in strip_usage()
|
| HD | nm.c | 251 if (REPORT_BUGS_TO[0] && status == 0) in usage() 252 fprintf (stream, _("Report bugs to %s.\n"), REPORT_BUGS_TO); in usage()
|
| HD | srconv.c | 1733 if (REPORT_BUGS_TO[0] && status == 0) in show_usage() 1734 fprintf (file, _("Report bugs to %s\n"), REPORT_BUGS_TO); in show_usage()
|
| HD | dlltool.c | 3171 if (REPORT_BUGS_TO[0] && status == 0) in usage() 3172 fprintf (file, _("Report bugs to %s\n"), REPORT_BUGS_TO); in usage()
|
| HD | objdump.c | 233 if (REPORT_BUGS_TO[0] && status == 0) in usage() 234 fprintf (stream, _("Report bugs to %s.\n"), REPORT_BUGS_TO); in usage()
|
| HD | ChangeLog-0001 | 1855 * size.c (usage): Use REPORT_BUGS_TO. 1860 * addr2line.c (usage): Use REPORT_BUGS_TO. 1868 * objcopy.c (copy_usage): Use REPORT_BUGS_TO.
|
| /NextBSD/contrib/binutils/bfd/ |
| HD | version.h | 4 #define REPORT_BUGS_TO @report_bugs_to@ macro
|
| HD | ChangeLog | 1081 * configure.in (REPORT_BUGS_TO): Do not use "URL:" prefix. 1172 * version.h (REPORT_BUGS_TO): New.
|
| /NextBSD/contrib/binutils/ld/ |
| HD | ChangeLog | 388 (REPORT_BUGS_TO): Removed. 497 * Makefile.am (REPORT_BUGS_TO): Define. 498 (INCLUDES): Define REPORT_BUGS_TO. 502 * lexsup.c (help): Don't print empty REPORT_BUGS_TO.
|
| HD | lexsup.c | 1651 if (REPORT_BUGS_TO[0]) in help() 1652 printf (_("Report bugs to %s\n"), REPORT_BUGS_TO); in help()
|
| /NextBSD/contrib/binutils/gas/ |
| HD | as.c | 353 if (REPORT_BUGS_TO[0] && stream == stdout) in show_usage() 354 fprintf (stream, _("Report bugs to %s\n"), REPORT_BUGS_TO); in show_usage()
|
| HD | ChangeLog | 756 * Makefile.am (REPORT_BUGS_TO): Removed. 957 * Makefile.am (REPORT_BUGS_TO): Define. 958 (INCLUDES): Define REPORT_BUGS_TO. 963 * as.c (show_usage): Don't print empty REPORT_BUGS_TO.
|
| /NextBSD/contrib/binutils/bfd/doc/ |
| HD | Makefile.in | 165 REPORT_BUGS_TO = @REPORT_BUGS_TO@
|
| /NextBSD/contrib/binutils/include/ |
| HD | ChangeLog | 631 * bin-bugs.h (REPORT_BUGS_TO): Set to
|