代码搜索:execve

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

代码结果 549
www.eeworm.com/read/298657/3859923

c exec.c

#include #include extern char **environ; int execv (const char *path, char * const *args) { extern int execve (const char *, char * const *, char * const*); return execve
www.eeworm.com/read/279968/4129009

c exec.c

#include #include extern char **environ; int execv (const char *path, char * const *args) { extern int execve (const char *, char * const *, char * const*); return execve
www.eeworm.com/read/301022/13870441

makefile

CFLAGS = -mcpu=i386 -Wall -fno-builtin -nostdinc -I../include sys_exec.o: sys_exec.s as sys_exec.s -o sys_exec.o sys_exec_table.o: sys_exec_table.c gcc $(CFLAGS) -c -o sys_exec_table.o sys_
www.eeworm.com/read/252366/4408637

c _exec.c

#include #define execl _execl #define execle _execle #define execv _execv #define execve _execve #define sbrk _sbrk #include #include #include #
www.eeworm.com/read/304222/3802607

c _exec.c

#include #define execl _execl #define execle _execle #define execv _execv #define execve _execve #define sbrk _sbrk #include #include #include #include
www.eeworm.com/read/389922/2530636

c _exec.c

#include #define execl _execl #define execle _execle #define execv _execv #define execve _execve #define sbrk _sbrk #include #include #include #include
www.eeworm.com/read/147331/5730710

h syscall.h

#define SYS_exit 1 #define SYS_fork 2 #define SYS_read 3 #define SYS_write 4 #define SYS_open 5 #define SYS_close 6 #define SYS_wait4 7 #define SYS_creat 8 #define SYS_link 9 #define SYS_unlink 10 #d
www.eeworm.com/read/147331/5730877

h syscall.h

#define SYS_exit 1 #define SYS_fork 2 #define SYS_read 3 #define SYS_write 4 #define SYS_open 5 #define SYS_close 6 #define SYS_wait4 7 #define SYS_creat 8 #define SYS_link 9 #define SYS_unlink 10 #d
www.eeworm.com/read/147331/5730913

h syscall.h

#define SYS_exit 1 #define SYS_fork 2 #define SYS_read 3 #define SYS_write 4 #define SYS_open 5 #define SYS_close 6 #define SYS_wait4 7 #define SYS_creat 8 #define SYS_link 9 #define SYS_unlink 10 #d
www.eeworm.com/read/147331/5731938

h syscall.h

#define SYS_exit 1 #define SYS_fork 2 #define SYS_read 3 #define SYS_write 4 #define SYS_open 5 #define SYS_close 6 #define SYS_wait4 7 #define SYS_creat 8 #define SYS_link 9 #define SYS_unlink 10 #d