HomeSort by relevance Sort by last modified time
    Searched refs:tty_orig (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/des/
read_pwd.c 265 long tty_orig[3], tty_new[3]; local
270 TTY_STRUCT tty_orig,tty_new;
307 if (TTY_get(fileno(tty),&tty_orig) == -1)
323 memcpy(&(tty_new),&(tty_orig),sizeof(tty_orig));
329 status=sys$qiow(0,channel,IO$_SENSEMODE,&iosb,0,0,tty_orig,12,0,0,0,0);
350 tty_new[0] = tty_orig[0];
351 tty_new[1] = tty_orig[1] | TT$M_NOECHO;
352 tty_new[2] = tty_orig[2];
400 if (ps >= 2) TTY_set(fileno(tty),&tty_orig); local
    [all...]
  /external/openssl/crypto/des/
read_pwd.c 265 long tty_orig[3], tty_new[3]; local
270 TTY_STRUCT tty_orig,tty_new;
307 if (TTY_get(fileno(tty),&tty_orig) == -1)
323 memcpy(&(tty_new),&(tty_orig),sizeof(tty_orig));
329 status=sys$qiow(0,channel,IO$_SENSEMODE,&iosb,0,0,tty_orig,12,0,0,0,0);
350 tty_new[0] = tty_orig[0];
351 tty_new[1] = tty_orig[1] | TT$M_NOECHO;
352 tty_new[2] = tty_orig[2];
400 if (ps >= 2) TTY_set(fileno(tty),&tty_orig); local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/ui/
ui_openssl.c 295 static long tty_orig[3], tty_new[3]; /* XXX Is there any guarantee that this will always suffice for the actual structures? */ variable
300 static TTY_STRUCT tty_orig,tty_new; variable
503 if (TTY_get(fileno(tty_in),&tty_orig) == -1)
524 status=sys$qiow(0,channel,IO$_SENSEMODE,&iosb,0,0,tty_orig,12,0,0,0,0);
534 memcpy(&(tty_new),&(tty_orig),sizeof(tty_orig));
543 tty_new[0] = tty_orig[0];
544 tty_new[1] = tty_orig[1] | TT$M_NOECHO;
545 tty_new[2] = tty_orig[2];
556 memcpy(&(tty_new),&(tty_orig),sizeof(tty_orig))
    [all...]
  /external/openssl/crypto/ui/
ui_openssl.c 295 static long tty_orig[3], tty_new[3]; /* XXX Is there any guarantee that this will always suffice for the actual structures? */ variable
300 static TTY_STRUCT tty_orig,tty_new; variable
503 if (TTY_get(fileno(tty_in),&tty_orig) == -1)
524 status=sys$qiow(0,channel,IO$_SENSEMODE,&iosb,0,0,tty_orig,12,0,0,0,0);
534 memcpy(&(tty_new),&(tty_orig),sizeof(tty_orig));
543 tty_new[0] = tty_orig[0];
544 tty_new[1] = tty_orig[1] | TT$M_NOECHO;
545 tty_new[2] = tty_orig[2];
556 memcpy(&(tty_new),&(tty_orig),sizeof(tty_orig))
    [all...]

Completed in 771 milliseconds