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

  /external/ppp/pppd/
tty.c 984 int pty_readable, stdin_readable; local
1069 pty_readable = stdin_readable = 1;
1091 while (nibuf != 0 || nobuf != 0 || pty_readable || stdin_readable) {
1102 } else if (stdin_readable)
1143 stdin_readable = 0;
1168 stdin_readable = 0; /* pty is not writable now */
1180 } else if (!stdin_readable)
1208 stdin_readable = 0;
    [all...]

Completed in 871 milliseconds