代码搜索:exec

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

代码结果 10,000
www.eeworm.com/read/164559/10103313

makefile

SHELL = /bin/sh top_builddir = .. top_srcdir = .. srcdir = . ANSI2KNR = o = .o prefix = /usr/local exec_prefix = ${prefix} bindir = ${exec_prefix}/bin sysconfdir = ${prefix}/et
www.eeworm.com/read/279779/10394041

makefile

EXECUTABLE:=libvia_padlock.so.1.0.0 SONAME = libvia_padlock.so LNNAME = libvia_padlock.so prefix = /usr exec_prefix = ${prefix} libdir = ${exec_prefix}/lib headerdir = $(prefix)/include s
www.eeworm.com/read/159822/10613951

asp send2.asp

www.eeworm.com/read/349709/10803274

sql case.sql

/* * Case.sql * Chapter 3, Oracle10g PL/SQL Programming * by Ron Hardman, Mike McLaughlin, Scott Urman * * This script demonstrates CASE */ exec clean_schema.trigs exec clean_schema.pr
www.eeworm.com/read/462216/7206122

asp keupdatez.asp

www.eeworm.com/read/397011/8072342

java studenttest.java

package exec.day1002.test; import java.util.TreeSet; import exec.day1002.Course; public class StudentTest { public static void main(String args[]){ TreeSet set = new TreeSet(); String
www.eeworm.com/read/240548/13214032

cdtbuild .cdtbuild

www.eeworm.com/read/240546/13214190

cdtbuild .cdtbuild

www.eeworm.com/read/146056/5740494

in mach_down.in

#!/bin/sh # # This script will only work for a two machine setup... # More than that and you need to vote, or something... # # prefix=@prefix@ exec_prefix=@exec_prefix@ . @sysconfdir@/ha.d/shellfuncs
www.eeworm.com/read/128421/5991206

pl fixtitles.pl

#!/bin/sh exec perl -x $0 $*; echo "Could not exec perl!"; exit 1 # The line above allows perl to be anywhere, as long as it's in your # PATH environment variable. #!perl # # fix-titles.pl # $Id: fix