Lines Matching refs:stb
287 struct stat stb, stl;
296 if (stat(tty, &stb) == -1) {
300 if ((stb.st_mode & 0100) == 0) {
347 if (fstat(fd, &stb) != 0 || stb.st_uid != pwd->pw_uid) {
379 if (fstat(mbox, &stb) == -1 || lstat(name, &stl) == -1) {
389 stl.st_dev != stb.st_dev ||
390 stl.st_ino != stb.st_ino ||
392 stb.st_nlink != 1) {
397 timep[0] = stb.st_atime;
398 timep[1] = stb.st_mtime;