Home
last modified time | relevance | path

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

/third_party/gettext/libtextstyle/gnulib-local/lib/
Dhtml-styled-ostream.oo.c31 #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/
Dmsvcrt.rst71 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
Dos.rst1090 O_TEXT
/third_party/skia/third_party/externals/spirv-tools/tools/
Dio.h28 #define SET_STDIN_TO_TEXT_MODE() _setmode(_fileno(stdin), O_TEXT);
/third_party/spirv-tools/tools/
Dio.h28 #define SET_STDIN_TO_TEXT_MODE() _setmode(_fileno(stdin), O_TEXT);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/
Dio.h28 #define SET_STDIN_TO_TEXT_MODE() _setmode(_fileno(stdin), O_TEXT);
/third_party/openssl/
De_os.h111 # define _O_TEXT O_TEXT
/third_party/gettext/gettext-runtime/intl/
Dloadmsgcat.c405 # define O_TEXT _O_TEXT macro
410 # undef O_TEXT
/third_party/mksh/
Dos2.c458 saved_mode = setmode(STDIN_FILENO, O_TEXT); in execve()
Dexec.c897 setmode(fd, O_TEXT); in scriptexec()
Dfuncs.c1765 saved_mode = setmode(fd, O_TEXT); in c_read()
/third_party/libuv/docs/src/
Dfs.rst216 in binary mode. Because of this the O_BINARY and O_TEXT flags are not
/third_party/quickjs/
Dquickjs-libc.c1592 if (!(flags & O_TEXT)) in js_os_open()
3546 OS_FLAG(O_TEXT),
/third_party/quickjs/doc/
Dquickjs.texi593 @item O_TEXT
/third_party/f2fs-tools/tools/sg_write_buffer/
Dsg_lib.c3469 return setmode(fd, O_TEXT); in sg_set_text_mode()
/third_party/gettext/gnulib-local/lib/
DChangeLog.01203 * system.h (O_BINARY, O_TEXT, setmode, fileno): New macros for systems
/third_party/python/Modules/
Dposixmodule.c14944 #ifdef O_TEXT in all_ins()
14945 if (PyModule_AddIntMacro(m, O_TEXT)) return -1; in all_ins()
/third_party/python/Doc/c-api/
Dinit.rst257 On Windows, changes the console mode from ``O_TEXT`` to ``O_BINARY``, which will
/third_party/python/Misc/
DHISTORY23316 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