Searched refs:notty (Results 1 - 10 of 10) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/
H A Dtty.c98 bool notty = 0; /* Stdin/out is not a tty */ variable
145 { "notty", o_bool, &notty,
182 "Maximum data rate in bytes/sec (with pty, notty or record option)",
362 using_pty = notty || ptycommand != NULL || pty_socket != NULL;
380 * ptycommand, pty_socket, notty or devnam.
408 notty? "notty": "pty");
411 if (ptycommand != NULL && notty) {
412 option_error("pty option is incompatible with notty optio
[all...]
H A Dpppd.h207 extern int using_pty; /* using pty as device (notty or pty opt.) */
262 extern bool notty; /* Stdin/out is not a tty */
H A Dsys-solaris.c553 if (default_device && !notty)
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Dtty.c151 bool notty = 0; /* Stdin/out is not a tty */ variable
199 { "notty", o_bool, &notty,
236 "Maximum data rate in bytes/sec (with pty, notty or record option)",
416 using_pty = notty || ptycommand != NULL || pty_socket != NULL;
434 * ptycommand, pty_socket, notty or devnam.
462 notty? "notty": "pty");
465 if (ptycommand != NULL && notty) {
466 option_error("pty option is incompatible with notty optio
[all...]
H A Dpppd.h234 extern int using_pty; /* using pty as device (notty or pty opt.) */
298 extern bool notty; /* Stdin/out is not a tty */
H A Dsys-solaris.c602 if (default_device && !notty)
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Dtty.c151 bool notty = 0; /* Stdin/out is not a tty */ variable
199 { "notty", o_bool, &notty,
236 "Maximum data rate in bytes/sec (with pty, notty or record option)",
416 using_pty = notty || ptycommand != NULL || pty_socket != NULL;
434 * ptycommand, pty_socket, notty or devnam.
462 notty? "notty": "pty");
465 if (ptycommand != NULL && notty) {
466 option_error("pty option is incompatible with notty optio
[all...]
H A Dpppd.h234 extern int using_pty; /* using pty as device (notty or pty opt.) */
298 extern bool notty; /* Stdin/out is not a tty */
H A Dsys-solaris.c602 if (default_device && !notty)
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppoecd/
H A Dpppd.h205 extern int using_pty; /* using pty as device (notty or pty opt.) */
260 extern bool notty; /* Stdin/out is not a tty */

Completed in 100 milliseconds