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

  /external/openssl/crypto/des/
read_pwd.c 278 int is_a_tty; local
291 is_a_tty=1;
311 is_a_tty=0;
318 is_a_tty=0;
342 if (is_a_tty && (TTY_set(fileno(tty),&tty_new) == -1))
  /external/openssl/crypto/ui/
ui_openssl.c 304 static int is_a_tty; variable
485 is_a_tty = 1;
507 is_a_tty=0;
514 is_a_tty=0;
539 if (is_a_tty && (TTY_set(fileno(tty_in),&tty_new) == -1))
561 if (is_a_tty && (TTY_set(fileno(tty_in),&tty_new) == -1))

Completed in 54 milliseconds