代码搜索:buf
找到约 10,000 项符合「buf」的源代码
代码结果 10,000
www.eeworm.com/read/371500/9551804
buf
www.eeworm.com/read/101082/6243906
buf
./"flags"nXn"forw"16t"back"16t"av_forw"16t"av_back"n4X"bcount"16t"bufsize"16t"error"8t"major"8t"minor"nDDdbbn"addr"16t"blkno"16t"resid"16t"proc"nXDDX"gnode"16t"gid"16t"function"16t"center"nXDXXn
+,
www.eeworm.com/read/398634/2373289
h buf0buf.h
/* Innobase relational database engine; Copyright (C) 2001 Innobase Oy
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Publ
www.eeworm.com/read/398634/2373408
ic buf0buf.ic
/******************************************************
The database buffer buf_pool
(c) 1995 Innobase Oy
Created 11/5/1995 Heikki Tuuri
*******************************************************/
#in
www.eeworm.com/read/398634/2373426
c buf0buf.c
/* Innobase relational database engine; Copyright (C) 2001 Innobase Oy
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Publ
www.eeworm.com/read/192259/8391315
c buf.c
#include "ourhdr.h"
void pr_stdio(const char *, FILE *);
int
main(void)
{
FILE *fp;
fputs("enter any character\n", stdout);
if (getchar() == EOF)
err_sys("getchar error");
fputs("one
www.eeworm.com/read/189219/8484386
c buf.c
#include "ourhdr.h"
void pr_stdio(const char *, FILE *);
int
main(void)
{
FILE *fp;
fputs("enter any character\n", stdout);
if (getchar() == EOF)
err_sys("getchar error");
fputs("one line to st
www.eeworm.com/read/388784/8576667
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/185783/8985856
c buf.c
#include "ourhdr.h"
void pr_stdio(const char *, FILE *);
int
main(void)
{
FILE *fp;
fputs("enter any character\n", stdout);
if (getchar() == EOF)
err_sys("getchar error");
fputs("one line to st
www.eeworm.com/read/183272/9172670
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