Searched defs:_IONBF (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dstdio.h42 #define _IONBF 0x0004 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dstdio.h52 #define _IONBF 0x0004 macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dstdio.h288 #define _IONBF 2 /**< setvbuf should set unbuffered */ macro
462 This is equivalent to calling setvbuf(fp, NULL, _IONBF, 0);
477 - _IONBF causes I/O to be unbuffered.
481 by the setvbuf function if BufMode is not _IONBF.
483 It is an error for BufSize to be zero unless BufMode is _IONBF, in which case BufSize is ignored.

Completed in 49 milliseconds