代码搜索:PFD
找到约 365 项符合「PFD」的源代码
代码结果 365
www.eeworm.com/read/392544/8337068
c tellwait.c
#include "apue.h"
static int pfd1[2], pfd2[2];
void
TELL_WAIT(void)
{
if (pipe(pfd1) < 0 || pipe(pfd2) < 0)
err_sys("pipe error");
}
void
TELL_PARENT(pid_t pid)
{
if (write(pfd2[1], "c", 1) !=
www.eeworm.com/read/269691/11082944
7 fig15.7
#include "apue.h"
static int pfd1[2], pfd2[2];
void
TELL_WAIT(void)
{
if (pipe(pfd1) < 0 || pipe(pfd2) < 0)
err_sys("pipe error");
}
void
TELL_PARENT(pid_t pid)
{
if (write(pfd2[1], "c", 1) !=
www.eeworm.com/read/269691/11083348
c tellwait.c
#include "apue.h"
static int pfd1[2], pfd2[2];
void
TELL_WAIT(void)
{
if (pipe(pfd1) < 0 || pipe(pfd2) < 0)
err_sys("pipe error");
}
void
TELL_PARENT(pid_t pid)
{
if (write(pfd2[1], "c", 1) !=
www.eeworm.com/read/335362/12534214
7 fig15.7
#include "apue.h"
static int pfd1[2], pfd2[2];
void
TELL_WAIT(void)
{
if (pipe(pfd1) < 0 || pipe(pfd2) < 0)
err_sys("pipe error");
}
void
TELL_PARENT(pid_t pid)
{
if (write(pfd2[1], "c", 1) !=
www.eeworm.com/read/335362/12534831
c tellwait.c
#include "apue.h"
static int pfd1[2], pfd2[2];
void
TELL_WAIT(void)
{
if (pipe(pfd1) < 0 || pipe(pfd2) < 0)
err_sys("pipe error");
}
void
TELL_PARENT(pid_t pid)
{
if (write(pfd2[1], "c", 1) !=
www.eeworm.com/read/103960/15715692
c tellwait.c
#include "ourhdr.h"
static int pfd1[2], pfd2[2];
void
TELL_WAIT()
{
if (pipe(pfd1) < 0 || pipe(pfd2) < 0)
err_sys("pipe error");
}
void
TELL_PARENT(pid_t pid)
{
if (write(pfd2[1], "c", 1) != 1)
www.eeworm.com/read/100585/15870731
c tellwait.c
#include "ourhdr.h"
static int pfd1[2], pfd2[2];
void
TELL_WAIT()
{
if (pipe(pfd1) < 0 || pipe(pfd2) < 0)
err_sys("pipe error");
}
void
TELL_PARENT(pid_t pid)
{
if (write(pfd2[1], "c", 1) != 1)
www.eeworm.com/read/188715/8518227
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// New3DSLoader.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "std
www.eeworm.com/read/365797/9846504
c rt11fslib.c
/* rt11FsLib.c - RT-11 media-compatible file system library */
/* Copyright 1984-1995 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
06n,14mar99,
www.eeworm.com/read/358185/10194827
c sirfflash.c
/* $Id: sirfflash.c 4420 2007-10-12 13:44:49Z ckuethe $ */
/*
* Copyright (c) 2005-2007 Chris Kuethe
* Copyright (c) 2005-2007 Eric S. Raymond
*
* Permis