Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdio/
H A Dmakebuf.c93 return (__SNPT); in __swhatbuf()
100 return (__SNPT); in __swhatbuf()
111 __SOPT : __SNPT); in __swhatbuf()
H A Dsetvbuf.c78 flags &= ~(__SLBF | __SNBF | __SMBF | __SOPT | __SOFF | __SNPT | __SEOF); in setvbuf()
127 flags |= __SNPT; in setvbuf()
H A Dfseek.c167 if (fp->_flags & (__SWR | __SRW | __SNBF | __SNPT)) in _fseeko()
173 fp->_flags |= __SNPT; in _fseeko()
/freebsd/include/
H A Dstdio.h188 #define __SNPT 0x0800 /* do not do fseek() optimization */ macro