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 979 src/subshell/common.c pty_master = posix_openpt (O_RDWR); O_RDWR 985 src/subshell/common.c pty_master = open (pty_name, O_RDWR); O_RDWR 988 src/subshell/common.c pty_master = open (pty_name, O_RDWR); O_RDWR 1013 src/subshell/common.c pty_slave = open (pty_name, O_RDWR); O_RDWR 1076 src/subshell/common.c pty_master = open (pty_name, O_RDWR); O_RDWR 1113 src/subshell/common.c pty_slave = open (pty_name, O_RDWR); O_RDWR 1581 src/subshell/common.c if ((subshell_pipe[READ] = open (tcsh_fifo, O_RDWR)) == -1 O_RDWR 1582 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 1646 src/vfs/shell/shell.c if (((flags & O_WRONLY) == O_WRONLY) && ((flags & (O_RDONLY | O_RDWR)) == 0))