Home | History | Annotate | Download | only in openssh

Lines Matching refs:st_mode

1486 	if (S_ISDIR(st.st_mode)) {
1489 } else if (S_ISREG(st.st_mode)) {
1504 if (S_ISREG(st.st_mode)) {
1683 if((fst.st_mode & (S_IXGRP | S_IRWXO)) || (fst.st_uid != 0)){