Searched refs:__SNPT (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/lib/libc/stdio/
H A Dmakebuf.c56 * As a side effect, we set __SOPT or __SNPT (en/dis-able fseek
99 return (__SNPT);
106 return (__SNPT);
117 __SOPT : __SNPT);
H A Dsetvbuf.c83 flags &= ~(__SLBF | __SNBF | __SMBF | __SOPT | __SOFF | __SNPT | __SEOF);
132 flags |= __SNPT;
H A Dfseek.c173 if (fp->_flags & (__SWR | __SRW | __SNBF | __SNPT))
179 fp->_flags |= __SNPT;
/freebsd-13-stable/include/
H A Dstdio.h188 #define __SNPT 0x0800 /* do not do fseek() optimization */ macro

Completed in 113 milliseconds