Home | History | Annotate | Download | only in openssh

Lines Matching defs:st

1780 		struct stat st;
1782 if ((stat(_PATH_PRIVSEP_CHROOT_DIR, &st) == -1) ||
1783 (S_ISDIR(st.st_mode) == 0))
1789 (st.st_uid != getuid () ||
1790 (st.st_mode & (S_IWGRP|S_IWOTH)) != 0))
1792 if (st.st_uid != 0 || (st.st_mode & (S_IWGRP|S_IWOTH)) != 0)
2216 /* send 1st encrypted/maced/compressed message */