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

/bionic/libc/stdio/
H A Dstdio.c63 if (fp->_flags & __SAPP)
/bionic/libc/upstream-freebsd/lib/libc/stdio/
H A Dfdopen.c90 * O_APPEND bit set, assert __SAPP so that __swrite() caller
94 fp->_flags |= __SAPP;
/bionic/libc/include/
H A Dstdio.h140 #define __SAPP 0x0100 /* fdopen()ed in append mode */ macro

Completed in 83 milliseconds