代码搜索:execve
找到约 549 项符合「execve」的源代码
代码结果 549
www.eeworm.com/read/428075/1962795
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/400494/2350666
c __execve.c
/* Copyright (C) 1991 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 under the terms of the GNU Li
www.eeworm.com/read/400494/2351502
s __execve.s
/* Copyright (C) 1991, 1992, 1993 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 under the terms o
www.eeworm.com/read/400494/2351732
c __execve.c
/* Copyright (C) 1991, 1992, 1993, 1994 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 under the t
www.eeworm.com/read/400494/2352463
c execve.c
/* Copyright (C) 1991, 1992 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 under the terms of the
www.eeworm.com/read/395229/2444851
c execve.c
/* vi: set sw=4 ts=4: */
/*
* execve() for uClibc
*
* Copyright (C) 2000-2004 by Erik Andersen
*
* GNU Library General Public License (LGPL) version 2 or later.
*/
#incl
www.eeworm.com/read/389922/2531069
s execve.s
.sect .text
.extern __execve
.define _execve
.align 2
_execve:
jmp __execve
www.eeworm.com/read/385548/2588353
c execve.c
#define __LIBRARY__
#include
_syscall3(int,execve,const char *,file,char **,argv,char **,envp)
www.eeworm.com/read/375736/2720748
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/367182/2852613
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