Searched refs:O_TEXT (Results 1 – 19 of 19) sorted by relevance
/third_party/gettext/libtextstyle/gnulib-local/lib/ |
D | html-styled-ostream.oo.c | 31 #ifndef O_TEXT 32 # define O_TEXT 0 macro 162 fd = open (css_filename, O_RDONLY | O_TEXT); in html_styled_ostream_create()
|
/third_party/python/Doc/library/ |
D | msvcrt.rst | 71 text mode, *flags* should be :const:`os.O_TEXT`; for binary, it should be 79 and :const:`os.O_TEXT`. The returned file descriptor may be used as a parameter
|
D | os.rst | 1090 O_TEXT
|
/third_party/skia/third_party/externals/spirv-tools/tools/ |
D | io.h | 28 #define SET_STDIN_TO_TEXT_MODE() _setmode(_fileno(stdin), O_TEXT);
|
/third_party/spirv-tools/tools/ |
D | io.h | 28 #define SET_STDIN_TO_TEXT_MODE() _setmode(_fileno(stdin), O_TEXT);
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/ |
D | io.h | 28 #define SET_STDIN_TO_TEXT_MODE() _setmode(_fileno(stdin), O_TEXT);
|
/third_party/openssl/ |
D | e_os.h | 111 # define _O_TEXT O_TEXT
|
/third_party/gettext/gettext-runtime/intl/ |
D | loadmsgcat.c | 405 # define O_TEXT _O_TEXT macro 410 # undef O_TEXT
|
/third_party/mksh/ |
D | os2.c | 458 saved_mode = setmode(STDIN_FILENO, O_TEXT); in execve()
|
D | exec.c | 897 setmode(fd, O_TEXT); in scriptexec()
|
D | funcs.c | 1765 saved_mode = setmode(fd, O_TEXT); in c_read()
|
/third_party/libuv/docs/src/ |
D | fs.rst | 216 in binary mode. Because of this the O_BINARY and O_TEXT flags are not
|
/third_party/quickjs/ |
D | quickjs-libc.c | 1592 if (!(flags & O_TEXT)) in js_os_open() 3546 OS_FLAG(O_TEXT),
|
/third_party/quickjs/doc/ |
D | quickjs.texi | 593 @item O_TEXT
|
/third_party/f2fs-tools/tools/sg_write_buffer/ |
D | sg_lib.c | 3469 return setmode(fd, O_TEXT); in sg_set_text_mode()
|
/third_party/gettext/gnulib-local/lib/ |
D | ChangeLog.0 | 1203 * system.h (O_BINARY, O_TEXT, setmode, fileno): New macros for systems
|
/third_party/python/Modules/ |
D | posixmodule.c | 14944 #ifdef O_TEXT in all_ins() 14945 if (PyModule_AddIntMacro(m, O_TEXT)) return -1; in all_ins()
|
/third_party/python/Doc/c-api/ |
D | init.rst | 257 On Windows, changes the console mode from ``O_TEXT`` to ``O_BINARY``, which will
|
/third_party/python/Misc/ |
D | HISTORY | 23316 O_EXCL, O_RDONLY, O_RDWR, O_TEXT, O_TRUNC and O_WRONLY. Contrary 30959 Windows, also O_TEXT and O_BINARY. The 'error' variable (the
|