代码搜索:fork
找到约 4,354 项符合「fork」的源代码
代码结果 4,354
www.eeworm.com/read/192230/5158872
mh vaxult2.mh
# Host: DEC VAX running Ultrix
XM_FILE= xm-vaxult2.h
XDEPFILES=
NAT_FILE= nm-vax.h
NATDEPFILES= infptrace.o inftarg.o fork-child.o corelow.o core-aout.o
www.eeworm.com/read/192230/5159116
mh m88k.mh
# Host: Motorola 88000 running DGUX
XDEPFILES=
XM_FILE= xm-dgux.h
NAT_FILE= nm-m88k.h
NATDEPFILES= infptrace.o inftarg.o fork-child.o m88k-nat.o
www.eeworm.com/read/179911/5298652
h unistd.h
#ifndef _ASM_I386_UNISTD_H_
#define _ASM_I386_UNISTD_H_
/*
* This file contains the system call numbers.
*/
#define __NR_exit 1
#define __NR_fork 2
#define __NR_read 3
#define __NR_write
www.eeworm.com/read/350097/3133542
h unistd.h
#ifndef _ASM_I386_UNISTD_H_
#define _ASM_I386_UNISTD_H_
/*
* This file contains the system call numbers.
*/
#define __NR_exit 1
#define __NR_fork 2
#define __NR_read 3
#define __NR_write
www.eeworm.com/read/347120/3175594
h sys.h
/*
* Why isn't this a .c file? Enquiring minds....
*/
extern int sys_setup();
extern int sys_exit();
extern int sys_fork();
extern int sys_read();
extern int sys_write();
extern int sys_open();
ex
www.eeworm.com/read/346508/3181737
h sys.h
/*
* Why isn't this a .c file? Enquiring minds....
*/
extern int sys_setup();
extern int sys_exit();
extern int sys_fork();
extern int sys_read();
extern int sys_write();
extern int sys_open();
ex
www.eeworm.com/read/346457/3183863
svn-base syscall_nr.h.svn-base
#define TARGET_NR_osf_syscall 0 /* not implemented */
#define TARGET_NR_exit 1
#define TARGET_NR_fork 2
#define TARGET_NR_read 3
#define TARGET_NR_write 4
#define TARGET_NR_osf_old_open
www.eeworm.com/read/346457/3183866
h syscall_nr.h
#define TARGET_NR_osf_syscall 0 /* not implemented */
#define TARGET_NR_exit 1
#define TARGET_NR_fork 2
#define TARGET_NR_read 3
#define TARGET_NR_write 4
#define TARGET_NR_osf_old_open
www.eeworm.com/read/337546/3331991
s syscall_table.s
ENTRY(sys_call_table)
.long sys_restart_syscall /* 0 - old "setup()" system call, used for restarting */
.long sys_exit
.long sys_fork
.long sys_read
.long sys_write
.long sys_open /* 5 */
.lo
www.eeworm.com/read/324920/3490835
s syscall_table.s
ENTRY(sys_call_table)
.long sys_restart_syscall /* 0 - old "setup()" system call, used for restarting */
.long sys_exit
.long sys_fork
.long sys_read
.long sys_write
.long sys_open /* 5 */
.lo