Searched refs:shell (Results 1 - 6 of 6) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-sh/
H A Datf-sh.cpp68 const std::string shell = atf::config::get("atf_shell"); local
73 "Atf_Shell='" + shell + "' ; " +
82 construct_argv(const std::string& shell, const int interpreter_argc, argument
92 argv[0] = shell.c_str();
121 "atf-sh is a shell interpreter that extends the functionality of the "
140 const std::string shell = atf::config::get("atf_shell"); local
141 const char** argv = construct_argv(shell, m_argc, m_argv);
145 const int ret = execv(shell.c_str(), const_cast< char** >(argv));
147 std::cerr << "Failed to execute " << shell << ": " << std::strerror(errno)
/bind-9.6-ESV-R11/unit/atf-src/admin/
H A DMakefile.am.inc39 admin/check-style-shell.awk \
H A Dcheck-style.sh133 echo common shell
/bind-9.6-ESV-R11/contrib/zkt/
H A Dconfigure354 echo This script requires a shell more modern than all the
356 echo modern shell, or manually run the script under such a
357 echo shell if you do have one.
417 echo No shell found that supports shell functions.
456 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
784 # Reject names that are not valid shell variable names.
803 # Reject names that are not valid shell variable names.
1000 # Reject names that are not valid shell variable names.
1009 # Reject names that are not valid shell variabl
[all...]
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/
H A Dltconfig28 # Check that we are running under the correct shell.
41 # Restart under the correct shell.
64 # The HP-UX ksh and POSIX shell print the target directory to stdout
69 # find a string as large as possible, as long as the shell can cope with it
103 # This shell has a builtin print -r that does the trick.
162 # Sed substitution to delay expansion of an escaped shell variable in a
245 --debug enable verbose shell tracing
263 LTMAIN is the \`ltmain.sh' shell script fragment or \`ltmain.c' program
272 echo "$progname: enabling shell trace mode"
340 # Quote any args containing shell metacharacter
[all...]
/bind-9.6-ESV-R11/unit/atf-src/
H A Dconfigure45 # Prefer a ksh shell builtin over an external printf program on Solaris,
143 # We cannot yet assume a decent shell, so we have to provide a
146 # Preserve -v and -x to the replacement shell.
244 # We cannot yet assume a decent shell, so we have to provide a
247 # Preserve -v and -x to the replacement shell.
265 $as_echo "$0: This script requires a shell more modern than all"
274 $0: a modern shell, or manually run the script under such a
275 $0: shell if you do have one."
309 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
375 # advantage of any shell optimization
[all...]

Completed in 27 milliseconds