Searched refs:execute (Results 1 - 4 of 4) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-sh/
H A Datf-check.cpp332 execute(const char* const* argv) function
354 return execute(sh_argv);
807 m_xflag ? execute_with_shell(m_argv) : execute(m_argv);
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/
H A Dltmain.sh78 # We save the old values to restore during execute mode.
228 mode=execute
237 # If we have no mode, but dlfiles were specified, then do execute mode.
238 test -n "$execute_dlfiles" && mode=execute
252 # Only execute mode is allowed to have -dlopen flags.
253 if test -n "$execute_dlfiles" && test "$mode" != execute; then
2818 # When we are sourced in execute mode, \$file and \$echo are already set.
3607 # libtool execute mode
3608 execute)
3609 modename="$modename: execute"
[all...]
/bind-9.6-ESV-R11/
H A Dltmain.sh55 # execute automatically set library path, then run a program
109 # NLS nuisances: We save the old values to restore during execute mode.
1022 execute|execut|execu|exec|exe|ex|e)
1023 shift; set dummy --mode execute ${1+"$@"}; shift
1106 clean|compile|execute|finish|install|link|relink|uninstall) ;;
1203 # Only execute mode is allowed to have -dlopen flags.
1204 if test -n "$opt_dlopen" && test "$opt_mode" != execute; then
2375 execute)
2377 "Usage: $progname [OPTION]... --mode=execute COMMAND [ARGS]...
2521 for opt_mode in compile link execute instal
[all...]
/bind-9.6-ESV-R11/unit/atf-src/admin/
H A Dltmain.sh51 # execute automatically set library path, then run a program
94 # NLS nuisances: We save the old values to restore during execute mode.
707 execute|execut|execu|exec|exe|ex|e)
708 shift; set dummy --mode execute ${1+"$@"}; shift
752 execute) ;;
877 # Only execute mode is allowed to have -dlopen flags.
878 if test -n "$execute_dlfiles" && test "$mode" != execute; then
1498 execute)
1500 "Usage: $progname [OPTION]... --mode=execute COMMAND [ARGS]...
1764 test "$mode" = execute
[all...]

Completed in 858 milliseconds