Home
last modified time | relevance | path

Searched refs:is_a_tty (Results 1 – 3 of 3) sorted by relevance

/onnv-gate/usr/src/common/openssl/crypto/des/
H A Dread_pwd.c278 int is_a_tty; in des_read_pw() local
291 is_a_tty=1; in des_read_pw()
311 is_a_tty=0; in des_read_pw()
318 is_a_tty=0; in des_read_pw()
342 if (is_a_tty && (TTY_set(fileno(tty),&tty_new) == -1)) in des_read_pw()
/onnv-gate/usr/src/common/openssl/crypto/ui/
H A Dui_openssl.c296 static int is_a_tty; variable
474 is_a_tty = 1; in open_console()
496 is_a_tty=0; in open_console()
503 is_a_tty=0; in open_console()
528 if (is_a_tty && (TTY_set(fileno(tty_in),&tty_new) == -1)) in noecho_console()
550 if (is_a_tty && (TTY_set(fileno(tty_in),&tty_new) == -1)) in echo_console()
/onnv-gate/usr/src/cmd/streams/strcmd/
H A Dstrchg.c119 short is_a_tty; /* TRUE if TCGETA succeeds */ in main() local
135 error = fromfile = is_a_tty = pop = popall = popupto = push = FALSE; in main()
274 is_a_tty = TRUE; in main()
379 if (is_a_tty && in main()