代码搜索:fork

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

代码结果 4,354
www.eeworm.com/read/316872/3596884

h unistd_32.h

#ifndef _ASM_I386_UNISTD_H_ #define _ASM_I386_UNISTD_H_ /* * This file contains the system call numbers. */ #define __NR_restart_syscall 0 #define __NR_exit 1 #define __NR_fork 2 #defin
www.eeworm.com/read/316872/3602189

h unistd.h

#ifndef _ASM_H8300_UNISTD_H_ #define _ASM_H8300_UNISTD_H_ /* * This file contains the system call numbers. */ #define __NR_restart_syscall 0 #define __NR_exit 1 #define __NR_fork 2 #def
www.eeworm.com/read/292685/3950463

c ngx_daemon.c

/* * Copyright (C) Igor Sysoev */ #include #include ngx_int_t ngx_daemon(ngx_log_t *log) { int fd; switch (fork()) { case -1: ngx_log_error(NGX
www.eeworm.com/read/290808/3970770

c daemon_init.c

#include "unp.h" #include #define MAXFD 64 extern int daemon_proc; /* defined in error.c */ int daemon_init(const char *pname, int facility) { int i; pid_t pid; if ( (pid = Fork())
www.eeworm.com/read/434168/1874643

c ngx_daemon.c

/* * Copyright (C) Igor Sysoev */ #include #include ngx_int_t ngx_daemon(ngx_log_t *log) { int fd; switch (fork()) { case -1: ngx_log_error(NGX
www.eeworm.com/read/419387/2078262

mh vaxult.mh

# Host: DEC VAX running Ultrix XM_FILE= xm-vaxult.h NAT_FILE= nm-vax.h NATDEPFILES= infptrace.o inftarg.o fork-child.o corelow.o core-aout.o
www.eeworm.com/read/418017/2093429

mh vaxult.mh

# Host: DEC VAX running Ultrix XM_FILE= xm-vaxult.h NAT_FILE= nm-vax.h NATDEPFILES= infptrace.o inftarg.o fork-child.o corelow.o core-aout.o
www.eeworm.com/read/411046/2194370

h yarrow.h

/* -*- Mode: C; c-file-style: "bsd" -*- */ #ifndef YARROW_H #define YARROW_H #if defined( YARROW_DETECT_FORK ) #include #endif #include "ytypes.h" #include "yhash.h" #include "ycipher.h"
www.eeworm.com/read/410728/2203950

h syscall.h

/* * This file contains the system call numbers. */ #define __NR_exit 1 #define __NR_fork 2 #define __NR_read 3 #define __NR_write 4 #define __NR_open 5 #define __NR_close 6 #defi
www.eeworm.com/read/410728/2204350

mh obsd64.mh

# Host: OpenBSD/amd64 NATDEPFILES= fork-child.o inf-ptrace.o \ amd64-nat.o amd64bsd-nat.o amd64obsd-nat.o bsd-kvm.o LOADLIBES= -lkvm