Home | History | Annotate | Download | only in coregrind

Lines Matching defs:st

770    struct vg_stat st;
771 SysRes res = VG_(stat)(f, &st);
780 if ( VKI_S_ISDIR (st.mode) ) {
784 if ( (st.mode & (VKI_S_ISUID | VKI_S_ISGID)) && !allow_setuid ) {
797 if (VG_(geteuid)() == st.uid) {
798 if (!(st.mode & VKI_S_IXUSR))
803 if (VG_(getegid)() == st.gid)
819 if (groups[i] == st.gid) {
828 if (!(st.mode & VKI_S_IXGRP)) {
831 } else if (!(st.mode & VKI_S_IXOTH)) {