代码搜索:execve

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

代码结果 549
www.eeworm.com/read/320652/3546269

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
www.eeworm.com/read/313224/3644508

al execve.al

# NOTE: Derived from ../../lib/POSIX.pm. # Changes made here will be lost when autosplit is run again. # See AutoSplit.pm. package POSIX; #line 646 "../../lib/POSIX.pm (autosplit into ../../lib/auto/
www.eeworm.com/read/309211/3706440

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/304222/3802278

s execve.s

.sect .text .extern __execve .define _execve .align 2 _execve: jmp __execve
www.eeworm.com/read/298657/3859928

s execve.s

.globl _execve .globl execve _execve: execve: movl $0x3b, %eax lcall $7,$0 jb _cerror
www.eeworm.com/read/298657/3859967

c execve.c

#include #include #include #include "sys/syscall.h" int errno; int __trap0 (int function, int p1, int p2, int p3); #define TRAP0(f, p1, p2, p3) __trap0(f, (int)
www.eeworm.com/read/298657/3860002

c execve.c

#include #include #include #include "sys/syscall.h" int errno; int __trap0 (); #define TRAP0(f, p1, p2, p3) __trap0(f, (p1), (p2), (p3)) int _execve (const cha
www.eeworm.com/read/298657/3860955

c execve.c

#include "config.h" #include #include #include int execve( char *name, char **argv, char **env) { errno = ENOSYS; return -1; }
www.eeworm.com/read/298657/3860996

s execve.s

! execve.S ! This function is invoked by the other exec*() fns. ! ! If sizeof(char *) == 64, we invoke a new Shade function until the real one ! is defined. #include "sys/syscallasm.h" TEXT_SECTION
www.eeworm.com/read/298657/3861079

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,