Searched refs:fatal_mksh (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/make/lib/mksh/ |
H A D | dosys.cc | 93 fatal_mksh(gettext("ulimit() failed: %s"), errmsg(errno)); in redirect_io() 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() [all …]
|
H A D | read.cc | 113 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 D | macro.cc | 576 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 D | misc.cc | 376 fatal_mksh(const char *message, ...) in fatal_mksh() function 605 fatal_mksh(gettext("Internal error. Unknown prop type %d"), type); in append_prop() 852 fatal_mksh(gettext("The string `%s' is not valid in current locale"), s); in mbstowcs_with_check()
|
/titanic_41/usr/src/cmd/make/include/mksh/ |
H A D | misc.h | 35 extern void fatal_mksh(const char *message, ...);
|