代码搜索:exec

找到约 10,000 项符合「exec」的源代码

代码结果 10,000
www.eeworm.com/read/392544/8336485

c exec2.c

#include "apue.h" #include int main(void) { pid_t pid; if ((pid = fork()) < 0) { err_sys("fork error"); } else if (pid == 0) { /* child */ if (execl("/home/sar/bin/testinterp",
www.eeworm.com/read/173632/9645741

c gui_exec.c

/* ********************************************************************************************************* * uC/GUI * Universal
www.eeworm.com/read/173632/9646275

o gui_exec.o

www.eeworm.com/read/172577/9701089

c exec_domain.c

/* * Handling of different ABIs (personalities). * * We group personalities into execution domains which have their * own handlers for kernel entry points, signal mapping, etc... * * 2001-05-06
www.eeworm.com/read/269691/11083049

c exec1.c

#include "apue.h" #include char *env_init[] = { "USER=unknown", "PATH=/tmp", NULL }; int main(void) { pid_t pid; if ((pid = fork()) < 0) { err_sys("fork error"); } else if (pid ==
www.eeworm.com/read/269691/11083064

c exec2.c

#include "apue.h" #include int main(void) { pid_t pid; if ((pid = fork()) < 0) { err_sys("fork error"); } else if (pid == 0) { /* child */ if (execl("/home/sar/bin/testinterp",
www.eeworm.com/read/411482/11241241

c gui_exec.c

/* ********************************************************************************************************* * uC/GUI * Universal
www.eeworm.com/read/411472/11242715

c gui_exec.c

/* ********************************************************************************************************* * uC/GUI * Universal
www.eeworm.com/read/411472/11243365

o gui_exec.o

www.eeworm.com/read/411465/11244338

c gui_exec.c

/* ********************************************************************************************************* * uC/GUI * Universal