代码搜索:fork
找到约 4,354 项符合「fork」的源代码
代码结果 4,354
www.eeworm.com/read/439704/7702600
c shell_pipe.c
#include
#include
int main(int argc,char *argv[])
{
int fd[2];
pid_t child;
pipe(fd);
child=fork();
char r_buffer[8192];
int read_count=0;
if(child==0)
{
close(fd
www.eeworm.com/read/331180/12840546
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/331180/12840681
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/331180/12841371
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/331180/12841828
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/238485/13883065
c qmail.c
#include "substdio.h"
#include "readwrite.h"
#include "wait.h"
#include "exit.h"
#include "fork.h"
#include "fd.h"
#include "qmail.h"
#include "auto_qmail.h"
static char *binqqargs[2] = { "bin/qmail-
www.eeworm.com/read/125688/6026375
h syscall-hide.h
/*
* System call hiders.
*
* DO NOT EDIT-- this file is automatically generated.
*/
HIDE_POSIX(fork)
HIDE_POSIX(read)
HIDE_POSIX(write)
HIDE_POSIX(open)
HIDE_POSIX(close)
HIDE_BSD(wait4)
HIDE_BSD
www.eeworm.com/read/494691/6360067
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/494691/6360106
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/494691/6360260
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