Searched refs:O_APPEND (Results 1 - 6 of 6) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/stdio/
H A Dfdopen.c71 * O_APPEND bit set, assert __SAPP so that __swrite() will lseek to
74 if ((oflags & O_APPEND) && !(fdflags & O_APPEND))
H A Dfreopen.c160 * When opening in append mode, even though we use O_APPEND,
167 if (oflags & O_APPEND)
/bionic/libc/kernel/uapi/asm-mips/asm/
H A Dfcntl.h22 #define O_APPEND 0x0008 macro
/bionic/libc/upstream-freebsd/lib/libc/stdio/
H A Dflags.c73 o = O_CREAT | O_APPEND;
H A Dfopen.c87 * When opening in append mode, even though we use O_APPEND,
94 if (oflags & O_APPEND)
/bionic/libc/kernel/uapi/asm-generic/
H A Dfcntl.h42 #ifndef O_APPEND
44 #define O_APPEND 00002000 macro

Completed in 1840 milliseconds