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

  /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...]
pppd.h 289 extern char *ptycommand; /* Command to run on other side of pty */
    [all...]

Completed in 54 milliseconds