• Home
  • Raw
  • Download

Lines Matching refs:_

549     fatal (NILF, _("empty string invalid as file name"));  in enter_command_line_file()
630 fatal (NILF, _("unknown debug level specification `%s'"), p); in decode_debug_flags()
670 _("%s: Interrupt/Exception caught (code = 0x%lx, addr = %p)\n"), in handle_runtime_exceptions()
677_("\nUnhandled exception filter called from program %s\nExceptionCode = %lx\nExceptionFlags = %lx\… in handle_runtime_exceptions()
685 ? _("Access violation: write operation at address %lx\n") in handle_runtime_exceptions()
686 : _("Access violation: read operation at address %lx\n")), in handle_runtime_exceptions()
762 (_("find_and_set_shell setting default_shell = %s\n"), default_shell)); in find_and_set_default_shell()
773 (_("find_and_set_shell setting default_shell = %s\n"), default_shell)); in find_and_set_default_shell()
814 (_("find_and_set_shell path search set default_shell = %s\n"), in find_and_set_default_shell()
1236 fprintf(stderr, _("%s is suspending for 30 seconds..."), argv[0]); in main()
1238 fprintf(stderr, _("done sleep(30). Continuing.\n")); in main()
1466 fatal (NILF, _("Makefile from standard input specified twice.")); in main()
1505 pfatal_with_name (_("fopen (temporary file)")); in main()
1511 pfatal_with_name (_("fwrite (temporary file)")); in main()
1640 _("Parallel jobs (-j) are not supported on this platform.")); in main()
1641 error (NILF, _("Resetting to single job (-j1) mode.")); in main()
1656 fatal (NILF, _("internal error: multiple --jobserver-fds options")); in main()
1664 _("internal error: invalid --jobserver-fds string `%s'"), cp); in main()
1674 _("warning: -jN forced in submake: disabling jobserver mode.")); in main()
1684 pfatal_with_name (_("dup jobserver")); in main()
1687 _("warning: jobserver unavailable: using -j1. Add `+' to parent make rule.")); in main()
1710 pfatal_with_name (_("creating jobs pipe")); in main()
1725 pfatal_with_name (_("init jobserver pipe")); in main()
1744 error (NILF, _("Symbolic links not supported: disabling -L.")); in main()
1820 DB (DB_BASIC, (_("Updating makefiles....\n"))); in main()
1845 (_("Makefile `%s' might loop; not remaking it.\n"), in main()
1924 error (NILF, _("Failed to remake makefile `%s'."), in main()
1941 _("Included makefile `%s' was not found."), in main()
1946 error (NILF, _("Makefile `%s' was not found"), in main()
2016 fatal (NILF, _("Couldn't change back to original directory.")); in main()
2024 printf (_("Re-executing[%u]:"), restarts); in main()
2140 perror_with_name (_("unlink (temporary file): "), stdin_nm); in main()
2169 fatal (NILF, _(".DEFAULT_GOAL contains more than one target")); in main()
2189 fatal (NILF, _("No targets specified and no makefile found")); in main()
2191 fatal (NILF, _("No targets")); in main()
2196 DB (DB_BASIC, (_("Updating goal targets....\n"))); in main()
2222 _("warning: Clock skew detected. Your build may be incomplete.")); in main()
2383 fprintf (usageto, _("Usage: %s [options] [target] ...\n"), program); in print_usage()
2386 fputs (_(*cpp), usageto); in print_usage()
2389 fprintf (usageto, _("\nThis program built for %s\n"), make_host); in print_usage()
2391 fprintf (usageto, _("\nThis program built for %s (%s)\n"), in print_usage()
2394 fprintf (usageto, _("Report bugs to <bug-make@gnu.org>\n")); in print_usage()
2466 error (NILF, _("the `-%c' option requires a non-empty string argument"), in decode_switches()
2518 error (NILF, _("the `-%c' option requires a positive integral argument"), in decode_switches()
2942 printf (_("%sThis is free software; see the source for copying conditions.\n\ in print_version()
2948 printf (_("\n%sThis program built for %s\n"), precede, make_host); in print_version()
2950 printf (_("\n%sThis program built for %s (%s)\n"), in print_version()
2968 printf (_("\n# Make data base, printed on %s"), ctime (&when)); in print_data_base()
2978 printf (_("\n# Finished Make data base on %s\n"), ctime (&when)); in print_data_base()
3101 printf (_("%s: Entering an unknown directory\n"), program); in log_working_directory()
3103 printf (_("%s: Leaving an unknown directory\n"), program); in log_working_directory()
3106 printf (_("%s: Entering directory `%s'\n"), in log_working_directory()
3109 printf (_("%s: Leaving directory `%s'\n"), in log_working_directory()
3114 printf (_("%s[%u]: Entering an unknown directory\n"), in log_working_directory()
3117 printf (_("%s[%u]: Leaving an unknown directory\n"), in log_working_directory()
3121 printf (_("%s[%u]: Entering directory `%s'\n"), in log_working_directory()
3124 printf (_("%s[%u]: Leaving directory `%s'\n"), in log_working_directory()