O_RDWR            235 src/dps8/fnpuv.c     if ((fd = open ("/dev/net/tun", O_RDWR)) < 0)
O_RDWR           1472 src/dps8/panelScraper.c     int fd = open(device, O_RDWR | O_NOCTTY | O_NDELAY);
O_RDWR             80 src/dps8/shm.c   int lck_fd = open(lck, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR);
O_RDWR             95 src/dps8/shm.c   int fd = open(buf, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR);
O_RDWR            329 src/dps8/shm.c   int lck_fd = open(lck, O_RDWR, 0);
O_RDWR            338 src/dps8/shm.c   int fd = open(buf, O_RDWR, 0);
O_RDWR            185 src/dps8/utfile.c     int fd = open(pattern, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);