HomeSort by relevance Sort by last modified time
    Searched defs:setbuf (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
setbuf.c 2 Implementation of setbuf as declared in <stdio.h>.
43 NetBSD: setbuf.c,v 1.9 2003/08/07 16:43:31 agc Exp
44 setbuf.c 8.1 (Berkeley) 6/4/93
56 setbuf(FILE *fp, char *buf) function
  /external/libpcap/
portability.h 83 #define setbuf(x, y) \ macro
  /external/zlib/src/contrib/iostream3/
zfstream.cc 266 gzfilebuf::setbuf(char_type* p, function in class:gzfilebuf
272 // If buffering is turned off on purpose via setbuf(0,0), still allocate one...
  /toolchain/binutils/binutils-2.27/zlib/contrib/iostream3/
zfstream.cc 266 gzfilebuf::setbuf(char_type* p, function in class:gzfilebuf
272 // If buffering is turned off on purpose via setbuf(0,0), still allocate one...
  /bionic/libc/stdio/
stdio.cpp 906 void setbuf(FILE* fp, char* buf) { function

Completed in 444 milliseconds