代码搜索:exec
找到约 10,000 项符合「exec」的源代码
代码结果 10,000
www.eeworm.com/read/292796/8333334
in autoreconf.in
#! @PERL@ -w
# -*- perl -*-
# @configure_input@
eval 'case $# in 0) exec @PERL@ -S "$0";; *) exec @PERL@ -S "$0" "$@";; esac'
if 0;
# autoreconf - install the GNU Build System in a directory tre
www.eeworm.com/read/292796/8333344
in ifnames.in
#! @PERL@ -w
# -*- perl -*-
# @configure_input@
eval 'case $# in 0) exec @PERL@ -S "$0";; *) exec @PERL@ -S "$0" "$@";; esac'
if 0;
# ifnames - print the identifiers used in C preprocessor condi
www.eeworm.com/read/490530/1197939
tests argv0.tests
if test $# = 0; then
exec "$THIS_SH" "$0" arg
fi
echo OK