代码搜索:fork

找到约 4,354 项符合「fork」的源代码

代码结果 4,354
www.eeworm.com/read/152843/5659975

h mode-tt.h

/* * Copyright (C) 2002 Jeff Dike (jdike@karaya.com) * Licensed under the GPL */ #ifndef __MODE_TT_H__ #define __MODE_TT_H__ #include "sysdep/ptrace.h" enum { OP_NONE, OP_EXEC, OP_FORK, OP_TRACE
www.eeworm.com/read/476088/6773448

c pty.c

#include #include #include #include #include #include #include "pty_fork.c" #include "fig18.20" static void set_noecho(int); static v
www.eeworm.com/read/395737/8155395

txt jc.txt

#include #include #include int pid1,pid2; main( ) { int fd[2]; char outpipe[100],inpipe[100]; pipe(fd); /*创建一个管道*/ while ((pid1=fork
www.eeworm.com/read/110649/15527970

h sys.h

extern int sys_setup(); extern int sys_exit(); extern int sys_fork(); extern int sys_read(); extern int sys_write(); extern int sys_open(); extern int sys_close(); extern int sys_waitpid(); ex
www.eeworm.com/read/110160/15540957

h sys.h

extern int sys_setup(); extern int sys_exit(); extern int sys_fork(); extern int sys_read(); extern int sys_write(); extern int sys_open(); extern int sys_close(); extern int sys_waitpid(); ex
www.eeworm.com/read/103960/15715467

c ptyfork.c

#include #include #ifndef TIOCGWINSZ #include /* 44BSD requires this too */ #endif #include "ourhdr.h" pid_t pty_fork(int *ptrfdm, char *slave_name, const s
www.eeworm.com/read/103960/15715621

c ptyfork.c

#include #include #ifndef TIOCGWINSZ #include /* 44BSD requires this too */ #endif #include "ourhdr.h" pid_t pty_fork(int *ptrfdm, char *slave_name, const s
www.eeworm.com/read/103960/15715731

c ptyfork.c

#include #include #ifndef TIOCGWINSZ #include /* 44BSD requires this too */ #endif #include "ourhdr.h" pid_t pty_fork(int *ptrfdm, char *slave_name, const s
www.eeworm.com/read/100585/15870506

c ptyfork.c

#include #include #ifndef TIOCGWINSZ #include /* 44BSD requires this too */ #endif #include "ourhdr.h" pid_t pty_fork(int *ptrfdm, char *slave_name, const s
www.eeworm.com/read/100585/15870660

c ptyfork.c

#include #include #ifndef TIOCGWINSZ #include /* 44BSD requires this too */ #endif #include "ourhdr.h" pid_t pty_fork(int *ptrfdm, char *slave_name, const s