代码搜索:exec
找到约 10,000 项符合「exec」的源代码
代码结果 10,000
www.eeworm.com/read/281897/4111954
in makefile.in
##
## Makefile for Cheetah templates
##
SHELL = @SHELL@
INSTALL = @INSTALL@
CHEETAH = @CHEETAH@
prefix = @prefix@
exec_prefix = @exec_prefix@
libdir = @libdir@
pythonlibdir = @pythonlibdir@
template
www.eeworm.com/read/281897/4112140
in makefile.in
##
## Makefile for Cheetah templates
##
SHELL = @SHELL@
INSTALL = @INSTALL@
CHEETAH = @CHEETAH@
prefix = @prefix@
exec_prefix = @exec_prefix@
libdir = @libdir@
pythonlibdir = @pythonlibdir@
template
www.eeworm.com/read/274140/4188080
in makefile.in
exec_prefix=@exec_prefix@
prefix=@prefix@
bindir = @bindir@
sbindir = @sbindir@
libexecdir = @libexecdir@
datadir = @datadir@
sysconfdir = @sysconfdir@
sharedstatedir = @sharedstatedir@
loca
www.eeworm.com/read/411933/2179334
in makefile.in
exec_prefix=@exec_prefix@
prefix=@prefix@
bindir = @bindir@
sbindir = @sbindir@
libexecdir = @libexecdir@
datadir = @datadir@
sysconfdir = @sysconfdir@
sharedstatedir = @sharedstatedir@
localstatedir
www.eeworm.com/read/391269/2521183
sh amverifyrun.sh
#!@SHELL@
#
echo "amverifyrun is deprecated -- use amcheckdump" >& 2
prefix="@prefix@"
exec_prefix="@exec_prefix@"
sbindir="@sbindir@"
amlibexecdir="@amlibexecdir@"
. "${amlibexecdir}/amanda-sh-lib.
www.eeworm.com/read/382758/2627893
pm systemexec.pm
# -*- Mode: perl; indent-tabs-mode: nil -*-
package Support::Systemexec;
require Exporter;
@ISA = qw(Exporter);
@EXPORT = qw(system exec);
@EXPORT_OK = qw();
sub system($$@) {
1;
}
sub exec($$@) {