Lines Matching defs:statbuf
304 struct stat statbuf;
479 if (fstat(0, &statbuf) >= 0 && S_ISCHR(statbuf.st_mode)
480 && statbuf.st_rdev == devstat.st_rdev) {
494 if (log_to_fd >= 0 && fstat(log_to_fd, &statbuf) >= 0
495 && S_ISCHR(statbuf.st_mode) && statbuf.st_rdev == devstat.st_rdev)
700 if (fstat(ttyfd, &statbuf) < 0
701 || fchmod(ttyfd, statbuf.st_mode & ~(S_IWGRP | S_IWOTH)) < 0) {
704 tty_mode = statbuf.st_mode;