O_RDWR             32 lib/vfs/vfs.h  #define O_ALL (O_CREAT | O_EXCL | O_NOCTTY | O_NDELAY | O_SYNC | O_WRONLY | O_RDWR | O_RDONLY)
O_RDWR            570 src/background.c         nullfd = open ("/dev/null", O_RDWR);
O_RDWR            228 src/consaver/cons.saver.c     vcsa_fd = open (vcsa_name, O_RDWR);
O_RDWR            927 src/subshell/common.c     pty_master = posix_openpt (O_RDWR);
O_RDWR            933 src/subshell/common.c     pty_master = open (pty_name, O_RDWR);
O_RDWR            936 src/subshell/common.c     pty_master = open (pty_name, O_RDWR);
O_RDWR            961 src/subshell/common.c     pty_slave = open (pty_name, O_RDWR);
O_RDWR           1024 src/subshell/common.c             pty_master = open (pty_name, O_RDWR);
O_RDWR           1061 src/subshell/common.c     pty_slave = open (pty_name, O_RDWR);
O_RDWR           1374 src/subshell/common.c             if ((subshell_pipe[READ] = open (tcsh_fifo, O_RDWR)) == -1
O_RDWR           1375 src/subshell/common.c                 || (subshell_pipe[WRITE] = open (tcsh_fifo, O_RDWR)) == -1)
O_RDWR           2318 src/vfs/ftpfs/ftpfs.c     if (((flags & O_WRONLY) == O_WRONLY) && ((flags & (O_RDONLY | O_RDWR)) == 0))
O_RDWR           1677 src/vfs/shell/shell.c     if (((flags & O_WRONLY) == O_WRONLY) && ((flags & (O_RDONLY | O_RDWR)) == 0))