代码搜索:buf
找到约 10,000 项符合「buf」的源代码
代码结果 10,000
www.eeworm.com/read/364932/9887126
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/164767/10089516
cc buf.cc
#include
#include
#include
#include
#include
#include
#include
#include "buf.h"
#include "inode.h" /
www.eeworm.com/read/164767/10089533
h buf.h
#ifndef _FSBUF_H
#define _FSBUF_H
#include "minix.h"
#include
#include
/* buffer state */
#define BINVAL 0
#define BCLEAN 1
#define BDIRTY 2
#define BERROR 3 /* temporay
www.eeworm.com/read/360190/10107209
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/425160/10376785
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/351896/10598823
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/351277/10664296
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/351277/10664704
o buf.o
www.eeworm.com/read/351277/10665837
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/351276/10666291
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