Home
last modified time | relevance | path

Searched refs:__SOPT (Results 1 – 5 of 5) sorted by relevance

/freebsd/lib/libc/stdio/
H A Dstdio.c109 (fp->_flags & __SOPT)) in _swrite()
159 } else if (fp->_flags & __SOPT) { in _sseek()
H A Dfseek.c169 if ((fp->_flags & __SOPT) == 0) { in _fseeko()
177 fp->_flags |= __SOPT; in _fseeko()
H A Dmakebuf.c111 __SOPT : __SNPT); in __swhatbuf()
H A Dsetvbuf.c78 flags &= ~(__SLBF | __SNBF | __SMBF | __SOPT | __SOFF | __SNPT | __SEOF); in setvbuf()
/freebsd/include/
H A Dstdio.h187 #define __SOPT 0x0400 /* do fseek() optimization */ macro