Home | History | Annotate | Download | only in strace

Lines Matching defs:statbuf

493 		struct stat statbuf;
512 else if (stat(filename, &statbuf) == 0)
539 if (stat(pathname, &statbuf) == 0 &&
543 S_ISREG(statbuf.st_mode) &&
544 (statbuf.st_mode & 0111))
548 if (stat(pathname, &statbuf) < 0) {
589 if (statbuf.st_mode & S_ISUID)
590 run_euid = statbuf.st_uid;
591 if (statbuf.st_mode & S_ISGID)
592 run_egid = statbuf.st_gid;