Lines Matching refs:sta
869 struct stat sta;
881 if (fstat(fd, &sta) < 0)
884 if (sta.st_nlink != stb->st_nlink ||
885 sta.st_dev != stb->st_dev ||
886 sta.st_ino != stb->st_ino ||
888 sta.st_gen != stb->st_gen ||
890 sta.st_uid != stb->st_uid ||
891 sta.st_gid != stb->st_gid)
897 (long) stb->st_nlink, (long) sta.st_nlink);
899 (long) stb->st_dev, (long) sta.st_dev);
902 (ULONGLONG_T) sta.st_ino);
905 (long) stb->st_gen, (long) sta.st_gen);
908 (long) stb->st_uid, (long) sta.st_uid);
910 (long) stb->st_gid, (long) sta.st_gid);