代码搜索:exec
找到约 10,000 项符合「exec」的源代码
代码结果 10,000
www.eeworm.com/read/133772/5901313
tcl file2c.tcl
#!/bin/bash
# restart using a Tcl shell \
exec sh -c 'for tclshell in tclsh tclsh83 cygtclsh80 ; do \
( echo | $tclshell ) 2> /dev/null && exec $tclshell "`( cygpath -w \"$0\" ) 2> /d
www.eeworm.com/read/130382/5959357
in makefile.in
# Makefile.in
DEBUG=0
SHELL=/bin/sh
prefix=@prefix@
exec_prefix=@exec_prefix@
LIBDIRS=-L@libdir@
PFLDIR=../../../libs/pfl
SDKDIR=../../../libs/pgpcdk
SHAREDDIR=../shared
INCDIRS=-I$
www.eeworm.com/read/118801/6094594
el designer.el
(defvar designer-exec "/home/joe/qt/bin/designer")
(defun designer-open-ui-file ()
(interactive)
(defvar procname "designer")
(start-process procname nil designer-exec "-style" "windows" "-clie
www.eeworm.com/read/106385/6194101
tcl heapgen.tcl
#!/bin/bash
# restart using a Tcl shell \
exec sh -c 'for tclshell in tclsh tclsh83 cygtclsh80 ; do \
( echo | $tclshell ) 2> /dev/null && exec $tclshell "`( cygpath -w \"$0\" ) 2> /de
www.eeworm.com/read/408091/11405146
makefile
# Copyright (c) 1994, 1995 James Clark
# See the file COPYING for copying permission.
prefix=/opt/local
exec_prefix=$(prefix)
# Where to install the binaries
bindir=$(exec_prefix)/bin
INSTALL=cp
# Yo
www.eeworm.com/read/148898/12415819
c permrv.c
#include
/* #include */
/* #include */
#include
#define MC_EXTERNAL 0
#define Malloc(A,B) malloc(A)
#define Free(A) free
www.eeworm.com/read/124283/14578881
in gsl-config.in
#! /bin/sh
prefix=@prefix@
exec_prefix=@exec_prefix@
includedir=@includedir@
usage()
{
cat