Lines Matching defs:st
64 struct stat st;
69 if (fstat(fd, &st) == -1) {
73 if (!S_ISREG(st.st_mode)) {
194 struct stat st;
214 if (stat(buf, &st) >= 0)
225 stat(_PATH_RHOSTS_EQUIV, &st) < 0 &&
226 stat(_PATH_SSH_HOSTS_EQUIV, &st) < 0) {
256 if (stat(pw->pw_dir, &st) < 0) {
264 ((st.st_uid != 0 && st.st_uid != pw->pw_uid) ||
265 (st.st_mode & 022) != 0)) {
281 if (stat(buf, &st) < 0)
291 ((st.st_uid != 0 && st.st_uid != pw->pw_uid) ||
292 (st.st_mode & 022) != 0)) {