代码搜索:execve
找到约 549 项符合「execve」的源代码
代码结果 549
www.eeworm.com/read/357299/3025444
pas libcexec.pas
{********************************************************************
* Workaround for the Integrated Debugger Libc.execve bug *
*
www.eeworm.com/read/169983/9827453
011 29a-7.011
; _____ ______ ___ ___
; / \_ ______ __ __ / /~|_ ___\_ \ / /___
; | _ /_]/ __ \ ' V ___/ _/ __ \ ' / \
; | __/ | ____/ | |___ \ | ____
www.eeworm.com/read/216450/4894539
c _execl.c
/* execl() - execute Author: Kees J. Bot
* 21 Jan 1994
*/
#define execl _execl
#define execve _execve
#include
extern char * const **_penviron; /* The default environment. */
www.eeworm.com/read/216450/4894543
c _execv.c
/* execv() - execute with prepared arguments Author: Kees J. Bot
* 21 Jan 1994
*/
#define execv _execv
#define execve _execve
#include
extern char * const **_penviron; /* The defa
www.eeworm.com/read/216450/4894575
c _execvp.c
/* execvp() - execute with PATH search and prepared arguments
* Author: Kees J. Bot
* 21 Jan 1994
*/
#define _MINIX_SOURCE
#define nil 0
#define execve _execve
#define execvp _execvp
www.eeworm.com/read/147331/5730856
c exec.c
#include
#include
extern char **environ;
int
execv (const char *path, char * const *args) {
extern int execve (const char *, char * const *, char * const*);
return execve
www.eeworm.com/read/124347/6050861
c exec.c
#include
#include
extern char **environ;
int
execv (const char *path, char * const *args) {
extern int execve (const char *, char * const *, char * const*);
return execve
www.eeworm.com/read/216450/4894517
c _execle.c
/* execle() - execute with a custom environment Author: Kees J. Bot
* 21 Jan 1994
*/
#define nil 0
#define execle _execle
#define execve _execve
#include
#include
int e
www.eeworm.com/read/340665/3269276
c exec.c
#include
#include
extern char **environ;
int
execv (const char *path, char * const *args) {
extern int execve (const char *, char * const *, char * const*);
return execve
www.eeworm.com/read/322306/3525958
c exec.c
#include
#include
extern char **environ;
int
execv (const char *path, char * const *args) {
extern int execve (const char *, char * const *, char * const*);
return execve