| /src/crypto/external/apache2/openssl/lib/libdes/ |
| oread_pwd.c | 237 long tty_orig[3], tty_new[3]; local 242 TTY_STRUCT tty_orig,tty_new; 279 if (TTY_get(fileno(tty),&tty_orig) == -1) 295 memcpy(&(tty_new),&(tty_orig),sizeof(tty_orig)); 301 status=sys$qiow(0,channel,IO$_SENSEMODE,&iosb,0,0,tty_orig,12,0,0,0,0); 322 tty_new[0] = tty_orig[0]; 323 tty_new[1] = tty_orig[1] | TT$M_NOECHO; 324 tty_new[2] = tty_orig[2]; 372 if (ps >= 2) TTY_set(fileno(tty),&tty_orig); local [all...] |
| /src/crypto/external/bsd/openssl/lib/libdes/ |
| oread_pwd.c | 237 long tty_orig[3], tty_new[3]; local 242 TTY_STRUCT tty_orig,tty_new; 279 if (TTY_get(fileno(tty),&tty_orig) == -1) 295 memcpy(&(tty_new),&(tty_orig),sizeof(tty_orig)); 301 status=sys$qiow(0,channel,IO$_SENSEMODE,&iosb,0,0,tty_orig,12,0,0,0,0); 322 tty_new[0] = tty_orig[0]; 323 tty_new[1] = tty_orig[1] | TT$M_NOECHO; 324 tty_new[2] = tty_orig[2]; 372 if (ps >= 2) TTY_set(fileno(tty),&tty_orig); local [all...] |
| /src/crypto/external/bsd/openssl.old/lib/libdes/ |
| oread_pwd.c | 237 long tty_orig[3], tty_new[3]; local 242 TTY_STRUCT tty_orig,tty_new; 279 if (TTY_get(fileno(tty),&tty_orig) == -1) 295 memcpy(&(tty_new),&(tty_orig),sizeof(tty_orig)); 301 status=sys$qiow(0,channel,IO$_SENSEMODE,&iosb,0,0,tty_orig,12,0,0,0,0); 322 tty_new[0] = tty_orig[0]; 323 tty_new[1] = tty_orig[1] | TT$M_NOECHO; 324 tty_new[2] = tty_orig[2]; 372 if (ps >= 2) TTY_set(fileno(tty),&tty_orig); local [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/ui/ |
| 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 384 if (GetConsoleMode(GetStdHandle(STD_INPUT_HANDLE), &tty_orig)) { 404 if (TTY_get(fileno(tty_in), &tty_orig) == -1) { 473 status = sys$qiow(0, channel, IO$_SENSEMODE, &iosb, 0, 0, tty_orig, 12, 486 memcpy(&(tty_new), &(tty_orig), sizeof(tty_orig)); 496 tty_new[0] = tty_orig[0]; 497 tty_new[1] = tty_orig[1] | TT$M_NOECHO [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/ui/ |
| 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)) { 406 if (TTY_get(fileno(tty_in), &tty_orig) == -1) { 475 status = sys$qiow(0, channel, IO$_SENSEMODE, &iosb, 0, 0, tty_orig, 12, 488 memcpy(&(tty_new), &(tty_orig), sizeof(tty_orig)); 498 tty_new[0] = tty_orig[0]; 499 tty_new[1] = tty_orig[1] | TT$M_NOECHO [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/ui/ |
| ui_openssl.c | 168 static long tty_orig[3], tty_new[3]; /* XXX Is there any guarantee that this variable 174 static DWORD tty_orig, tty_new; variable 177 static TTY_STRUCT tty_orig, tty_new; variable 389 if (GetConsoleMode(GetStdHandle(STD_INPUT_HANDLE), &tty_orig)) { 409 if (TTY_get(fileno(tty_in), &tty_orig) == -1) { 484 status = sys$qiow(0, channel, IO$_SENSEMODE, &iosb, 0, 0, tty_orig, 12, 497 memcpy(&(tty_new), &(tty_orig), sizeof(tty_orig)); 507 tty_new[0] = tty_orig[0]; 508 tty_new[1] = tty_orig[1] | TT$M_NOECHO [all...] |