代码搜索:PIPE
找到约 7,786 项符合「PIPE」的源代码
代码结果 7,786
www.eeworm.com/read/186023/8965936
c pipe.c
#include
#include
#include /* for get_free_page */
#include
int read_pipe(struct m_inode * inode, char * buf, int count)
{
char * b=buf;
wh
www.eeworm.com/read/382516/9023422
c pipe.c
/*
* Boa, an http server
* Based on code Copyright (C) 1995 Paul Phillips
* Some changes Copyright (C) 1997-99 Jon Nelson
*
* This program is free softwa
www.eeworm.com/read/185581/9027984
c pipe.c
/*
* pipe.c -- fifo driver for scull
*
* Copyright (C) 2001 Alessandro Rubini and Jonathan Corbet
* Copyright (C) 2001 O'Reilly & Associates
*
* The source code in this file can be freely used,
www.eeworm.com/read/185192/9051999
gif pipe.gif
www.eeworm.com/read/381152/9107296
c pipe.c
#include
#include
#include
#include
int main()
{
int pipe_fd[2];
if(pipe(pipe_fd)
www.eeworm.com/read/184081/9122225
c pipe.c
/*
* pipe.c -- fifo driver for scull
*
* Copyright (C) 2001 Alessandro Rubini and Jonathan Corbet
* Copyright (C) 2001 O'Reilly & Associates
*
* The source code in this file can be freely
www.eeworm.com/read/380520/9143934
c pipe.c
/*
* pipe.c -- fifo driver for scull
*
* Copyright (C) 2001 Alessandro Rubini and Jonathan Corbet
* Copyright (C) 2001 O'Reilly & Associates
*
* The source code in this file can be freely used,
www.eeworm.com/read/380485/9145514
c pipe.c
/*
* linux/fs/pipe.c
*
* (C) 1991 Linus Torvalds
*/
#include
#include
#include /* for get_free_page */
#include
int read_pipe(struct m
www.eeworm.com/read/380481/9145799
c pipe.c
/* pipe.c
* * Demonstrates how to create a pipeline from one process to another
* * Takes two args, each a command, and connects
* av[1]'s output to input of av[2]
* * usage: pipe command1 com
www.eeworm.com/read/379736/9179834
c pipe.c
/*
* linux/fs/pipe.c
*
* (C) 1991 Linus Torvalds
*/
#include
#include
#include /* for get_free_page */
#include
int read_pipe(struct m