Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan-deps/spirv-tools/src/tools/
Dio.h28 #define SET_STDIN_TO_TEXT_MODE() _setmode(_fileno(stdin), O_TEXT);
/external/python/cpython2/Doc/library/
Dmsvcrt.rst63 text mode, *flags* should be :const:`os.O_TEXT`; for binary, it should be
71 and :const:`os.O_TEXT`. The returned file descriptor may be used as a parameter
Dos.rst905 O_TEXT
/external/python/cpython3/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.rst1015 O_TEXT
/external/python/cpython2/RISCOS/Modules/
Driscosmodule.c485 #ifdef O_TEXT in all_ins()
486 if (ins(d, "O_TEXT", (long)O_TEXT)) return -1; in all_ins()
/external/mksh/src/
Dos2.c431 saved_mode = setmode(STDIN_FILENO, O_TEXT); in execve()
Dexec.c895 setmode(fd, O_TEXT); in scriptexec()
Dfuncs.c1744 saved_mode = setmode(fd, O_TEXT); in c_read()
/external/e2fsprogs/intl/
Dloadmsgcat.c481 # define O_TEXT _O_TEXT macro
486 # undef O_TEXT
/external/oss-fuzz/projects/cryptofuzz/
Dxxd.c152 # define BIN_ASSIGN(fp, yes) setmode(fileno(fp), (yes) ? O_BINARY : O_TEXT)
/external/rust/crates/libc/src/windows/
Dmod.rs126 pub const O_TEXT: ::c_int = 16384; constant
/external/python/cpython2/Modules/
Dposixmodule.c4686 tm = O_TEXT; in os2emx_popen2()
4718 tm = O_TEXT; in os2emx_popen3()
4750 tm = O_TEXT; in os2emx_popen4()
4791 if (mode == O_TEXT) in _PyPopen()
9317 #ifdef O_TEXT in all_ins()
9318 if (ins(d, "O_TEXT", (long)O_TEXT)) return -1; in all_ins()
/external/f2fs-tools/tools/sg_write_buffer/
Dsg_lib.c3469 return setmode(fd, O_TEXT); in sg_set_text_mode()
/external/python/cpython3/Modules/
Dposixmodule.c14678 #ifdef O_TEXT in all_ins()
14679 if (PyModule_AddIntMacro(m, O_TEXT)) return -1; in all_ins()
/external/python/cpython3/Doc/c-api/
Dinit.rst256 On Windows, changes the console mode from ``O_TEXT`` to ``O_BINARY``, which will
/external/python/cpython2/Misc/
DHISTORY5932 O_EXCL, O_RDONLY, O_RDWR, O_TEXT, O_TRUNC and O_WRONLY. Contrary
13580 Windows, also O_TEXT and O_BINARY. The 'error' variable (the
/external/python/cpython3/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