Searched refs:O_APPEND (Results 1 – 6 of 6) 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()
231 if (oflags & O_APPEND) __sseek64(fp, 0, SEEK_END); in fopen()255 if ((oflags & O_APPEND) && !(fdflags & O_APPEND)) flags |= __SAPP; in fdopen()369 if (oflags & O_APPEND) __sseek64(fp, 0, SEEK_END); in freopen()