HomeSort by: relevance | last modified time | path
    Searched refs:__SAPP (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/stdio/
stdio.c 88 if (fp->_flags & __SAPP)
91 fp->_flags &= ~__SAPP; /* all writes append. */
fdopen.c 111 * O_APPEND bit set, assert __SAPP so that __swrite() will lseek to
115 fp->_flags |= __SAPP;
  /src/include/
stdio.h 162 #define __SAPP 0x0100 /* fdopen()ed in append mode */

Completed in 12 milliseconds