Home | History | Annotate | Download | only in dist

Lines Matching refs:st_mode

28968       pShmNode->h = robust_open(zShmFilename, openFlags, (sStat.st_mode&0777));
29842 if( !S_ISDIR(buf.st_mode) ) continue;
30022 *pMode = sStat.st_mode & 0777;
31308 mode_t cmode = buf.st_mode&(S_IRUSR|S_IWUSR | S_IRGRP|S_IWGRP |