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 568 src/background.c nullfd = open ("/dev/null", O_RDWR); O_RDWR 217 src/consaver/cons.saver.c vcsa_fd = open (vcsa_name, O_RDWR); O_RDWR 1026 src/subshell/common.c const int pty_master = posix_openpt (O_RDWR); O_RDWR 1032 src/subshell/common.c const int pty_master = open (pty_name, O_RDWR); O_RDWR 1035 src/subshell/common.c const int pty_master = open (pty_name, O_RDWR); O_RDWR 1058 src/subshell/common.c const int pty_slave = open (pty_name, O_RDWR); O_RDWR 1117 src/subshell/common.c const int pty_master = open (pty_name, O_RDWR); O_RDWR 1154 src/subshell/common.c const int pty_slave = open (pty_name, O_RDWR); O_RDWR 1546 src/subshell/common.c if ((subshell_pipe[READ] = open (tcsh_fifo, O_RDWR)) == -1 O_RDWR 1547 src/subshell/common.c || (subshell_pipe[WRITE] = open (tcsh_fifo, O_RDWR)) == -1) O_RDWR 2315 src/vfs/ftpfs/ftpfs.c if (((flags & O_WRONLY) == O_WRONLY) && ((flags & (O_RDONLY | O_RDWR)) == 0)) O_RDWR 1615 src/vfs/shell/shell.c if (((flags & O_WRONLY) == O_WRONLY) && ((flags & (O_RDONLY | O_RDWR)) == 0))