代码搜索:exec
找到约 10,000 项符合「exec」的源代码
代码结果 10,000
www.eeworm.com/read/103192/6220656
asm krun2.asm
TOGGLE EQU 1 ; degine the toggle
;*
;* COW : Character Oriented Windows
;*
;* krun2.asm : Alternate Run/Exec (for shell)
;* *KLUDGE* included by "krun.asm" if EXEC_ALTERNATE.
www.eeworm.com/read/101015/6262100
asm krun2.asm
TOGGLE EQU 1 ; degine the toggle
;*
;* COW : Character Oriented Windows
;*
;* krun2.asm : Alternate Run/Exec (for shell)
;* *KLUDGE* included by "krun.asm" if EXEC_ALTERNATE.
www.eeworm.com/read/11175/207564
asm krun2.asm
TOGGLE EQU 1 ; degine the toggle
;*
;* COW : Character Oriented Windows
;*
;* krun2.asm : Alternate Run/Exec (for shell)
;* *KLUDGE* included by "krun.asm" if EXEC_ALTERNATE.
www.eeworm.com/read/485671/1261447
in makefile.in
# General variables, needed because of the configure script
prefix = @prefix@
exec_prefix = @exec_prefix@
# Some variables to easily adapt the version number of the library
LIBRARYNAME = libjrtp
L
www.eeworm.com/read/453168/1642230
tests var_leaks.tests
# external program
a=b /bin/true
env | grep ^a=
# builtin
a=b true
env | grep ^a=
# exec with redirection only
# in bash, this leaks!
a=b exec 1>&1
env | grep ^a=
echo OK
www.eeworm.com/read/242082/4556201
asm krun2.asm
TOGGLE EQU 1 ; degine the toggle
;*
;* COW : Character Oriented Windows
;*
;* krun2.asm : Alternate Run/Exec (for shell)
;* *KLUDGE* included by "krun.asm" if EXEC_ALTERNATE.
www.eeworm.com/read/234134/4661008
asm krun2.asm
TOGGLE EQU 1 ; degine the toggle
;*
;* COW : Character Oriented Windows
;*
;* krun2.asm : Alternate Run/Exec (for shell)
;* *KLUDGE* included by "krun.asm" if EXEC_ALTERNATE.
www.eeworm.com/read/209211/4982286
h plumber.h
typedef struct Exec Exec;
typedef struct Rule Rule;
typedef struct Ruleset Ruleset;
/*
* Object
*/
enum
{
OArg,
OAttr,
OData,
ODst,
OPlumb,
OSrc,
OType,
OWdir,
};
/*
* Verbs
*/
enum
{
V
www.eeworm.com/read/204040/5035341
asm krun2.asm
TOGGLE EQU 1 ; degine the toggle
;*
;* COW : Character Oriented Windows
;*
;* krun2.asm : Alternate Run/Exec (for shell)
;* *KLUDGE* included by "krun.asm" if EXEC_ALTERNATE.
www.eeworm.com/read/169697/5413330
in makefile.in
### End User configurable options ###
SHELL = /bin/sh
# Installation directories ( not being used here )
prefix = @prefix@
exec_prefix = @exec_prefix@
bindir = @bindir@
inclu