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

/freebsd-9.3-release/crypto/openssl/crypto/ui/
H A Dui_openssl.c290 static long tty_orig[3], tty_new[3]; /* XXX Is there any guarantee that this variable
297 static TTY_STRUCT tty_orig, tty_new; variable
529 memcpy(&(tty_new), &(tty_orig), sizeof(tty_orig));
530 tty_new.TTY_FLAGS &= ~ECHO;
534 if (is_a_tty && (TTY_set(fileno(tty_in), &tty_new) == -1))
538 tty_new[0] = tty_orig[0];
539 tty_new[1] = tty_orig[1] | TT$M_NOECHO;
540 tty_new[2] = tty_orig[2];
542 sys$qiow(0, channel, IO$_SETMODE, &iosb, 0, 0, tty_new, 12, 0, 0, 0,
553 memcpy(&(tty_new),
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/des/
H A Dread_pwd.c269 long tty_orig[3], tty_new[3]; local
274 TTY_STRUCT tty_orig, tty_new;
328 memcpy(&(tty_new), &(tty_orig), sizeof(tty_orig));
345 tty_new.TTY_FLAGS &= ~ECHO;
349 if (is_a_tty && (TTY_set(fileno(tty), &tty_new) == -1))
357 tty_new[0] = tty_orig[0];
358 tty_new[1] = tty_orig[1] | TT$M_NOECHO;
359 tty_new[2] = tty_orig[2];
361 sys$qiow(0, channel, IO$_SETMODE, &iosb, 0, 0, tty_new, 12, 0, 0, 0,

Completed in 56 milliseconds