Home
last modified time | relevance | path

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

/bionic/libc/upstream-freebsd/lib/libc/stdio/
Dfdopen.c93 if ((oflags & O_APPEND) && !(fdflags & O_APPEND)) in fdopen()
Dflags.c73 o = O_CREAT | O_APPEND; in __sflags()
Dfopen.c94 if (oflags & O_APPEND) in fopen()
/bionic/libc/kernel/common/asm-generic/
Dfcntl.h42 #ifndef O_APPEND
44 #define O_APPEND 00002000 macro
/bionic/libc/kernel/arch-mips/asm/
Dfcntl.h21 #define O_APPEND 0x0008 macro
/bionic/libc/stdio/
Dfreopen.c160 if (oflags & O_APPEND) in freopen()