代码搜索:execle
找到约 73 项符合「execle」的源代码
代码结果 73
www.eeworm.com/read/147331/5732794
c execle.c
/* execle.c */
/* This and the other exec*.c files in this directory require
the target to provide the _execve syscall. */
#include
#include
#ifdef _HAVE_STDC
#include
www.eeworm.com/read/136812/5857434
c execle.c
#if !defined(lint) && defined(SCCSIDS)
static char sccsid[] = "@(#)execle.c 1.1 92/07/30 SMI";
#endif
#include
/*
* execle(name, arg0, arg1, ..., argn, (char *)0, envp)
*/
/*VARARGS1
www.eeworm.com/read/134009/5895764
al execle.al
# NOTE: Derived from ../../lib/POSIX.pm.
# Changes made here will be lost when autosplit again.
# See AutoSplit.pm.
package POSIX;
#line 633 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/e
www.eeworm.com/read/124347/6052240
c execle.c
/* execle.c */
/* This and the other exec*.c files in this directory require
the target to provide the _execve syscall. */
#include
#include
#ifdef _HAVE_STDC
#include
www.eeworm.com/read/119864/6081568
c execle.c
#include
#include
#include
extern int execvep(const char *path, char *const argv[], char *const envp[]);
int execle(const char *file, const char *arg, ...)
{
const
www.eeworm.com/read/113399/6131702
s execle.s
.sect .text
.extern __execle
.define _execle
.align 2
_execle:
jmp __execle
www.eeworm.com/read/101082/6240721
s execle.s
/* @(#)execle.s 4.1 (ULTRIX) 7/3/90 */
/* ------------------------------------------------------------------ */
/* | Copyright Unpublished, MIPS Computer Systems, Inc. All Rights | */
/* | R
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);