代码搜索:buf
找到约 10,000 项符合「buf」的源代码
代码结果 10,000
www.eeworm.com/read/440885/7679286
h buf.h
#ifndef __BUF_H__
#define __BUF_H__
#include "common.h"
void memEnd( void );
BOOL configmem( int unit , int unitnumber );
BOOL memInit( void );
void* allocateMemory( const unsigned int nbyte );
voi
www.eeworm.com/read/440885/7679526
c buf.c
#define __BUF_C__
#include "version.h"
#include
#include
#include
#include "buf.h"
#include "handletime.h"
static int UNIT;
static int UNITNUMBER;
static int memconfi
www.eeworm.com/read/436538/7768336
cpp buf.cpp
/*
* This file contains code from "C++ Primer, Fourth Edition", by Stanley B.
* Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the
* copyright and warranty notices given in that
www.eeworm.com/read/436514/7768987
cpp buf.cpp
/*
* This file contains code from "C++ Primer, Fourth Edition", by Stanley B.
* Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the
* copyright and warranty notices given in that
www.eeworm.com/read/435728/7786383
h buf.h
www.eeworm.com/read/435728/7786430
c buf.c
www.eeworm.com/read/289562/7805762
c buf.c
#include "apue.h"
#if defined(MACOS)
#define _IO_UNBUFFERED __SNBF
#define _IO_LINE_BUF __SLBF
#define _IO_file_flags _flags
#define BUFFERSZ(fp) (fp)->_bf._size
#else
#define BUFFERSZ(fp) ((fp)->_IO
www.eeworm.com/read/198616/7923287
c buf.c
#include "apue.h"
#if defined(MACOS)
#define _IO_UNBUFFERED __SNBF
#define _IO_LINE_BUF __SLBF
#define _IO_file_flags _flags
#define BUFFERSZ(fp) (fp)->_bf._size
#else
#define BUFFERSZ(fp) ((fp)->_IO
www.eeworm.com/read/298623/7949197
c buf.c
#include "fs.h"
char g_buffers[NBUF][514];
buf g_buf[NBUF];
static s_int lastb=0;
/* bread(bno)
==========
find a buffer that contains the bno block.
read from disc when not foun