代码搜索:execve

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

代码结果 549
www.eeworm.com/read/147331/5731977

c execve.c

/* execve stub for MMIXware. Copyright (C) 2001 Hans-Peter Nilsson Permission to use, copy, modify, and distribute this software is freely granted, provided that the above copyright notice,
www.eeworm.com/read/147331/5732802

c execve.c

/* execve.c */ /* This and the other exec*.c files in this directory require the target to provide the _execve syscall. */ #include int _DEFUN(execve, (path, argv, envp), co
www.eeworm.com/read/141295/5774081

c execve.c

/* Redefinition of the execve system call, so that we can remove the * non-blocking flags from the files we marked as non-blocking and * asynchronous */ #include #include
www.eeworm.com/read/136812/5857404

c execve.c

#if !defined(lint) && defined(SCCSIDS) static char sccsid[] = "@(#)execve.c 1.1 92/07/30 SMI"; #endif # include "../common/chkpath.h" execve(s, v, e) char *s, **v, **e; { CHK(s);
www.eeworm.com/read/136072/5874525

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/134009/5895807

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/131315/5930309

2 execve.2

.\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, a
www.eeworm.com/read/131315/5940387

c execve.c

/* execve.c: an execve() for geriatric unices without #! */ /* NOTE: this file depends on a hack in footobar.c which places two free spots before av[][] so that execve does not have to call mal
www.eeworm.com/read/124910/6036823

c execve.c

/* Copyright (C) 1999, 2000 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 term
www.eeworm.com/read/124910/6038041

c execve.c

/* Copyright (C) 1999, 2000, 2002 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 th