Searched refs:setbuf (Results 1 - 15 of 15) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dsetbuf.c2 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
/vbox/src/libs/xpcom18a4/nsprpub/lib/prstreams/
H A Dprstrms.h79 virtual streambuf *setbuf(char *buff, PRstreambuflen bufflen);
102 streambuf * setbuf(char *, int);
121 streambuf * setbuf(char *, int);
140 streambuf * setbuf(char *, int);
H A Dprstrms.cpp109 PRfilebuf::setbuf(buffptr, bufflen);
244 PRfilebuf::setbuf(char *buffptr, PRstreambuflen bufflen) function in class:PRfilebuf
377 PRifstream::setbuf(char * ptr, int len) function in class:PRifstream
379 if ((is_open()) || (!(rdbuf()->setbuf(ptr, len)))){
443 PRofstream::setbuf(char * ptr, int len) function in class:PRofstream
445 if ((is_open()) || (!(rdbuf()->setbuf(ptr, len)))){
515 PRfstream::setbuf(char * ptr, int len) function in class:PRfstream
517 if ((is_open()) || (!(rdbuf()->setbuf(ptr, len)))){
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dtestfile.c64 #define setbuf(x,y) macro
197 setbuf(stdout, NULL);
233 setbuf(stdout, NULL);
270 setbuf(stdout, NULL);
/vbox/src/libs/zlib-1.2.6/contrib/iostream3/
H A Dzfstream.h133 * Call setbuf(0,0) to enable unbuffered output.
136 setbuf(char_type* p,
205 * entire life span of the gzfilebuf object, unless replaced by setbuf.
213 * Modified by setbuf.
H A Dzfstream.cc266 gzfilebuf::setbuf(char_type* p, function in class:gzfilebuf
272 // If buffering is turned off on purpose via setbuf(0,0), still allocate one...
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dres_query.c407 setbuf(fp, NULL);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dstdio.h162 void __cdecl setbuf(FILE*,char*);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dstdio.h19 void setbuf (FILE * __restrict, char * __restrict);
290 #define BUFSIZ 1024 /**< size of buffer used by setbuf */
455 possibly an unsuccessful call to setvbuf, performed prior to the call to setbuf.
467 void setbuf (FILE * __restrict fp, char * __restrict Buff);
472 possibly an unsuccessful call to setvbuf, performed prior to the call to setbuf.
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dstdio.h168 void __cdecl setbuf(FILE*,char*);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_libc.h365 #undef setbuf macro
366 #define setbuf(FP,cp) xf86setbuf(FP,cp) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_libc.h365 #undef setbuf macro
366 #define setbuf(FP,cp) xf86setbuf(FP,cp) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_libc.h371 #undef setbuf macro
372 #define setbuf(FP,cp) xf86setbuf(FP,cp) macro
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_libc.h325 #undef setbuf macro
326 #define setbuf(FP,cp) xf86setbuf(FP,cp) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86_libc.h369 #undef setbuf macro
370 #define setbuf(FP,cp) xf86setbuf(FP,cp) macro

Completed in 73 milliseconds