代码搜索:exec

找到约 10,000 项符合「exec」的源代码

代码结果 10,000
www.eeworm.com/read/250731/4428117

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/246835/4491045

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/245691/4501978

in makefile.in

srcdir = @srcdir@ VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ # LINUX # OTHER_CFLAGS = -traditional -DLINUX CC = @CC@ MAKED = @MAKED@ SOCKSFLAGS =
www.eeworm.com/read/241188/4563187

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($$@) {
www.eeworm.com/read/227819/4768450

makefile

TARGET = rlm_exec SRCS = rlm_exec.c HEADERS = RLM_CFLAGS = RLM_LIBS = include ../rules.mak $(STATIC_OBJS): $(HEADERS) $(DYNAMIC_OBJS): $(HEADERS)
www.eeworm.com/read/226801/4780162

in makefile.in

srcdir = @srcdir@ VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ # LINUX # OTHER_CFLAGS = -traditional -DLINUX CC = @CC@ MAKED = @MAKED@ SOCKSFLAGS =
www.eeworm.com/read/213849/4911088

in libmad.list.in

# @configure_input@ # Directories... $prefix=@prefix@ $exec_prefix=@exec_prefix@ $srcdir=@srcdir@ # Product information %product @PACKAGE@ %copyright GPL %vendor Underbit Technologies, Inc
www.eeworm.com/read/213849/4911173

in libid3tag.list.in

# @configure_input@ # Directories... $prefix=@prefix@ $exec_prefix=@exec_prefix@ $srcdir=@srcdir@ # Product information %product @PACKAGE@ %copyright GPL %vendor Underbit Technologies, Inc
www.eeworm.com/read/198237/5089197

java demoruntime.java

public class DemoRuntime { public static void main(String args[]) { Runtime r = Runtime.getRuntime(); Process p = null; try { p = r.exec("notepad"); //p = r.exec("regedit");
www.eeworm.com/read/177697/5321837

in makefile.in

exec_prefix=@exec_prefix@ prefix=@prefix@ bindir = @bindir@ sbindir = @sbindir@ libexecdir = @libexecdir@ datadir = @datadir@ sysconfdir = @sysconfdir@ sharedstatedir = @sharedstatedir@ localstatedir