O_RDWR            230 src/dps8/fnpuv.c     if ((fd = open ("/dev/net/tun", O_RDWR)) < 0)
O_RDWR             72 src/dps8/shm.c   int lck_fd = open(lck, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR);
O_RDWR             91 src/dps8/shm.c   int fd = open(buf, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR);
O_RDWR            363 src/dps8/shm.c   int lck_fd = open(lck, O_RDWR, 0);
O_RDWR            376 src/dps8/shm.c   int fd = open(buf, O_RDWR, 0);
O_RDWR            225 src/dps8/utfile.c     int fd = open(pattern, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);