Searched refs:ptycommand (Results 1 – 3 of 3) sorted by relevance
/external/ppp/pppd/ |
D | 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; in tty_process_extra_options() 452 if (demand && connect_script == 0 && ptycommand == NULL in tty_check_options() 467 if (ptycommand != NULL && notty) { in tty_check_options() 471 if (pty_socket != NULL && (ptycommand != NULL || notty)) { in tty_check_options() 621 if (ptycommand != NULL) { in connect_tty() 632 ok = device_script(ptycommand, opipe[0], ipipe[1], 1) == 0 in connect_tty() 641 if (device_script(ptycommand, pty_master, pty_master, 1) < 0) in connect_tty() 748 if (connector != NULL || ptycommand != NULL || pty_socket != NULL) in connect_tty()
|
D | pppd.h | 289 extern char *ptycommand; /* Command to run on other side of pty */
|
/external/dropbear/ |
D | svr-chansession.c | 48 static int ptycommand(struct Channel *channel, struct ChanSess *chansess); 619 ret = ptycommand(channel, chansess); in sessioncommand() 734 static int ptycommand(struct Channel *channel, struct ChanSess *chansess) { in ptycommand() function
|