Home
last modified time | relevance | path

Searched refs:STD_INPUT_HANDLE (Results 1 - 25 of 26) sorted by relevance

12

/third_party/node/deps/openssl/openssl/crypto/ui/
H A Dui_openssl.c305 if (ReadConsoleW(GetStdHandle(STD_INPUT_HANDLE), in read_string_inner()
322 if (ReadConsoleA(GetStdHandle(STD_INPUT_HANDLE), in read_string_inner()
386 if (GetConsoleMode(GetStdHandle(STD_INPUT_HANDLE), &tty_orig)) { in open_console()
515 SetConsoleMode(GetStdHandle(STD_INPUT_HANDLE), tty_new); in noecho_console()
546 SetConsoleMode(GetStdHandle(STD_INPUT_HANDLE), tty_new); in echo_console()
692 inh = GetStdHandle(STD_INPUT_HANDLE); in noecho_fgets()
/third_party/openssl/crypto/ui/
H A Dui_openssl.c305 if (ReadConsoleW(GetStdHandle(STD_INPUT_HANDLE), in read_string_inner()
322 if (ReadConsoleA(GetStdHandle(STD_INPUT_HANDLE), in read_string_inner()
386 if (GetConsoleMode(GetStdHandle(STD_INPUT_HANDLE), &tty_orig)) { in open_console()
515 SetConsoleMode(GetStdHandle(STD_INPUT_HANDLE), tty_new); in noecho_console()
546 SetConsoleMode(GetStdHandle(STD_INPUT_HANDLE), tty_new); in echo_console()
692 inh = GetStdHandle(STD_INPUT_HANDLE); in noecho_fgets()
/third_party/mesa3d/src/gallium/tools/trace/
H A Dformat.py102 STD_INPUT_HANDLE = -10 variable in WindowsConsoleFormatter
126 nStdHandle = self.STD_INPUT_HANDLE
/third_party/lzma/CPP/7zip/UI/Console/
H A DUserInputUtils.cpp76 const HANDLE console = GetStdHandle(STD_INPUT_HANDLE); in GetPassword()
/third_party/node/test/overlapped-checker/
H A Dmain_win.c47 stdin_h = GetStdHandle(STD_INPUT_HANDLE); in main()
/third_party/rust/crates/atty/src/
H A Dlib.rs68 STD_ERROR_HANDLE as STD_ERROR, STD_INPUT_HANDLE as STD_INPUT, in is()
/third_party/gn/src/gn/
H A Dexec_process.cc93 start_info.hStdInput = GetStdHandle(STD_INPUT_HANDLE); in ExecProcess()
/third_party/libuv/src/win/
H A Dprocess-stdio.c79 handle = GetStdHandle(STD_INPUT_HANDLE); in uv_disable_stdio_inheritance()
/third_party/node/deps/uv/src/win/
H A Dprocess-stdio.c79 handle = GetStdHandle(STD_INPUT_HANDLE); in uv_disable_stdio_inheritance()
/third_party/skia/third_party/externals/angle2/util/windows/
H A Dtest_utils_win.cpp173 startInfo.hStdInput = ::GetStdHandle(STD_INPUT_HANDLE); in WindowsProcess()
/third_party/curl/tests/server/
H A Dsockfilt.c166 handle = GetStdHandle(STD_INPUT_HANDLE); in read_wincon()
717 handle = GetStdHandle(STD_INPUT_HANDLE); in select_ws()
/third_party/lzma/CPP/7zip/Common/
H A DFileStreams.cpp236 BOOL res = ::ReadFile(GetStdHandle(STD_INPUT_HANDLE), data, sizeTemp, &realProcessedSize, NULL); in Read()
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dapps.c2873 #if defined(_WIN32) && defined(STD_INPUT_HANDLE)
2877 if (ReadFile(GetStdHandle(STD_INPUT_HANDLE), buf, siz, &n, NULL)) in raw_read_stdin()
3178 HANDLE inhand = GetStdHandle(STD_INPUT_HANDLE); in has_stdin_waiting()
/third_party/openssl/apps/lib/
H A Dapps.c2866 #if defined(_WIN32) && defined(STD_INPUT_HANDLE)
2870 if (ReadFile(GetStdHandle(STD_INPUT_HANDLE), buf, siz, &n, NULL)) in raw_read_stdin()
3171 HANDLE inhand = GetStdHandle(STD_INPUT_HANDLE); in has_stdin_waiting()
/third_party/libsnd/src/
H A Dfile_io.c896 handle = GetStdHandle (STD_INPUT_HANDLE) ; in psf_set_stdio()
/third_party/python/Lib/
H A Dsubprocess.py83 STD_INPUT_HANDLE, STD_OUTPUT_HANDLE,
93 "STD_INPUT_HANDLE", "STD_OUTPUT_HANDLE",
1348 p2cread = _winapi.GetStdHandle(_winapi.STD_INPUT_HANDLE)
/third_party/curl/lib/
H A Dtelnet.c1358 stdin_handle = GetStdHandle(STD_INPUT_HANDLE); in telnet_do()
/third_party/googletest/googletest/src/
H A Dgtest-death-test.cc790 startup_info.hStdInput = ::GetStdHandle(STD_INPUT_HANDLE); in AssumeRole()
/third_party/node/deps/googletest/src/
H A Dgtest-death-test.cc808 startup_info.hStdInput = ::GetStdHandle(STD_INPUT_HANDLE); in AssumeRole()
/third_party/mesa3d/src/gtest/src/
H A Dgtest-death-test.cc790 startup_info.hStdInput = ::GetStdHandle(STD_INPUT_HANDLE); in AssumeRole()
/third_party/libuv/test/
H A Dtest-spawn.c2059 HANDLE h_stdin = GetStdHandle(STD_INPUT_HANDLE); in spawn_stdin_stdout()
/third_party/python/PC/
H A Dlauncher.c796 ok = safe_duplicate_handle(GetStdHandle(STD_INPUT_HANDLE), &si.hStdInput); in run_child()
H A Dlauncher2.c2499 if (!_safeDuplicateHandle(GetStdHandle(STD_INPUT_HANDLE), &si.hStdInput, L"stdin") || in launchEnvironment()
/third_party/python/Modules/
H A D_winapi.c1330 One of STD_INPUT_HANDLE, STD_OUTPUT_HANDLE, or STD_ERROR_HANDLE.
2230 WINAPI_CONSTANT(F_DWORD, STD_INPUT_HANDLE); in winapi_exec()
/third_party/ffmpeg/fftools/
H A Dffmpeg.c482 input_handle = GetStdHandle(STD_INPUT_HANDLE); in read_key()

Completed in 54 milliseconds

12