Searched refs:fatal_mksh (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/make/lib/mksh/ |
H A D | dosys.cc | 48 #include <mksh/misc.h> /* getmem(), fatal_mksh(), errmsg() */ 100 fatal_mksh(gettext("Couldn't open standard out temp file `%s': %s"), 105 fatal_mksh("*** Error: dup2(3, 1) failed: %s", 112 fatal_mksh("*** Error: dup2(1, 2) failed: %s", 118 fatal_mksh(gettext("Couldn't open standard error temp file `%s': %s"), 123 fatal_mksh("*** Error: dup2(3, 2) failed: %s", 203 fatal_mksh(gettext("Could not load `/usr/bin/nice': %s"), 207 fatal_mksh(gettext("Could not load Shell from `%s': %s"), 213 fatal_mksh(gettext("fork failed: %s"), 364 fatal_mksh(gettex [all...] |
H A D | read.cc | 113 fatal_mksh(gettext("Error reading `%s': Premature EOF"), 116 fatal_mksh(gettext("Error reading `%s': %s"),
|
H A D | macro.cc | 576 fatal_mksh(gettext("Too many %% in pattern")); 917 fatal_mksh(gettext("Execute of %s failed"), mach_command); 924 fatal_mksh(gettext("Execute of %s failed"), mach_command); 972 fatal_mksh(gettext("Execute of %s failed"), arch_command); 979 fatal_mksh(gettext("Execute of %s failed"), arch_command);
|
H A D | misc.cc | 366 * fatal_mksh(format, args...) 376 fatal_mksh(const char *message, ...) function 605 fatal_mksh(gettext("Internal error. Unknown prop type %d"), type); 852 fatal_mksh(gettext("The string `%s' is not valid in current locale"), s);
|
/illumos-gate/usr/src/cmd/make/include/mksh/ |
H A D | misc.h | 35 extern void fatal_mksh(const char *message, ...);
|
Completed in 161 milliseconds