Home | History | Annotate | Download | only in pppd

Lines Matching refs:tcgetattr

938     if (tcgetattr(tty_fd, &tios) < 0) {
940 fatal("tcgetattr: %m (line %d)", __LINE__);
2668 if (tcgetattr(sfd, &tios) == 0) {