Searched refs:O_TEXT (Results 1 – 18 of 18) sorted by relevance
/external/angle/third_party/vulkan-deps/spirv-tools/src/tools/ |
D | io.h | 28 #define SET_STDIN_TO_TEXT_MODE() _setmode(_fileno(stdin), O_TEXT);
|
/external/python/cpython2/Doc/library/ |
D | msvcrt.rst | 63 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
|
D | os.rst | 905 O_TEXT
|
/external/python/cpython3/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 | 1015 O_TEXT
|
/external/python/cpython2/RISCOS/Modules/ |
D | riscosmodule.c | 485 #ifdef O_TEXT in all_ins() 486 if (ins(d, "O_TEXT", (long)O_TEXT)) return -1; in all_ins()
|
/external/mksh/src/ |
D | os2.c | 431 saved_mode = setmode(STDIN_FILENO, O_TEXT); in execve()
|
D | exec.c | 895 setmode(fd, O_TEXT); in scriptexec()
|
D | funcs.c | 1744 saved_mode = setmode(fd, O_TEXT); in c_read()
|
/external/e2fsprogs/intl/ |
D | loadmsgcat.c | 481 # define O_TEXT _O_TEXT macro 486 # undef O_TEXT
|
/external/oss-fuzz/projects/cryptofuzz/ |
D | xxd.c | 152 # define BIN_ASSIGN(fp, yes) setmode(fileno(fp), (yes) ? O_BINARY : O_TEXT)
|
/external/rust/crates/libc/src/windows/ |
D | mod.rs | 126 pub const O_TEXT: ::c_int = 16384; constant
|
/external/python/cpython2/Modules/ |
D | posixmodule.c | 4686 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/ |
D | sg_lib.c | 3469 return setmode(fd, O_TEXT); in sg_set_text_mode()
|
/external/python/cpython3/Modules/ |
D | posixmodule.c | 14678 #ifdef O_TEXT in all_ins() 14679 if (PyModule_AddIntMacro(m, O_TEXT)) return -1; in all_ins()
|
/external/python/cpython3/Doc/c-api/ |
D | init.rst | 256 On Windows, changes the console mode from ``O_TEXT`` to ``O_BINARY``, which will
|
/external/python/cpython2/Misc/ |
D | HISTORY | 5932 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/ |
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
|