Searched refs:O_APPEND (Results 1 – 7 of 7) sorted by relevance
42 #ifndef O_APPEND44 #define O_APPEND 00002000 macro
22 #define O_APPEND 0x0008 macro
67 o = O_CREAT | O_APPEND; in __sflags()
38 #define MKOTEMP_FLAGS (O_APPEND | O_CLOEXEC | O_DSYNC | O_RSYNC | O_SYNC)
164 if (oflags & O_APPEND) { in fmemopen()
221 if (oflags & O_APPEND) __sseek64(fp, 0, SEEK_END); in fopen()245 if ((oflags & O_APPEND) && !(fdflags & O_APPEND)) flags |= __SAPP; in fdopen()359 if (oflags & O_APPEND) __sseek64(fp, 0, SEEK_END); in freopen()
435 int fd = TEMP_FAILURE_RETRY(open("/dev/stderr", O_CLOEXEC | O_WRONLY | O_APPEND)); in __libc_write_stderr()