Home
last modified time | relevance | path

Searched refs:_getch (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/libfido2/openbsd-compat/
H A Dreadpassphrase_win32.c82 while (_kbhit()) (void)_getch(); in readpassphrase()
92 ch = (char)_getch(); in readpassphrase()
95 if (_kbhit()) (void)_getch(); /* read linefeed if its there */ in readpassphrase()
/freebsd/contrib/ntp/include/
H A Dntp_machine.h124 #define _getch getchar macro
241 # define _getch getchar macro
/freebsd/contrib/ntp/libntp/
H A Dmachines.c24 int _getch(void); /* Declare the one function rather than include conio.h */
523 for (i=0; i<sizeof(password)-1 && ((c=_getch())!='\n' && c!='\r'); i++) { in getpass()
/freebsd/crypto/openssl/crypto/ui/
H A Dui_openssl.c671 i = _getch(); in noecho_fgets()