代码搜索:execve
找到约 549 项符合「execve」的源代码
代码结果 549
www.eeworm.com/read/460691/1558164
al execve.al
# NOTE: Derived from ..\..\lib\POSIX.pm.
# Changes made here will be lost when autosplit again.
# See AutoSplit.pm.
package POSIX;
#line 814 "..\..\lib\POSIX.pm (autosplit into ..\..\lib\auto/PO
www.eeworm.com/read/237551/4625442
c execve.c
/* Copyright (C) 1999, 2000, 2002, 2003 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it un
www.eeworm.com/read/237551/4627121
c execve.c
/* Copyright (C) 1991, 92, 93, 94, 95, 97 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it
www.eeworm.com/read/234134/4661087
asm execve.asm
title execve -- stub to disable C execs and spawns
;--------------------------------------------------------------------------
;
; Microsoft C Compiler Runtime for MS-DOS
;
; (C)Copyright Micr
www.eeworm.com/read/231546/4714615
al execve.al
# NOTE: Derived from ../../lib/POSIX.pm.
# Changes made here will be lost when autosplit again.
# See AutoSplit.pm.
package POSIX;
#line 645 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/e
www.eeworm.com/read/229812/4730907
c execve.c
/****************************************************************************
*
* Open Watcom Project
*
* Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Res
www.eeworm.com/read/216502/4891761
s execve.s
/ C library -- execve
/ execve(file, argv, env);
/
/ where argv is a vector argv[0] ... argv[x], 0
/ last vector element must be 0
.globl _execve
.globl cerror
.exece = 59.
_execve:
mov r5,-(sp)
www.eeworm.com/read/216450/4894142
s execve.s
.sect .text
.extern __execve
.define _execve
.align 2
_execve:
jmp __execve
www.eeworm.com/read/216450/4894520
c _execve.c
/* execve() - basic program execution call Author: Kees J. Bot
* 21 Jan 1994
*/
#define _MINIX_SOURCE
#define nil 0
#define execve _execve
#define sbrk _sbrk
#include
#include
www.eeworm.com/read/216450/4894990
2 execve.2
.\" Copyright (c) 1980 Regents of the University of California.
.\" All rights reserved. The Berkeley software License Agreement
.\" specifies the terms and conditions for redistribution.
.\"
.\" @(#