代码搜索:exec
找到约 10,000 项符合「exec」的源代码
代码结果 10,000
www.eeworm.com/read/281897/4111896
in makefile.in
##
## This is the makefile for statTools
##
SHELL = @SHELL@
INSTALL = @INSTALL@
CHEETAH = @CHEETAH@
prefix = @prefix@
exec_prefix = @exec_prefix@
sysconfdir = @sysconfdir@
libdir = @libdir@
pythonl
www.eeworm.com/read/271875/4221474
extending
title Extending the Agent
description You can extend the snmp agent to have it return information
description that you yourself define.
token exec
info run a simple command using exec()
info argume
www.eeworm.com/read/428548/1958613
tests var_preserved.tests
export a=b
# external program
a=c /bin/true
env | grep ^a=
# builtin
a=d true
env | grep ^a=
# exec with redirection only
# in bash, this leaks!
a=e exec 1>&1
env | grep ^a=
echo OK
www.eeworm.com/read/422403/2037666
makefile
#
# Makefile
#
# Version: $Id: Makefile,v 1.1.6.1 2006/02/10 19:47:14 nbk Exp $
#
TARGET = rlm_exec
SRCS = rlm_exec.c
include ../rules.mak
www.eeworm.com/read/409921/2221131
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
www.eeworm.com/read/396039/2425051
in mpif90.conf.in
#! /bin/sh
# Default compiler configuration
#
# Directory locations: Fixed for any MPI implementation
prefix=@prefix@
exec_prefix=@exec_prefix@
sysconfdir=@sysconfdir@
includedir=@includedir@
libdir=@
www.eeworm.com/read/396039/2425063
in mpif77.conf.in
#! /bin/sh
# Default compiler configuration
#
# Directory locations: Fixed for any MPI implementation
prefix=@prefix@
exec_prefix=@exec_prefix@
sysconfdir=@sysconfdir@
includedir=@includedir@
libdir=@
www.eeworm.com/read/396039/2425502
in makefile.in
## End User configurable options ###
SHELL = /bin/sh
@VPATH@
# Installation directories
prefix = @prefix@
exec_prefix = @exec_prefix@
bindir = @bindir@
includedir = @includedir@
libdi
www.eeworm.com/read/396039/2425514
in makefile.in
# End User configurable options ###
SHELL = /bin/sh
@VPATH@
# Installation directories
prefix = @prefix@
exec_prefix = @exec_prefix@
bindir = @bindir@
includedir = @includedir@
libdir
www.eeworm.com/read/396039/2425527
in makefile.in
# End User configurable options ###
SHELL = /bin/sh
@VPATH@
# Installation directories
prefix = @prefix@
exec_prefix = @exec_prefix@
bindir = @bindir@
includedir = @includedir@
libdir