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

/freebsd-10-stable/lib/libc/stdio/
H A Dstdio.c113 (fp->_flags & __SOPT))
163 } else if (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 Dfseek.c167 * and __SOPT both set.
173 if ((fp->_flags & __SOPT) == 0) {
181 fp->_flags |= __SOPT;
/freebsd-10-stable/include/
H A Dstdio.h173 #define __SOPT 0x0400 /* do fseek() optimization */ macro

Completed in 69 milliseconds