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

  /bionic/libc/include/
stdio.h 90 #define _IONBF 2 /* setvbuf should set unbuffered */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdio.h 123 #define _IONBF 2 /* No buffering. */
  /device/linaro/bootloader/edk2/StdLib/Include/
stdio.h 288 #define _IONBF 2 /**< setvbuf should set unbuffered */
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.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdio.h 125 #define _IONBF 0x0004
    [all...]

Completed in 1026 milliseconds