代码搜索:execve

找到约 549 项符合「execve」的源代码

代码结果 549
www.eeworm.com/read/130981/14164497

c execve.c

/* * linux/lib/execve.c * * (C) 1991 Linus Torvalds */ #define __LIBRARY__ #include // Linux 标准头文件。定义了各种符号常数和类型,并申明了各种函数。 // 如定义了__LIBRARY__,则还包括系统调用号和内嵌汇编_syscall0()等。 //// 加载并执行子进程(其它程序
www.eeworm.com/read/229459/14337295

c execve.c

#include #include #include int main() { char *arg[]={"env",NULL}; char *envp[]={"PATH=/tmp","USER=sunq",NULL}; if(fork()==0){ if(("b
www.eeworm.com/read/228948/14356957

c execve.c

/* * linux/lib/execve.c * * (C) 1991 Linus Torvalds */ #define __LIBRARY__ #include // Linux 标准头文件。定义了各种符号常数和类型,并申明了各种函数。 // 如定义了__LIBRARY__,则还包括系统调用号和内嵌汇编_syscall0()等。 //// 加载并执行子进程(其它程
www.eeworm.com/read/124442/14566808

c execve.c

/* * linux/lib/execve.c * * Copyright (C) 1991, 1992 Linus Torvalds */ #define __LIBRARY__ #include _syscall3(int,execve,const char *,file,char **,argv,char **,envp)
www.eeworm.com/read/222686/14679882

c execve.c

/* * linux/lib/execve.c * * (C) 1991 Linus Torvalds */ #define __LIBRARY__ #include _syscall3(int,execve,const char *,file,char **,argv,char **,envp)
www.eeworm.com/read/221780/14721899

c execve.c

/* * linux/lib/execve.c * * (C) 1991 Linus Torvalds */ #define __LIBRARY__ #include _syscall3(int,execve,const char *,file,char **,argv,char **,envp)
www.eeworm.com/read/221695/14728084

c execve.c

/* * linux/lib/execve.c * * Copyright (C) 1991, 1992 Linus Torvalds */ #define __LIBRARY__ #include _syscall3(int,execve,const char *,file,char **,argv,char **,envp)
www.eeworm.com/read/120089/14813037

c execve.c

#define __LIBRARY__ #include _syscall3(int,execve,const char *,file,char **,argv,char **,envp)
www.eeworm.com/read/218591/14914385

c execve.c

/* * linux/lib/execve.c * * (C) 1991 Linus Torvalds */ #define __LIBRARY__ #include // Linux 标准头文件。定义了各种符号常数和类型,并申明了各种函数。 // 如定义了__LIBRARY__,则还包括系统调用号和内嵌汇编_syscall0()等。 //// 加载并执行子进程(其它程
www.eeworm.com/read/216437/15014050

c execve.c

/* * linux/lib/execve.c * * (C) 1991 Linus Torvalds */ #define __LIBRARY__ #include _syscall3(int,execve,const char *,file,char **,argv,char **,envp)