HomeSort by: relevance | last modified time | path
    Searched refs:__SOPT (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libc/stdio/
makebuf.c 113 * As a side effect, we set __SOPT or __SNPT (en/dis-able fseek
184 * unconditionally; it will only be used if __SOPT is also set.
189 __SOPT : __SNPT;
setvbuf.c 91 flags &= ~(__SLBF | __SNBF | __SMBF | __SOPT | __SNPT | __SEOF);
fseeko.c 151 * and __SOPT both set.
157 if ((fp->_flags & __SOPT) == 0) {
165 fp->_flags |= __SOPT;
  /src/include/
stdio.h 164 #define __SOPT 0x0400 /* do fseek() optimization */

Completed in 14 milliseconds