Lines Matching defs:statb
129 struct stat statb;
136 if (e == EACCES && stat(argv[0], &statb) == -1)
167 if (stat(cmdname, &statb) != -1)
574 struct stat statb;
581 while (stat(name, &statb) < 0) {
668 while (stat(fullname, &statb) < 0) {
678 if (!S_ISREG(statb.st_mode))
697 if (statb.st_uid == geteuid()) {
698 if ((statb.st_mode & 0100) == 0)
700 } else if (statb.st_gid == getegid()) {
701 if ((statb.st_mode & 010) == 0)
704 if ((statb.st_mode & 01) == 0)