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

/freebsd-13-stable/lib/libc/stdio/
H A Dstdio.c115 (fp->_flags & __SOPT))
165 } else if (fp->_flags & __SOPT) {
H A Dmakebuf.c56 * As a side effect, we set __SOPT or __SNPT (en/dis-able fseek
112 * unconditionally; it will only be used if __SOPT is also set.
117 __SOPT : __SNPT);
H A Dsetvbuf.c83 flags &= ~(__SLBF | __SNBF | __SMBF | __SOPT | __SOFF | __SNPT | __SEOF);
H A Dfseek.c169 * and __SOPT both set.
175 if ((fp->_flags & __SOPT) == 0) {
183 fp->_flags |= __SOPT;
/freebsd-13-stable/include/
H A Dstdio.h187 #define __SOPT 0x0400 /* do fseek() optimization */ macro

Completed in 111 milliseconds