Searched refs:tty_orig (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/ui/ |
H A D | ui_openssl.c | 164 static long tty_orig[3], tty_new[3]; /* XXX Is there any guarantee that this variable 170 static DWORD tty_orig, tty_new; variable 173 static TTY_STRUCT tty_orig, tty_new; variable 386 if (GetConsoleMode(GetStdHandle(STD_INPUT_HANDLE), &tty_orig)) { in open_console() 406 if (TTY_get(fileno(tty_in), &tty_orig) == -1) { in open_console() 475 status = sys$qiow(0, channel, IO$_SENSEMODE, &iosb, 0, 0, tty_orig, 12, in open_console() 488 memcpy(&(tty_new), &(tty_orig), sizeof(tty_orig)); in noecho_console() 498 tty_new[0] = tty_orig[0]; in noecho_console() 499 tty_new[1] = tty_orig[ in noecho_console() [all...] |
/third_party/openssl/crypto/ui/ |
H A D | ui_openssl.c | 164 static long tty_orig[3], tty_new[3]; /* XXX Is there any guarantee that this variable 170 static DWORD tty_orig, tty_new; variable 173 static TTY_STRUCT tty_orig, tty_new; variable 386 if (GetConsoleMode(GetStdHandle(STD_INPUT_HANDLE), &tty_orig)) { in open_console() 406 if (TTY_get(fileno(tty_in), &tty_orig) == -1) { in open_console() 475 status = sys$qiow(0, channel, IO$_SENSEMODE, &iosb, 0, 0, tty_orig, 12, in open_console() 488 memcpy(&(tty_new), &(tty_orig), sizeof(tty_orig)); in noecho_console() 498 tty_new[0] = tty_orig[0]; in noecho_console() 499 tty_new[1] = tty_orig[ in noecho_console() [all...] |
/third_party/backends/backend/ |
H A D | dc210.c | 276 static struct termios tty_orig; variable 346 if (tcgetattr (camera->fd, &tty_orig) == -1) in init_dc210() 352 memcpy ((char *) &tty_new, (char *) &tty_orig, sizeof (struct termios)); in init_dc210() 450 tcsetattr (camera->fd, TCSANOW, &tty_orig); in init_dc210()
|
H A D | dc240.c | 312 static struct termios tty_orig; variable 391 if (tcgetattr (camera->fd, &tty_orig) == -1) in init_dc240() 397 memcpy ((char *) &tty_new, (char *) &tty_orig, sizeof (struct termios)); in init_dc240() 482 tcsetattr (camera->fd, TCSANOW, &tty_orig); in init_dc240()
|
H A D | dc25.c | 361 static struct termios tty_orig; variable 428 if (tcgetattr (tfd, &tty_orig) == -1) in init_dc20() 434 memcpy ((char *) &tty_new, (char *) &tty_orig, sizeof (struct termios)); in init_dc20() 484 tcsetattr (tfd, TCSANOW, &tty_orig); in init_dc20() 524 if (tcsetattr (fd, TCSANOW, &tty_orig) == -1) in close_dc20()
|
Completed in 8 milliseconds