代码搜索:waitpid
找到约 797 项符合「waitpid」的源代码
代码结果 797
www.eeworm.com/read/371500/9551473
c exec2.c
#include
#include
#include "ourhdr.h"
int
main(void)
{
pid_t pid;
if ( (pid = fork()) < 0)
err_sys("fork error");
else if (pid ==
www.eeworm.com/read/331180/12841041
c exec2.c
#include
#include
#include "ourhdr.h"
int
main(void)
{
pid_t pid;
if ( (pid = fork()) < 0)
err_sys("fork error");
else if (pid == 0) { /* child */
if (execl("/home
www.eeworm.com/read/300969/13877226
c test2.c
/* test 2 */
#include
#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/124910/6036475
c system.c
/* SunOS 4 does have `waitpid'. Avoid unix/system.c, which says we don't. */
#include
www.eeworm.com/read/124910/6036556
c system.c
/* BSD 4.4 does have `waitpid'. Avoid unix/system.c, which says we don't. */
#include
www.eeworm.com/read/124910/6036580
c system.c
/* OSF/1 does have `waitpid'. Avoid unix/system.c, which says we don't. */
#include
www.eeworm.com/read/124910/6036614
c system.c
/* Ultrix 4 does have `waitpid'. Avoid unix/system.c, which says we don't. */
#include
www.eeworm.com/read/494691/6360186
c exec2.c
#include
#include
#include "ourhdr.h"
int
main(void)
{
pid_t pid;
if ( (pid = fork()) < 0)
err_sys("fork error");
else if (pid == 0) { /* child */
if (execl("/home
www.eeworm.com/read/490627/6449922
c exec2.c
#include
#include
#include "ourhdr.h"
int
main(void)
{
pid_t pid;
if ( (pid = fork()) < 0)
err_sys("fork error");
else if (pid == 0) { /* child */
if (execl("/home
www.eeworm.com/read/476848/6751845
c exec2.c
#include
#include
#include "ourhdr.h"
int
main(void)
{
pid_t pid;
if ( (pid = fork()) < 0)
err_sys("fork error");
else if (pid == 0) { /* child */
if (execl("/home