Home
last modified time | relevance | path

Searched refs:tty_mode (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/usr.sbin/pppd/
Dmain.c101 mode_t tty_mode = -1; /* Original access permissions to tty */ variable
461 tty_mode = statbuf.st_mode; in main()
765 if (tty_mode != (mode_t) -1) in close_tty()
766 fchmod(ttyfd, tty_mode); in close_tty()