Searched refs:O_TEXT (Results 1 – 6 of 6) sorted by relevance
194 #ifndef O_TEXT195 #define O_TEXT 0 macro211 flags &= (O_APPEND | O_CLOEXEC | O_SYNC | O_BINARY | O_TEXT); in mkostemps()
111 else if (oflags & O_TEXT) in fdopen()112 setmode (fp->_file, O_TEXT); in fdopen()
166 && setmode (f, oflags & (O_BINARY | O_TEXT)) == -1) in freopen()
95 else if (oflags & O_TEXT) in fdopen64()96 setmode(fp->_file, O_TEXT); in fdopen64()
169 && setmode (f, oflags & (O_BINARY | O_TEXT)) == -1) in freopen64()
21483 * libc/stdio/flags.c: Don't default to O_TEXT if no other flag24370 * libc/include/fcntl.h (O_BINARY, O_TEXT): New.