Lines Matching defs:st
139 struct stat st;150 if (fstat(fd, &st) >= 0 &&151 (S_ISBLK(st.st_mode) || S_ISCHR(st.st_mode)))152 part = st.st_rdev & 7;163 struct stat64 st;164 if (fstat64(fd, &st) == 0)166 struct stat st;167 if (fstat(fd, &st) == 0)169 if (S_ISREG(st.st_mode))170 return st.st_size;