代码搜索:exec
找到约 10,000 项符合「exec」的源代码
代码结果 10,000
www.eeworm.com/read/150583/5690919
tcl flash_cksum.tcl
#!/bin/sh
# these lines restart using the tcl shell \
exec sh -c "if ( echo | tclsh ) 2>/dev/null ; then \
exec tclsh \"${0}\" ${1+${*}} ; \
elif ( echo | cygtclsh80 ) 2>/dev/null ; then \
www.eeworm.com/read/127438/6006250
in mpif77.conf.in
#! /bin/sh
# Default compiler configuration
# WARNING: THIS IS TAKEN FROM MPICH1; MUCH OF IT IS OUT-OF-DATE.
#
# Directory locations: Fixed for any MPI implementation
prefix=@prefix@
exec_prefix=@exec
www.eeworm.com/read/227824/14410073
in makefile.in
#
# rdesktop: A Remote Desktop Protocol client
# Makefile.in
# Copyright (C) Matthew Chapman 1999-2005
#
prefix = @prefix@
exec_prefix = @exec_prefix@
bindir = @bindir@
mandir = @mandi
www.eeworm.com/read/226000/14504560
in makefile.in
#
# rdesktop: A Remote Desktop Protocol client
# Makefile.in
# Copyright (C) Matthew Chapman 1999-2005
#
prefix = @prefix@
exec_prefix = @exec_prefix@
bindir = @bindir@
mandir = @mandi
www.eeworm.com/read/211736/15175088
in makefile.in
srcdir = @srcdir@
prefix = @prefix@
libdir = @libdir@
exec_prefix = @exec_prefix@
datadir = @datadir@
bindir = @bindir@
mandir = @mandir@
etcdir = @sysconfdir@
includ
www.eeworm.com/read/483207/1279534
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/471707/1425732
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/250731/4427779
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/250731/4427874
in makefile.in
##
## Makefile for Cheetah templates
##
SHELL = @SHELL@
INSTALL = @INSTALL@
CHEETAH = @CHEETAH@
prefix = @prefix@
exec_prefix = @exec_prefix@
libdir = @libdir@
pythonlibdir = @pythonlibdir@
template