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

/freebsd-9.3-release/lib/libc/stdio/
H A Dmakebuf.c54 * As a side effect, we set __SOPT or __SNPT (en/dis-able fseek
101 return (__SNPT);
108 return (__SNPT);
119 __SOPT : __SNPT);
H A Dsetvbuf.c81 flags &= ~(__SLBF | __SNBF | __SMBF | __SOPT | __SOFF | __SNPT | __SEOF);
131 flags |= __SNPT;
H A Dfseek.c181 if (fp->_flags & (__SWR | __SRW | __SNBF | __SNPT))
187 fp->_flags |= __SNPT;
/freebsd-9.3-release/include/
H A Dstdio.h173 #define __SNPT 0x0800 /* do not do fseek() optimization */ macro

Completed in 33 milliseconds