Home | History | Annotate | Download | only in pppd

Lines Matching full:sbuf

2526     struct stat sbuf;
2529 if (stat(dev, &sbuf) < 0) {
2533 if ((sbuf.st_mode & S_IFMT) != S_IFCHR) {
2538 LOCK_PREFIX, major(sbuf.st_dev),
2539 major(sbuf.st_rdev), minor(sbuf.st_rdev));