Searched refs:__FLAG_APPEND (Results 1 – 5 of 5) sorted by relevance
149 #if (O_APPEND != __FLAG_APPEND) || ((O_LARGEFILE != __FLAG_LARGEFILE) && (O_LARGEFILE != 0)) in _stdio_fopen()150 # if (O_APPEND != __FLAG_APPEND) in _stdio_fopen()151 ((open_mode & O_APPEND) ? __FLAG_APPEND : 0) | in _stdio_fopen()
55 if (COOKIE->fp->__modeflags & __FLAG_APPEND) { in fmo_write()158 if ((fp->__modeflags & __FLAG_APPEND) && (len > 0)) { in fmemopen()
39 && (stream->__modeflags & __FLAG_APPEND)) in FTELL()
69 ((stream->__modeflags & __FLAG_APPEND) in __stdio_trans2w_o()
304 #define __FLAG_APPEND 0x0400U /* fixed! == O_APPEND for linux */ macro
Completed in 6 milliseconds