Home
last modified time | relevance | path

Searched refs:O_TEXT (Results 1 – 8 of 8) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libc/tinystdio/
Dmktemp.c183 #ifndef O_TEXT
184 #define O_TEXT 0 macro
200 flags &= (O_APPEND | O_CLOEXEC | O_SYNC | O_BINARY | O_TEXT); in mkostemps()
/picolibc-3.7.0-3.6.0/newlib/libc/stdio64/
Dfdopen64.c95 else if (oflags & O_TEXT) in fdopen64()
96 setmode(fp->_file, O_TEXT); in fdopen64()
Dfreopen64.c169 && setmode (f, oflags & (O_BINARY | O_TEXT)) == -1) in freopen64()
/picolibc-3.7.0-3.6.0/newlib/libc/stdio/
Dfdopen.c112 else if (oflags & O_TEXT) in fdopen()
113 setmode (fp->_file, O_TEXT); in fdopen()
Dflags.c79 m |= O_TEXT; in __sflags()
Dfreopen.c167 && setmode (f, oflags & (O_BINARY | O_TEXT)) == -1) in freopen()
/picolibc-3.7.0-3.6.0/newlib/libc/include/sys/
D_default_fcntl.h77 #define O_TEXT _FTEXT macro
/picolibc-3.7.0-3.6.0/newlib/
DChangeLog-201521483 * libc/stdio/flags.c: Don't default to O_TEXT if no other flag
24370 * libc/include/fcntl.h (O_BINARY, O_TEXT): New.