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

  /external/openssh/regress/
agent-pkcs11.sh 20 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
  /external/ppp/pppd/
tty.c 148 bool notty = 0; /* Stdin/out is not a tty */ variable
198 { "notty", o_bool, &notty,
238 "Maximum data rate in bytes/sec (with pty, notty or record option)",
418 using_pty = notty || ptycommand != NULL || pty_socket != NULL;
436 * ptycommand, pty_socket, notty or devnam.
453 if (demand && notty) {
454 option_error("demand-dialling is incompatible with notty");
469 pty_socket? "socket": notty? "notty": "pty")
    [all...]

Completed in 337 milliseconds