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            569 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            937 src/subshell/common.c     pty_master = posix_openpt (O_RDWR);
O_RDWR            943 src/subshell/common.c     pty_master = open (pty_name, O_RDWR);
O_RDWR            946 src/subshell/common.c     pty_master = open (pty_name, O_RDWR);
O_RDWR            971 src/subshell/common.c     pty_slave = open (pty_name, O_RDWR);
O_RDWR           1034 src/subshell/common.c             pty_master = open (pty_name, O_RDWR);
O_RDWR           1071 src/subshell/common.c     pty_slave = open (pty_name, O_RDWR);
O_RDWR           1388 src/subshell/common.c             if ((subshell_pipe[READ] = open (tcsh_fifo, O_RDWR)) == -1
O_RDWR           1389 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           1645 src/vfs/shell/shell.c     if (((flags & O_WRONLY) == O_WRONLY) && ((flags & (O_RDONLY | O_RDWR)) == 0))