Home | History | Annotate | Download | only in orig

Lines Matching refs:st_mode

28948       pShmNode->h = robust_open(zShmFilename, openFlags, (sStat.st_mode&0777));
29814 if( !S_ISDIR(buf.st_mode) ) continue;
29994 *pMode = sStat.st_mode & 0777;
31280 mode_t cmode = buf.st_mode&(S_IRUSR|S_IWUSR | S_IRGRP|S_IWGRP |