代码搜索:execve
找到约 549 项符合「execve」的源代码
代码结果 549
www.eeworm.com/read/113399/6132059
c _exec.c
#include
#define execl _execl
#define execle _execle
#define execv _execv
#define execve _execve
#define sbrk _sbrk
#include
#include
#include
#
www.eeworm.com/read/101082/6241080
c execle.c
/* execle.c 4.1 82/12/04 */
#include "SYS.h"
ENTRY(execle)
movl (ap),r0
pushl (ap)[r0]
pushab 8(ap)
pushl 4(ap)
calls $3,_execve
ret # execle(file, arg1, arg2, ..., env);
www.eeworm.com/read/101082/6241128
c execv.c
/* @(#)execv.c 4.1 ULTRIX 7/3/90 */
#include "SYS.h"
ENTRY(execv)
.globl ___environ
pushl ___environ
pushl 8(ap)
pushl 4(ap)
calls $3,_execve
ret # execv(file, argv)
www.eeworm.com/read/402196/11541139
makefile
CC=gcc
CFLAGS=-Wall -g -DDEBUG
LDFLAGS=
LIBS=
all: daemon diffork env execve fork2 fork3 fork getpid mynice myshell processimage studyuid wait
daemon: daemon.c
$(CC) -o $@ $(LDFLAGS) $^ $(L
www.eeworm.com/read/173687/9641904
68k syscall.68k
******************************************************************************
* System calls to OMU from C
******************************************************************************
*
*
* called
www.eeworm.com/read/411683/11232428
makefile
CC=gcc
CFLAGS=-Wall -g -DDEBUG
LDFLAGS=
LIBS=
all: daemon diffork env execve fork2 fork3 fork getpid mynice myshell processimage studyuid wait
daemon: daemon.c
$(CC) -o $@ $(LDFLAGS) $^ $(L
www.eeworm.com/read/146901/12605233
pjt serialkr.pjt
;Codewright Project File (do not remove or modify this line)
[ProjInit]
ProjSetConfigFlags=0x00010140
[Files]
E:\COMPILER\196\TASKING\C196\examples\serialkr\makefile
E:\COMPILER\196\TASKING\C19
www.eeworm.com/read/300969/13876449
c system.c
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* $Header: system.c,v 1.4 90/11
www.eeworm.com/read/238485/13883182
3 coe.3
.TH coe 3
.SH NAME
coe \- set close-on-exec flag for a descriptor
.SH SYNTAX
.B #include
int \fBcoe\fP(\fIfd\fR);
int \fIfd\fR;
.SH DESCRIPTION
.B coe
sets the close-on-exec flag for
file de
www.eeworm.com/read/147331/5732798
c execv.c
/* execv.c */
/* This and the other exec*.c files in this directory require
the target to provide the _execve syscall. */
#include
#include
/* Only deal with a pointer to