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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/ui/
H A Dui_openssl.c292 static long tty_orig[3], tty_new[3]; /* XXX Is there any guarantee that this variable
299 static TTY_STRUCT tty_orig, tty_new; variable
531 memcpy(&(tty_new), &(tty_orig), sizeof(tty_orig));
532 tty_new.TTY_FLAGS &= ~ECHO;
536 if (is_a_tty && (TTY_set(fileno(tty_in), &tty_new) == -1))
540 tty_new[0] = tty_orig[0];
541 tty_new[1] = tty_orig[1] | TT$M_NOECHO;
542 tty_new[2] = tty_orig[2];
544 sys$qiow(0, channel, IO$_SETMODE, &iosb, 0, 0, tty_new, 12, 0, 0, 0,
555 memcpy(&(tty_new),
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/ui/
H A Dui_openssl.c289 static long tty_orig[3], tty_new[3]; /* XXX Is there any guarantee that this will always suffice for the actual structures? */ variable
294 static TTY_STRUCT tty_orig,tty_new; variable
528 memcpy(&(tty_new),&(tty_orig),sizeof(tty_orig));
529 tty_new.TTY_FLAGS &= ~ECHO;
533 if (is_a_tty && (TTY_set(fileno(tty_in),&tty_new) == -1))
537 tty_new[0] = tty_orig[0];
538 tty_new[1] = tty_orig[1] | TT$M_NOECHO;
539 tty_new[2] = tty_orig[2];
540 status = sys$qiow(0,channel,IO$_SETMODE,&iosb,0,0,tty_new,12,0,0,0,0);
550 memcpy(&(tty_new),
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/ui/
H A Dui_openssl.c292 static long tty_orig[3], tty_new[3]; /* XXX Is there any guarantee that this variable
299 static TTY_STRUCT tty_orig, tty_new; variable
531 memcpy(&(tty_new), &(tty_orig), sizeof(tty_orig));
532 tty_new.TTY_FLAGS &= ~ECHO;
536 if (is_a_tty && (TTY_set(fileno(tty_in), &tty_new) == -1))
540 tty_new[0] = tty_orig[0];
541 tty_new[1] = tty_orig[1] | TT$M_NOECHO;
542 tty_new[2] = tty_orig[2];
544 sys$qiow(0, channel, IO$_SETMODE, &iosb, 0, 0, tty_new, 12, 0, 0, 0,
555 memcpy(&(tty_new),
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/ui/
H A Dui_openssl.c289 static long tty_orig[3], tty_new[3]; /* XXX Is there any guarantee that this will always suffice for the actual structures? */ variable
294 static TTY_STRUCT tty_orig,tty_new; variable
528 memcpy(&(tty_new),&(tty_orig),sizeof(tty_orig));
529 tty_new.TTY_FLAGS &= ~ECHO;
533 if (is_a_tty && (TTY_set(fileno(tty_in),&tty_new) == -1))
537 tty_new[0] = tty_orig[0];
538 tty_new[1] = tty_orig[1] | TT$M_NOECHO;
539 tty_new[2] = tty_orig[2];
540 status = sys$qiow(0,channel,IO$_SETMODE,&iosb,0,0,tty_new,12,0,0,0,0);
550 memcpy(&(tty_new),
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/ui/
H A Dui_openssl.c292 static long tty_orig[3], tty_new[3]; /* XXX Is there any guarantee that this variable
299 static TTY_STRUCT tty_orig, tty_new; variable
531 memcpy(&(tty_new), &(tty_orig), sizeof(tty_orig));
532 tty_new.TTY_FLAGS &= ~ECHO;
536 if (is_a_tty && (TTY_set(fileno(tty_in), &tty_new) == -1))
540 tty_new[0] = tty_orig[0];
541 tty_new[1] = tty_orig[1] | TT$M_NOECHO;
542 tty_new[2] = tty_orig[2];
544 sys$qiow(0, channel, IO$_SETMODE, &iosb, 0, 0, tty_new, 12, 0, 0, 0,
555 memcpy(&(tty_new),
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/ui/
H A Dui_openssl.c289 static long tty_orig[3], tty_new[3]; /* XXX Is there any guarantee that this will always suffice for the actual structures? */ variable
294 static TTY_STRUCT tty_orig,tty_new; variable
528 memcpy(&(tty_new),&(tty_orig),sizeof(tty_orig));
529 tty_new.TTY_FLAGS &= ~ECHO;
533 if (is_a_tty && (TTY_set(fileno(tty_in),&tty_new) == -1))
537 tty_new[0] = tty_orig[0];
538 tty_new[1] = tty_orig[1] | TT$M_NOECHO;
539 tty_new[2] = tty_orig[2];
540 status = sys$qiow(0,channel,IO$_SETMODE,&iosb,0,0,tty_new,12,0,0,0,0);
550 memcpy(&(tty_new),
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/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,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/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,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/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 197 milliseconds