| tag | line | file | source code |
|---|---|---|---|
| O_RDONLY | 291 | init/main.c | if (open("/etc/rc",O_RDONLY,0)) |
| O_RDONLY | 310 | kernel/blk_drv/scsi/st.c | scsi_tapes[dev].write_prot = ((flags & O_ACCMODE) == O_RDONLY); |
| O_RDONLY | 84 | tools/build.c | if ((id=open(argv[1],O_RDONLY,0))<0) |
| O_RDONLY | 113 | tools/build.c | if ((id=open(argv[2],O_RDONLY,0))<0) |
| O_RDONLY | 148 | tools/build.c | if ((id=open(argv[3],O_RDONLY,0))<0) |