taglinefilesource code
SHM_RDONLY427ipc/shm.cif (ipcperms(&shp->shm_perm, shmflg & SHM_RDONLY ? S_IRUGO : S_IRUGO|S_IWUGO))
SHM_RDONLY440ipc/shm.c(shmflg & SHM_RDONLY ? SHM_READ_ONLY : 0);