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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/ui/
H A Dui_openssl.c274 static long tty_orig[3], tty_new[3]; /* XXX Is there any guarantee that this will always suffice for the actual structures? */ variable
279 static TTY_STRUCT tty_orig,tty_new; variable
510 memcpy(&(tty_new),&(tty_orig),sizeof(tty_orig));
511 tty_new.TTY_FLAGS &= ~ECHO;
515 if (is_a_tty && (TTY_set(fileno(tty_in),&tty_new) == -1))
519 tty_new[0] = tty_orig[0];
520 tty_new[1] = tty_orig[1] | TT$M_NOECHO;
521 tty_new[2] = tty_orig[2];
522 status = sys$qiow(0,channel,IO$_SETMODE,&iosb,0,0,tty_new,12,0,0,0,0);
532 memcpy(&(tty_new),
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/ui/
H A Dui_openssl.c287 static long tty_orig[3], tty_new[3]; /* XXX Is there any guarantee that this will always suffice for the actual structures? */ variable
292 static TTY_STRUCT tty_orig,tty_new; variable
523 memcpy(&(tty_new),&(tty_orig),sizeof(tty_orig));
524 tty_new.TTY_FLAGS &= ~ECHO;
528 if (is_a_tty && (TTY_set(fileno(tty_in),&tty_new) == -1))
532 tty_new[0] = tty_orig[0];
533 tty_new[1] = tty_orig[1] | TT$M_NOECHO;
534 tty_new[2] = tty_orig[2];
535 status = sys$qiow(0,channel,IO$_SETMODE,&iosb,0,0,tty_new,12,0,0,0,0);
545 memcpy(&(tty_new),
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/des/
H A Dread_pwd.c265 long tty_orig[3], tty_new[3]; local
270 TTY_STRUCT tty_orig,tty_new;
323 memcpy(&(tty_new),&(tty_orig),sizeof(tty_orig));
338 tty_new.TTY_FLAGS &= ~ECHO;
342 if (is_a_tty && (TTY_set(fileno(tty),&tty_new) == -1))
350 tty_new[0] = tty_orig[0];
351 tty_new[1] = tty_orig[1] | TT$M_NOECHO;
352 tty_new[2] = tty_orig[2];
353 status = sys$qiow(0,channel,IO$_SETMODE,&iosb,0,0,tty_new,12,0,0,0,0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Dread_pwd.c265 long tty_orig[3], tty_new[3]; local
270 TTY_STRUCT tty_orig,tty_new;
323 memcpy(&(tty_new),&(tty_orig),sizeof(tty_orig));
338 tty_new.TTY_FLAGS &= ~ECHO;
342 if (is_a_tty && (TTY_set(fileno(tty),&tty_new) == -1))
350 tty_new[0] = tty_orig[0];
351 tty_new[1] = tty_orig[1] | TT$M_NOECHO;
352 tty_new[2] = tty_orig[2];
353 status = sys$qiow(0,channel,IO$_SETMODE,&iosb,0,0,tty_new,12,0,0,0,0);

Completed in 63 milliseconds