Home
last modified time | relevance | path

Searched refs:notty (Results 1 – 5 of 5) sorted by relevance

/external/openssh/regress/
Dagent-pkcs11.sh20 notty() { function
42 echo ${TEST_SSH_PIN} | notty ${SSHADD} -s ${TEST_SSH_PKCS11} > /dev/null 2>&1
63 echo ${TEST_SSH_PIN} | notty ${SSHADD} -e ${TEST_SSH_PKCS11} > /dev/null 2>&1
Dconch-ciphers.sh20 --known-hosts $OBJ/known_hosts --notty --noagent --nox11 -n \
/external/ppp/pppd/
Dtty.c148 bool notty = 0; /* Stdin/out is not a tty */ variable
198 { "notty", o_bool, &notty,
418 using_pty = notty || ptycommand != NULL || pty_socket != NULL; in tty_process_extra_options()
453 if (demand && notty) { in tty_check_options()
469 pty_socket? "socket": notty? "notty": "pty"); in tty_check_options()
472 if (ptycommand != NULL && notty) { in tty_check_options()
476 if (pty_socket != NULL && (ptycommand != NULL || notty)) { in tty_check_options()
480 default_device = notty; in tty_check_options()
483 if (notty && log_to_fd <= 1) in tty_check_options()
659 } else if (notty) { in connect_tty()
Dpppd.h311 extern bool notty; /* Stdin/out is not a tty */
Dsys-solaris.c598 if (default_device && !notty) in sys_init()