Home
last modified time | relevance | path

Searched refs:fatal_mksh (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Ddosys.cc101 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()
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()
401 fatal_mksh(gettext("fork failed: %s"), in doexec()
447 fatal_mksh(gettext("wait() failed: %s"), errmsg(errno)); in await()
[all …]
H A Dread.cc113 fatal_mksh(gettext("Error reading `%s': Premature EOF"), in get_next_block_fn()
116 fatal_mksh(gettext("Error reading `%s': %s"), in get_next_block_fn()
H A Dmacro.cc576 fatal_mksh(gettext("Too many %% in pattern")); in expand_macro()
917 fatal_mksh(gettext("Execute of %s failed"), mach_command); in init_arch_macros()
924 fatal_mksh(gettext("Execute of %s failed"), mach_command); in init_arch_macros()
972 fatal_mksh(gettext("Execute of %s failed"), arch_command); in init_mach_macros()
979 fatal_mksh(gettext("Execute of %s failed"), arch_command); in init_mach_macros()
H A Dmisc.cc370 fatal_mksh(const char *message, ...) in fatal_mksh() function
599 fatal_mksh(gettext("Internal error. Unknown prop type %d"), type); in append_prop()
846 fatal_mksh(gettext("The string `%s' is not valid in current locale"), s); in mbstowcs_with_check()
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Dmisc.h38 extern void fatal_mksh(const char *, ...) __NORETURN;