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

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

Completed in 51 milliseconds