Lines Matching refs:_
321 error = _("Cannot create a temporary file\n"); in create_batch_file()
388 (ignored ? _("*** [%s] Error 0x%x (ignored)") in child_error()
389 : _("*** [%s] Error 0x%x")), in child_error()
393 error (NILF, ignored ? _("[%s] Error %d (ignored)") : in child_error()
394 _("*** [%s] Error %d"), in child_error()
399 coredump ? _(" (core dumped)") : ""); in child_error()
488 error (NILF, _("*** Waiting for unfinished jobs....")); in reap_children()
518 DB (DB_JOBS, (_("Live child %p (%s) PID %ld %s\n"), in reap_children()
520 (long) c->pid, c->remote ? _(" (remote)") : "")); in reap_children()
698 ? _("Reaping losing child %p PID %ld %s\n") in reap_children()
699 : _("Reaping winning child 0x%08lx PID %ld %s\n"), in reap_children()
701 c->remote ? _(" (remote)") : "")); in reap_children()
704 DB (DB_JOBS, (_("Cleaning up temp batch file %s\n"), in reap_children()
802 DB (DB_JOBS, (_("Removing child %p PID %ld%s from chain.\n"), in reap_children()
804 c->remote ? _(" (remote)") : "")); in reap_children()
862 pfatal_with_name (_("write jobserver")); in free_child()
864 DB (DB_JOBS, (_("Released token for child %p (%s).\n"), in free_child()
1383 _("process_easy() failed to launch process (e=%ld)\n"), in start_job_command()
1387 fprintf(stderr, _("\nCounted %d args in failed launch\n"), i); in start_job_command()
1455 DB (DB_JOBS, (_("Putting child %p (%s) PID %ld%s on the chain.\n"), in start_waiting_job()
1457 (long) c->pid, c->remote ? _(" (remote)") : "")); in start_waiting_job()
1709 DB (DB_JOBS, (_("Obtained token for child 0x%08lx (%s).\n"), in new_job()
1718 pfatal_with_name (_("read jobs pipe")); in new_job()
1832 _("cannot enforce load limits on this operating system")); in load_too_high()
1834 perror_with_name (_("cannot enforce load limit: "), "getloadavg"); in load_too_high()
1907 fatal (NILF, _("no more file handles: could not duplicate stdin\n")); in child_execute_job()
1909 fatal (NILF, _("no more file handles: could not duplicate stdout\n")); in child_execute_job()
1937 fatal (NILF, _("Could not restore stdin\n")); in child_execute_job()
1945 fatal (NILF, _("Could not restore stdout\n")); in child_execute_job()
2016 _("process_easy() failed failed to launch process (e=%ld)\n"), in exec_command()
2020 fprintf(stderr, _("\nCounted %d args in failed launch\n"), i); in exec_command()
2046 _("make reaped child pid %lld, still waiting for pid %lld\n"), in exec_command()
2085 error (NILF, _("%s: Command not found"), argv[0]); in exec_command()
2145 error (NILF, _("%s: Shell program not found"), shell); in exec_command()
2154 error (NILF, _("spawnvpe: environment space might be exhausted")); in exec_command()
2363 DB (DB_BASIC, (_("$SHELL changed (was `%s', now `%s')\n"), in construct_command_argv_internal()
2789 DB (DB_JOBS, (_("Creating temporary batch file %s\n"), in construct_command_argv_internal()
2902 fatal (NILF, _("%s (line %d) Bad shell context (!unixy && !batch_mode_shell)\n"), in construct_command_argv_internal()