代码搜索:execve

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

代码结果 549
www.eeworm.com/read/340665/3268900

c execve.c

#include #include #include #include "trap.h" int _execve (const char *path, char *const argv[], char *const envp[]) { return TRAP0 (SYS_execve, path, argv, env
www.eeworm.com/read/340665/3269236

s execve.s

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

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/340665/3269369

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/340665/3269845

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/340665/3270108

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/340665/3271080

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 execve (const char *path, char * const argv
www.eeworm.com/read/322306/3525920

s execve.s

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

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/320652/3544594

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