O_WRONLY          360 kernel/sysfile.c   f->readable = !(omode & O_WRONLY);
O_WRONLY          361 kernel/sysfile.c   f->writable = (omode & O_WRONLY) || (omode & O_RDWR);
O_WRONLY          390 user/sh.c            cmd = redircmd(cmd, q, eq, O_WRONLY|O_CREATE|O_TRUNC, 1);
O_WRONLY          393 user/sh.c            cmd = redircmd(cmd, q, eq, O_WRONLY|O_CREATE, 1);
O_WRONLY           41 user/usertests.c     int fd = open("copyin1", O_CREATE|O_WRONLY);
O_WRONLY          128 user/usertests.c     int fd = open((char *)addr, O_CREATE|O_WRONLY);
O_WRONLY          154 user/usertests.c   int fd = open(b, O_CREATE | O_WRONLY);
O_WRONLY          224 user/usertests.c   int fd = open(b, O_CREATE | O_WRONLY);
O_WRONLY          263 user/usertests.c   fd = open("rwsbrk", O_CREATE|O_WRONLY);
O_WRONLY          298 user/usertests.c   int fd1 = open("truncfile", O_CREATE|O_WRONLY|O_TRUNC);
O_WRONLY          309 user/usertests.c   fd1 = open("truncfile", O_WRONLY|O_TRUNC);
O_WRONLY          356 user/usertests.c   int fd1 = open("truncfile", O_CREATE|O_TRUNC|O_WRONLY);
O_WRONLY          359 user/usertests.c   int fd2 = open("truncfile", O_TRUNC|O_WRONLY);
O_WRONLY          377 user/usertests.c   close(open("truncfile", O_CREATE|O_TRUNC|O_WRONLY));
O_WRONLY          388 user/usertests.c       int fd = open("truncfile", O_WRONLY);
O_WRONLY          407 user/usertests.c     int fd = open("truncfile", O_CREATE|O_WRONLY|O_TRUNC);
O_WRONLY          696 user/usertests.c     fd = open("echo-ok", O_CREATE|O_WRONLY);
O_WRONLY         1637 user/usertests.c   if(open("dd", O_WRONLY) >= 0){
O_WRONLY         2249 user/usertests.c   fd = open("sbrk", O_CREATE|O_WRONLY);
O_WRONLY         2768 user/usertests.c     int fd = open("junk", O_CREATE|O_WRONLY);
O_WRONLY         2778 user/usertests.c   int fd = open("junk", O_CREATE|O_WRONLY);