Home
last modified time | relevance | path

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

/external/python/cpython3/Doc/library/
Dmsvcrt.rst69 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
Dos.rst972 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/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.c421 saved_mode = setmode(STDIN_FILENO, O_TEXT); in execve()
Dexec.c905 setmode(fd, O_TEXT); in scriptexec()
Dfuncs.c1753 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/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.c12929 #ifdef O_TEXT in all_ins()
12930 if (PyModule_AddIntMacro(m, O_TEXT)) return -1; in all_ins()
/external/python/cpython3/Doc/c-api/
Dinit.rst253 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