Searched refs:setvbuf (Results 1 - 17 of 17) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dsetbuffer.c61 (void)setvbuf(fp, buf, buf ? _IOFBF : _IONBF, (size_t)size);
74 return (setvbuf(fp, (char *)NULL, _IOLBF, (size_t)0));
H A Dsetbuf.c62 (void) setvbuf(fp, buf, buf ? _IOFBF : _IONBF, BUFSIZ);
H A Dsetvbuf.c2 Implementation of setvbuf as declared in <stdio.h>.
43 NetBSD: setvbuf.c,v 1.17 2003/08/07 16:43:31 agc Exp
44 setvbuf.c 8.2 (Berkeley) 11/16/93
62 setvbuf(FILE *fp, char *buf, int mode, size_t size) function
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A Dsunos4.h116 extern int setvbuf(FILE *, char *, int, size_t);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dstdio.h163 int __cdecl setvbuf(FILE*,char*,int,size_t);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dstdio.h20 int setvbuf (FILE * __restrict, char * __restrict,
280 made them official arguments to setvbuf(), without renaming them.
286 #define _IOFBF 0 /**< setvbuf should set fully buffered */
287 #define _IOLBF 1 /**< setvbuf should set line buffered */
288 #define _IONBF 2 /**< setvbuf should set unbuffered */
455 possibly an unsuccessful call to setvbuf, performed prior to the call to setbuf.
459 This is equivalent to calling setvbuf(fp, Buff, _IOFBF, BUFSIZ);
462 This is equivalent to calling setvbuf(fp, NULL, _IONBF, 0);
472 possibly an unsuccessful call to setvbuf, performed prior to the call to setbuf.
481 by the setvbuf functio
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dstdio.h169 int __cdecl setvbuf(FILE*,char*,int,size_t);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_libc.h102 /* for setvbuf */
367 #undef setvbuf macro
368 #define setvbuf(FP,cp,i,I) xf86setvbuf(FP,cp,i,I) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_libc.h102 /* for setvbuf */
367 #undef setvbuf macro
368 #define setvbuf(FP,cp,i,I) xf86setvbuf(FP,cp,i,I) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_libc.h106 /* for setvbuf */
373 #undef setvbuf macro
374 #define setvbuf(FP,cp,i,I) xf86setvbuf(FP,cp,i,I) macro
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_libc.h76 /* for setvbuf */
327 #undef setvbuf macro
328 #define setvbuf(FP,cp,i,I) xf86setvbuf(FP,cp,i,I) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86_libc.h106 /* for setvbuf */
371 #undef setvbuf macro
372 #define setvbuf(FP,cp,i,I) xf86setvbuf(FP,cp,i,I) macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dtest.h625 setvbuf (stdout, NULL, _IONBF, 0);
/vbox/src/VBox/Installer/win/Stub/
H A DVBoxStub.cpp1015 setvbuf(stdout, NULL, _IONBF, 0);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dtest.h595 setvbuf (stdout, NULL, _IONBF, 0);
/vbox/src/recompiler/
H A Dexec.c1741 setvbuf(logfile, logfile_buf, _IOLBF, sizeof(logfile_buf));
1745 setvbuf(logfile, NULL, _IOLBF, 0);
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsFastLoadFile.cpp85 setvbuf(tfp, NULL, _IOLBF, 0);

Completed in 303 milliseconds