代码搜索:fork

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

代码结果 4,354
www.eeworm.com/read/237551/4625590

s fork.s

/* Copyright (C) 1991,92,94,95,97,2002 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it und
www.eeworm.com/read/237551/4625598

s fork.s

/* Copyright (C) 1991, 92, 94, 95, 97, 99, 2002 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modi
www.eeworm.com/read/237551/4626885

c fork.c

/* Copyright (C) 1994,1995,1996,1997,1999,2001,2002,2004,2005,2006 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribu
www.eeworm.com/read/231546/4714567

al fork.al

# NOTE: Derived from ../../lib/POSIX.pm. # Changes made here will be lost when autosplit again. # See AutoSplit.pm. package POSIX; #line 653 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/f
www.eeworm.com/read/229812/4728220

asm fork.asm

;***************************************************************************** ;* ;* Open Watcom Project ;* ;* Portions Copyright (c) 1983-2002 Sybase, Inc. All Right
www.eeworm.com/read/229812/4730840

c fork.c

/**************************************************************************** * * Open Watcom Project * * Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Res
www.eeworm.com/read/229812/4749340

asm fork.asm

;***************************************************************************** ;* ;* Open Watcom Project ;* ;* Portions Copyright (c) 1983-2002 Sybase, Inc. All Right
www.eeworm.com/read/223571/4809709

java fork.java

/* * JBoss, Home of Professional Open Source * Copyright 2005, JBoss Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * ful
www.eeworm.com/read/218254/4863409

c fork.c

/* fork.c - fork and exec a process, connecting stdin/out w/pipes */ /* $OpenLDAP: pkg/ldap/servers/slapd/back-shell/fork.c,v 1.15.2.3 2007/01/02 21:44:06 kurt Exp $ */ /* This work is part of OpenLDA
www.eeworm.com/read/217239/4874944

s fork.s

/ int fork ( void ) .globl _fork _fork: movw $0x7f1c, %ax int $0x21 jecxz 1f movl %ecx, _errno 1: ret