代码搜索:exec
找到约 10,000 项符合「exec」的源代码
代码结果 10,000
www.eeworm.com/read/372395/9511241
makefile
#
# rdesktop: A Remote Desktop Protocol client
# Makefile
# Copyright (C) Matthew Chapman 1999-2001
#
# Configuration defaults
prefix = /usr/local
exec_prefix = $(prefix)
bindir = $(exec_p
www.eeworm.com/read/124347/6053206
txt how-spawn-works.txt
Spawn.cc in cygwin handles spawn, vfork and exec calls. It does this via
a mode parameter that determines its behaviour with respect to the
child.
Of particular interest is the exec behaviour.
In ge
www.eeworm.com/read/16793/691348
sub redir1.sub
#
# Test the effect of input buffering on the shell's input
#
echo this is redir1.sub
exec 0< redir2.sub
echo BUG: after exec in redir1.sub
www.eeworm.com/read/477344/1362790
h execmpls.h
#ifndef MPLS_EXEC_CMD_H
#define MPLS_EXEC_CMD_H
#include "_noalign.h"
extern mplsPort_t MplsPortDataTable;
#include "_restore.h"
#endif
www.eeworm.com/read/250731/4428134
in makefile.in
##
## This is the makefile for the backup utilities
##
SHELL = @SHELL@
INSTALL = @INSTALL@
prefix = @prefix@
exec_prefix = @exec_prefix@
bindir = @bindir@
sysconfdir = @sysconfdir@
crondir = @crondi
www.eeworm.com/read/209211/4983539
c mail.c
/*
* #!/bin/sh
* case $1 in
* -n)
* exit 0 ;;
* -m*|-f*|-r*|-p*|-e*|"")
* exec /usr/lib/upas/edmail $*
* exit $? ;;
* *)
* exec /usr/lib/upas/send $*
* exit $? ;;
* esac
*/
extern *
www.eeworm.com/read/182103/5271059
makefile-user
#
# Makefile
#
#
# RTEMS_MAKEFILE_PATH is typically set in an environment variable
#
EXEC=ppptest.exe
PGM=${ARCH}/$(EXEC)
# optional managers required
MANAGERS=io event semaphore
# C source name
www.eeworm.com/read/182103/5272408
makefile-user
#
# Makefile
#
#
# RTEMS_MAKEFILE_PATH is typically set in an environment variable
#
EXEC=ppptest.exe
PGM=${ARCH}/$(EXEC)
# optional managers required
MANAGERS=io event semaphore
# C source name
www.eeworm.com/read/336715/3348312
pas sqlitetable.pas
unit SQLiteTable;
{
Simple classes for using SQLite's exec and get_table.
TSQLiteDatabase wraps the calls to opend and close an SQLite database.
It also wraps SQLite_exec for queries tha
www.eeworm.com/read/287729/4018181
h execmpls.h
#ifndef MPLS_EXEC_CMD_H
#define MPLS_EXEC_CMD_H
#include "_noalign.h"
extern mplsPort_t MplsPortDataTable;
#include "_restore.h"
#endif