Searched refs:__FLAG_FREEFILE (Results 1 – 5 of 5) sorted by relevance
43 dynmode = (stream->__modeflags & (__FLAG_FREEBUF|__FLAG_FREEFILE)); in freopen()45 stream->__modeflags &= ~(__FLAG_FREEBUF|__FLAG_FREEFILE); in freopen()
102 stream->__modeflags = __FLAG_FREEFILE; in _stdio_fopen()145 stream->__modeflags &= __FLAG_FREEFILE; in _stdio_fopen()212 if (!(stream->__modeflags & __FLAG_FREEFILE)) in _stdio_fopen()
68 stream->__modeflags &= (__FLAG_FREEBUF|__FLAG_FREEFILE); in fclose()
274 do { if ((S)->__modeflags & __FLAG_FREEFILE) \
307 #define __FLAG_FREEFILE 0x2000U macro
Completed in 7 milliseconds