Searched refs:O_TEXT (Results 1 – 15 of 15) sorted by relevance
/external/python/cpython3/Doc/library/ |
D | msvcrt.rst | 69 text mode, *flags* should be :const:`os.O_TEXT`; for binary, it should be 77 and :const:`os.O_TEXT`. The returned file descriptor may be used as a parameter
|
D | os.rst | 972 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/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 | 421 saved_mode = setmode(STDIN_FILENO, O_TEXT); in execve()
|
D | exec.c | 905 setmode(fd, O_TEXT); in scriptexec()
|
D | funcs.c | 1753 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/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 | 12929 #ifdef O_TEXT in all_ins() 12930 if (PyModule_AddIntMacro(m, O_TEXT)) return -1; in all_ins()
|
/external/python/cpython3/Doc/c-api/ |
D | init.rst | 253 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
|