Home | History | Annotate | Download | only in pppd

Lines Matching defs:tty_mode

129 mode_t tty_mode = (mode_t)-1;	/* Original access permissions to tty */
599 tty_mode = statbuf.st_mode;
841 if (tty_mode != (mode_t) -1) {
842 if (fchmod(real_ttyfd, tty_mode) != 0)