Home
last modified time | relevance | path

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

/original-bsd/lib/libc/stdio/
H A Dmakebuf.c73 return (__SNPT);
80 return (__SNPT);
91 __SOPT : __SNPT);
H A Dsetvbuf.c56 flags &= ~(__SLBF | __SNBF | __SMBF | __SOPT | __SNPT | __SEOF);
105 flags |= __SNPT;
H A Dfseek.c105 if (fp->_flags & (__SWR | __SRW | __SNBF | __SNPT))
111 fp->_flags |= __SNPT;
/original-bsd/include/
H A Dstdio.h140 #define __SNPT 0x0800 /* do not do fseek() optimisation */ macro