Searched refs:__SOPT (Results 1 - 5 of 5) sorted by path

/freebsd-10.0-release/include/
H A Dstdio.h172 #define __SOPT 0x0400 /* do fseek() optimization */ macro
/freebsd-10.0-release/lib/libc/stdio/
H A Dfseek.c167 * and __SOPT both set.
173 if ((fp->_flags & __SOPT) == 0) {
181 fp->_flags |= __SOPT;
H A Dmakebuf.c54 * As a side effect, we set __SOPT or __SNPT (en/dis-able fseek
110 * unconditionally; it will only be used if __SOPT is also set.
115 __SOPT : __SNPT);
H A Dsetvbuf.c81 flags &= ~(__SLBF | __SNBF | __SMBF | __SOPT | __SOFF | __SNPT | __SEOF);
H A Dstdio.c113 (fp->_flags & __SOPT))
163 } else if (fp->_flags & __SOPT) {

Completed in 220 milliseconds