Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/make/lib/mksh/
H A Dmacro.cc907 const char *mach_command = "/bin/mach"; in init_arch_macros() local
916 if ((pipe = popen(mach_command, "r")) == NULL) { in init_arch_macros()
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()