Home | History | Annotate | Download | only in pppd

Lines Matching full:st_mode

315 	if (!S_ISCHR(statbuf.st_mode)) {
488 if (fstat(0, &statbuf) >= 0 && S_ISCHR(statbuf.st_mode)
504 && S_ISCHR(statbuf.st_mode) && statbuf.st_rdev == devstat.st_rdev)
596 || fchmod(ttyfd, statbuf.st_mode & ~(S_IWGRP | S_IWOTH)) < 0) {
599 tty_mode = statbuf.st_mode;