Lines Matching defs:st
1184 struct stat st;1196 if (fstat(fd, &st) != 0) {1349 struct stat st;1361 if (fstat(fd, &st) != 0) {1481 struct stat st;1483 if (stat(LASTLOG_FILE, &st) != 0) {1488 if (S_ISDIR(st.st_mode)) {1491 } else if (S_ISREG(st.st_mode)) {1506 if (S_ISREG(st.st_mode)) {