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

/freebsd-13-stable/contrib/libarchive/libarchive_fe/
H A Dpassphrase.c86 HANDLE hStdin, hStdout; local
92 hStdin = GetStdHandle(STD_INPUT_HANDLE);
93 if (hStdin == INVALID_HANDLE_VALUE)
99 success = GetConsoleMode(hStdin, &mode);
104 success = SetConsoleMode(hStdin, mode);
112 success = ReadFile(hStdin, buf, (DWORD)bufsiz - 1, &rbytes, NULL);

Completed in 96 milliseconds