Home
last modified time | relevance | path

Searched refs:O_TEXT (Results 1 - 12 of 12) sorted by relevance

/third_party/spirv-tools/tools/
H A Dio.h28 #define SET_STDIN_TO_TEXT_MODE() _setmode(_fileno(stdin), O_TEXT);
30 #define SET_STDOUT_TO_TEXT_MODE() _setmode(_fileno(stdout), O_TEXT);
/third_party/skia/third_party/externals/spirv-tools/tools/
H A 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/
H A Dio.h28 #define SET_STDIN_TO_TEXT_MODE() _setmode(_fileno(stdin), O_TEXT);
/third_party/openssl/ohos_lite/
H A De_os.h111 # define _O_TEXT O_TEXT
/third_party/node/deps/openssl/openssl/
H A De_os.h66 # define _O_TEXT O_TEXT
/third_party/openssl/
H A De_os.h66 # define _O_TEXT O_TEXT
/third_party/mksh/
H A Dos2.c458 saved_mode = setmode(STDIN_FILENO, O_TEXT); in execve()
H A Dexec.c897 setmode(fd, O_TEXT); in scriptexec()
H A Dfuncs.c1765 saved_mode = setmode(fd, O_TEXT); in c_read()
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs130 pub const O_TEXT: ::c_int = 0x4000; consts
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs209 pub const O_TEXT: c_int = 0x100; consts
/third_party/python/Modules/
H A Dposixmodule.c15151 #ifdef O_TEXT in all_ins()
15152 if (PyModule_AddIntMacro(m, O_TEXT)) return -1; in all_ins()

Completed in 28 milliseconds