代码搜索:buffer
找到约 10,000 项符合「buffer」的源代码
代码结果 10,000
www.eeworm.com/read/126765/6011927
c resolvlib.c
/* resolvLib.c - DNS resolver library */
/* Copyright 1984 - 2001 Wind River Systems, Inc */
#include
/*
modification history
-------------------------
01k,15oct01,rae merge fro
www.eeworm.com/read/126765/6012182
c vfprintf.c
/* vfprintf.c - print to a file. stdio.h */
/* Copyright 1992-1993 Wind River Systems, Inc. */
/*
modification history
--------------------
01c,05mar93,jdi documentation cleanup for 5.1.
01b,20sep9
www.eeworm.com/read/126765/6012195
c refill.c
/* refill.c - file for stdio.h */
/* Copyright 1992 Wind River Systems, Inc. */
/*
modification history
--------------------
01b,20sep92,smb documentation additions
01a,29jul92,jcf Flush only the
www.eeworm.com/read/126765/6012222
c setvbuf.c
/* setvbuf.c - set buffered mode. stdio.h */
/* Copyright 1992-1993 Wind River Systems, Inc. */
/*
modification history
--------------------
01c,05mar93,jdi documentation cleanup for 5.1.
01b,20sep
www.eeworm.com/read/126765/6012545
c rnglib.c
/* rngLib.c - ring buffer subroutine library */
/* Copyright 1984-1995 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01x,13feb95,jdi doc tweaks
www.eeworm.com/read/126765/6012840
c fatlite.c
/*
* $Log: P:/user/amir/lite/vcs/fatlite.c_v $
*
* Rev 1.46 06 Oct 1997 19:44:58 danig
* COPY2
*
* Rev 1.45 06 Oct 1997 10:28:54 danig
* Check that drive handle < noOfDrives
*
www.eeworm.com/read/125819/6020880
c mon400.c
#include
#include
#include
#include
#define BUF_LEN 80
void usage(void)
{
puts("Available commands:\n");
puts("ledon: turns LED on.");
put
www.eeworm.com/read/125811/6021494
realmagichwl readme.realmagichwl
Main module (realmagichwl_kernelland.o)
---------------------------------------
The main module enables MPEG decoding features on /dev/realmagichwl0
Its major number is 125, create device node:
mkn
www.eeworm.com/read/125688/6023106
h dtlk.h
#if 0
#define TRACE_TXT(text) \
{ \
if(dtlk_trace) \
{ \
console_print(text); \
console_print("\n"); \
} \
}
#define TRACE_CHR(chr) \
{ \
if(dtlk_trace) \
console_print
www.eeworm.com/read/125688/6024241
c ungetc.c
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Chris Torek.
*
* Redistri