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

/freebsd-10-stable/lib/libc/stdio/
H A Dmakebuf.c54 * As a side effect, we set __SOPT or __SNPT (en/dis-able fseek
97 return (__SNPT);
104 return (__SNPT);
115 __SOPT : __SNPT);
H A Dsetvbuf.c81 flags &= ~(__SLBF | __SNBF | __SMBF | __SOPT | __SOFF | __SNPT | __SEOF);
130 flags |= __SNPT;
H A Dfseek.c171 if (fp->_flags & (__SWR | __SRW | __SNBF | __SNPT))
177 fp->_flags |= __SNPT;
/freebsd-10-stable/include/
H A Dstdio.h174 #define __SNPT 0x0800 /* do not do fseek() optimization */ macro

Completed in 46 milliseconds