代码搜索:execve

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

代码结果 549
www.eeworm.com/read/212498/15155548

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/210000/15209944

c execve.c

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

c execve.c

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

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/10438/186874

c execve.c

/*** *execve.c - execute a file with a given environment * * Copyright (c) Microsoft Corporation. All rights reserved. * *Purpose: * defines _execve() - execute a file * **********
www.eeworm.com/read/11175/207653

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/11825/234822

c execve.c

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

c execve.c

/*** *execve.c - execute a file with a given environment * * Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved. * *Purpose: * defines _execve() - execute a file *
www.eeworm.com/read/470917/1441293

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/470917/1443014

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