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

  /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...]
pppd.h 236 extern int using_pty; /* using pty as device (notty or pty opt.) */
311 extern bool notty; /* Stdin/out is not a tty */
    [all...]
sys-solaris.c 598 if (default_device && !notty)
    [all...]
pppd.8     [all...]
  /system/core/adb/
commandline.cpp 238 " [parameters] - Eg. defaultroute debug dump local notty usepeerdns\n"
    [all...]

Completed in 532 milliseconds