Lines Matching refs:mode
52 register int mode;73 mode = 0;83 mode |= S_IRUSR;85 mode |= S_IWUSR;87 mode |= S_IXUSR;95 mode |= S_IRGRP;97 mode |= S_IWGRP;99 mode |= S_IXGRP;124 mode |= S_IROTH;126 mode |= S_IWOTH;128 mode |= S_IXOTH;130 if ((st.st_mode & mode) == mode)