Home | History | Annotate | Download | only in libogg

Lines Matching full:st_mode

3629       && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))
3648 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);
3777 if (S_ISLNK (s.st_mode) != 0)