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

/netbsd-current/lib/libc/stdio/
H A Dmakebuf.c113 * As a side effect, we set __SOPT or __SNPT (en/dis-able fseek
171 return __SNPT;
178 return __SNPT;
189 __SOPT : __SNPT;
H A Dsetvbuf.c91 flags &= ~(__SLBF | __SNBF | __SMBF | __SOPT | __SNPT | __SEOF);
141 flags |= __SNPT;
H A Dfseeko.c155 if (fp->_flags & (__SWR | __SRW | __SNBF | __SNPT))
161 fp->_flags |= __SNPT;
/netbsd-current/include/
H A Dstdio.h165 #define __SNPT 0x0800 /* do not do fseek() optimization */ macro

Completed in 186 milliseconds