O_RDWR            229 src/dps8/fnpuv.c     if ((fd = open ("/dev/net/tun", O_RDWR)) < 0)
O_RDWR           1476 src/dps8/panelScraper.c     int fd = open(device, O_RDWR | O_NOCTTY | O_NDELAY);
O_RDWR             72 src/dps8/shm.c   int lck_fd = open(lck, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR);
O_RDWR             87 src/dps8/shm.c   int fd = open(buf, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR);
O_RDWR            311 src/dps8/shm.c   int lck_fd = open(lck, O_RDWR, 0);
O_RDWR            320 src/dps8/shm.c   int fd = open(buf, O_RDWR, 0);
O_RDWR            194 src/dps8/utfile.c     int fd = open(pattern, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);