Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dfdopen.c75 if ((oflags & O_APPEND) && !(fdflags & O_APPEND)) in fdopen()
Dflags.c67 o = O_CREAT | O_APPEND; in __sflags()
Dfopen.c83 if (oflags & O_APPEND) in fopen()
Dmktemp.c38 #define MKOTEMP_FLAGS (O_APPEND | O_CLOEXEC | O_DSYNC | O_RSYNC | O_SYNC)
Dfreopen.c167 if (oflags & O_APPEND) in freopen()
Dfmemopen.c164 if (oflags & O_APPEND) { in fmemopen()
/bionic/libc/kernel/uapi/asm-generic/
Dfcntl.h42 #ifndef O_APPEND
44 #define O_APPEND 00002000 macro
/bionic/libc/kernel/uapi/asm-mips/asm/
Dfcntl.h22 #define O_APPEND 0x0008 macro
/bionic/libc/bionic/
Dlibc_logging.cpp431 int fd = TEMP_FAILURE_RETRY(open("/dev/stderr", O_CLOEXEC | O_WRONLY | O_APPEND)); in __libc_write_stderr()