Lines Matching refs:fatal_mksh
101 fatal_mksh(gettext("Couldn't open standard out temp file `%s': %s"), in redirect_io()
106 fatal_mksh("*** Error: dup2(3, 1) failed: %s", in redirect_io()
113 fatal_mksh("*** Error: dup2(1, 2) failed: %s", in redirect_io()
119 fatal_mksh(gettext("Couldn't open standard error temp file `%s': %s"), in redirect_io()
124 fatal_mksh("*** Error: dup2(3, 2) failed: %s", in redirect_io()
204 fatal_mksh(gettext("Could not load `/usr/bin/nice': %s"), in doshell()
208 fatal_mksh(gettext("Could not load Shell from `%s': %s"), in doshell()
214 fatal_mksh(gettext("fork failed: %s"), in doshell()
365 fatal_mksh(gettext("Command `%s' has more than %d arguments"), in doexec()
398 fatal_mksh(gettext("Cannot load command `%s': %s"), argv[1], errmsg(errno)); in doexec()
401 fatal_mksh(gettext("fork failed: %s"), in doexec()
447 fatal_mksh(gettext("wait() failed: %s"), errmsg(errno)); in await()
537 fatal_mksh(gettext("Could not run command `%s' for :sh transformation"), in sh_command2string()
570 fatal_mksh(gettext("The command `%s' returned status `%d'"), in sh_command2string()