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

/bionic/libc/upstream-openbsd/lib/libc/stdio/
H A Dmakebuf.c45 * As a side effect, we set __SOPT or __SNPT (en/dis-able fseek
87 return (__SNPT);
94 return (__SNPT);
105 __SOPT : __SNPT);
H A Dsetvbuf.c74 flags &= ~(__SLBF | __SNBF | __SMBF | __SOPT | __SNPT | __SEOF);
131 flags |= __SNPT;
/bionic/libc/stdio/
H A Dlocal.h140 // #define __SNPT 0x0800 --- historical (do not do fseek() optimization).
147 #define __SNPT 0 macro

Completed in 2571 milliseconds