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

  /external/dropbear/
svr-chansession.c 48 static int ptycommand(struct Channel *channel, struct ChanSess *chansess);
564 * noptycommand or ptycommand as appropriate.
619 ret = ptycommand(channel, chansess);
734 static int ptycommand(struct Channel *channel, struct ChanSess *chansess) { function
745 TRACE(("enter ptycommand"))
778 TRACE(("leave ptycommand: error redirecting filedesc"))
826 TRACE(("continue ptycommand: parent"))
842 TRACE(("leave ptycommand"))
  /external/ppp/pppd/
tty.c 145 char *ptycommand = NULL; /* Command to run on other side of pty */ variable
192 { "pty", o_string, &ptycommand,
413 using_pty = notty || ptycommand != NULL || pty_socket != NULL;
431 * ptycommand, pty_socket, notty or devnam.
452 if (demand && connect_script == 0 && ptycommand == NULL
467 if (ptycommand != NULL && notty) {
471 if (pty_socket != NULL && (ptycommand != NULL || notty)) {
621 if (ptycommand != NULL) {
628 /* don't leak these to the ptycommand */
632 ok = device_script(ptycommand, opipe[0], ipipe[1], 1) ==
    [all...]

Completed in 191 milliseconds