tag | line | file | source code |
---|---|---|---|
O_RDONLY | 219 | init/main.c | if (open("/etc/rc",O_RDONLY,0)) |
O_RDONLY | 90 | tools/build.c | if ((id=open(argv[1],O_RDONLY,0))<0) |
O_RDONLY | 119 | tools/build.c | if ((id=open(argv[2],O_RDONLY,0))<0) |
O_RDONLY | 154 | tools/build.c | if ((id=open(argv[3],O_RDONLY,0))<0) |