O_RDWR            233 src/dps8/fnpuv.c     if ((fd = open ("/dev/net/tun", O_RDWR)) < 0)
O_RDWR           1478 src/dps8/panelScraper.c     int fd = open(device, O_RDWR | O_NOCTTY | O_NDELAY);
O_RDWR             78 src/dps8/shm.c   int lck_fd = open(lck, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR);
O_RDWR             93 src/dps8/shm.c   int fd = open(buf, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR);
O_RDWR            322 src/dps8/shm.c   int lck_fd = open(lck, O_RDWR, 0);
O_RDWR            331 src/dps8/shm.c   int fd = open(buf, O_RDWR, 0);
O_RDWR            191 src/dps8/utfile.c     int fd = open(pattern, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);