HomeSort by relevance Sort by last modified time
    Searched refs:__SOPT (Results 1 - 7 of 7) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
makebuf.c 45 * As a side effect, we set __SOPT or __SNPT (en/dis-able fseek
100 * unconditionally; it will only be used if __SOPT is also set.
105 __SOPT : __SNPT);
setvbuf.c 74 flags &= ~(__SLBF | __SNBF | __SMBF | __SOPT | __SNPT | __SEOF);
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
makebuf.c 64 * As a side effect, we set __SOPT or __SNPT (en/dis-able fseek
132 * unconditionally; it will only be used if __SOPT is also set.
137 __SOPT : __SNPT);
setvbuf.c 100 flags &= ~(__SLBF | __SNBF | __SMBF | __SOPT | __SNPT | __SEOF);
fseeko.c 162 * and __SOPT both set.
168 if ((fp->_flags & __SOPT) == 0) {
176 fp->_flags |= __SOPT;
  /bionic/libc/stdio/
local.h 155 // #define __SOPT 0x0400 --- historical (do fseek() optimization).
165 #define __SOPT 0
  /device/linaro/bootloader/edk2/StdLib/Include/
stdio.h 272 #define __SOPT 0x0400 /**< do fseek() optimization */
    [all...]

Completed in 256 milliseconds