O_RDWR 152 usr/bin/sh/sh.c open("/dev/null", O_RDWR); O_RDWR 55 usr/lib/libc/stdio/fdopen.c if (tmp != O_RDWR && (tmp != (oflags & O_ACCMODE))) { O_RDWR 76 usr/lib/libc/stdio/flags.c m = O_RDWR; O_RDWR 96 usr/lib/libc/stdio/mktemp.c open(path, O_CREAT|O_EXCL|O_RDWR, 0600)) >= 0) O_RDWR 85 usr/sbin/init/init.c open(ctty, O_RDWR); /* stdin */ O_RDWR 146 usr/server/fs/vfs/main.c case O_RDWR: O_RDWR 57 usr/test/fileio/fileio.c if ((fd = open(WRITE_TARGET, O_CREAT|O_RDWR, 0)) < 0) O_RDWR 160 usr/test/fileio/fileio.c open("/dev/tty", O_RDWR); /* stdin */ O_RDWR 50 usr/test/signal/signal.c if ((ttyfd = open("/dev/tty", O_RDWR)) == -1) {