代码搜索:waitpid
找到约 797 项符合「waitpid」的源代码
代码结果 797
www.eeworm.com/read/460691/1558097
al waitpid.al
# NOTE: Derived from ..\..\lib\POSIX.pm.
# Changes made here will be lost when autosplit again.
# See AutoSplit.pm.
package POSIX;
#line 763 "..\..\lib\POSIX.pm (autosplit into ..\..\lib\auto/PO
www.eeworm.com/read/237551/4624378
c waitpid.c
/* Copyright (C) 1991,95,96,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 under
www.eeworm.com/read/237551/4625040
c waitpid.c
/* Copyright (C) 1991,92,95,96,97,2002,2003 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 i
www.eeworm.com/read/231546/4714547
al waitpid.al
# NOTE: Derived from ../../lib/POSIX.pm.
# Changes made here will be lost when autosplit again.
# See AutoSplit.pm.
package POSIX;
#line 594 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/w
www.eeworm.com/read/229812/4730870
c waitpid.c
/****************************************************************************
*
* Open Watcom Project
*
* Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Res
www.eeworm.com/read/216450/4894110
s waitpid.s
.sect .text
.extern __waitpid
.define _waitpid
.align 2
_waitpid:
jmp __waitpid
www.eeworm.com/read/216450/4894526
c _waitpid.c
#include
#define waitpid _waitpid
#include
PUBLIC pid_t waitpid(pid, status, options)
pid_t pid;
int *status;
int options;
{
message m;
m.m1_i1 = pid;
m.m1_i2 = options;
www.eeworm.com/read/209211/4985238
c waitpid.c
#include
#include
#include
int
waitpid(void)
{
int n;
char buf[512], *fld[5];
n = await(buf, sizeof buf-1);
if(n
www.eeworm.com/read/182103/5266896
c waitpid.c
/*
* waitpid() - POSIX 1003.1 3.2.1
*
* $Id: waitpid.c,v 1.4 2001/01/24 14:17:28 joel Exp $
*/
#if HAVE_CONFIG_H
#include "config.h"
#endif
#include
#include
#inclu