open               83 src/unix/aix.c   fd = open(pp, O_RDONLY);
open              172 src/unix/aix.c   fd = open(pp, O_RDONLY);
open              632 src/unix/fs.c      X(OPEN, open(req->path, req->flags, req->mode));
open              310 src/unix/kqueue.c   fd = open(filename, O_RDONLY);
open              302 src/unix/linux-core.c     fd = open("/proc/self/stat", O_RDONLY);
open              296 src/unix/process.c       use_fd = open("/dev/null", fd == 0 ? O_RDONLY : O_RDWR);
open               72 src/unix/stream.c   fd = open(path, flags | UV__O_CLOEXEC);
open               82 src/unix/stream.c   fd = open(path, flags);
open              442 src/unix/sunos.c   fd = open("/proc/self/psinfo", O_RDONLY);
open             1433 src/win/fs.c       XX(OPEN, open)
open              838 test/test-fs.c   f = open("test_file", O_WRONLY | O_CREAT, S_IWUSR | S_IRUSR);
open               56 test/test-osx-select.c   fd = open("/dev/tty", O_RDONLY);
open               67 test/test-tty.c   ttyin_fd = open("/dev/tty", O_RDONLY, 0);
open               71 test/test-tty.c   ttyout_fd = open("/dev/tty", O_WRONLY, 0);