open              112 include/crm/common/internal.h     (void) open("/dev/null", flags);
open              142 lib/common/pid.c     fd = open(filename, O_RDONLY);
open              241 lib/common/pid.c     fd = open(filename, O_CREAT | O_WRONLY | O_EXCL, 0644);
open               63 lib/common/procfs.c     fd = open(procpath, O_RDONLY);
open               46 lib/fencing/st_rhcs.c     const int dirfd = open(PCMK__FENCE_BINDIR, O_SEARCH);
open               48 lib/fencing/st_rhcs.c     const int dirfd = open(PCMK__FENCE_BINDIR, O_PATH);
open               91 maint/gnulib/lib/chown.c     int fd = open (file, O_RDONLY | open_flags);
open               94 maint/gnulib/lib/chown.c             && 0 <= (fd = open (file, O_WRONLY | open_flags))))
open              567 maint/gnulib/lib/clean-temp.c     fd = open (file_name, flags | _O_TEMPORARY, mode);
open              570 maint/gnulib/lib/clean-temp.c     fd = open (file_name, flags, mode);
open              640 maint/gnulib/lib/clean-temp.c   return open (file_name_tmpl,
open               55 maint/gnulib/lib/copy-file.c   src_fd = open (src_filename, O_RDONLY | O_BINARY | O_CLOEXEC);
open               68 maint/gnulib/lib/copy-file.c   dest_fd = open (dest_filename,
open               74 maint/gnulib/lib/dup.c         dupfd = open (path, O_RDONLY);
open              116 maint/gnulib/lib/dup2.c   tempfd = open ("NUL", O_RDONLY);
open              128 maint/gnulib/lib/dup2.c       return open(path, O_RDONLY);
open              103 maint/gnulib/lib/execute.c     retval = open (pathname, oflag, mode);
open              188 maint/gnulib/lib/execute.c        || (nullinfd = open ("NUL", O_RDONLY, 0)) >= 0)
open              190 maint/gnulib/lib/execute.c           || (nulloutfd = open ("NUL", O_RDWR, 0)) >= 0))
open              167 maint/gnulib/lib/fcntl.in.h _GL_FUNCDECL_RPL (open, int, (const char *filename, int flags, ...)
open              169 maint/gnulib/lib/fcntl.in.h _GL_CXXALIAS_RPL (open, int, (const char *filename, int flags, ...));
open              175 maint/gnulib/lib/fcntl.in.h _GL_CXXALIAS_MDA (open, int, (const char *filename, int flags, ...));
open              177 maint/gnulib/lib/fcntl.in.h _GL_CXXALIAS_SYS (open, int, (const char *filename, int flags, ...));
open              182 maint/gnulib/lib/fcntl.in.h _GL_CXXALIASWARN (open);
open              187 maint/gnulib/lib/fcntl.in.h _GL_WARN_ON_USE (open, "open is not always POSIX compliant - "
open              198 maint/gnulib/lib/fcntl.in.h _GL_CXXALIAS_MDA (open, int, (const char *filename, int flags, ...));
open              200 maint/gnulib/lib/fcntl.in.h _GL_CXXALIAS_SYS (open, int, (const char *filename, int flags, ...));
open              203 maint/gnulib/lib/fcntl.in.h _GL_CXXALIASWARN (open);
open              179 maint/gnulib/lib/fopen.c         fd = open (filename, open_direction | open_flags,
open              213 maint/gnulib/lib/fopen.c       fd = open (filename, open_direction | open_flags,
open               36 maint/gnulib/lib/freopen-safer.c   int value = open ("/dev/null", O_RDONLY);
open               78 maint/gnulib/lib/freopen.c           int nullfd = open (null_device, O_RDONLY | O_CLOEXEC);
open              354 maint/gnulib/lib/fts.c             : open (dir, open_flags));
open              405 maint/gnulib/lib/fts.c             int fd = open (".", O_SEARCH | O_CLOEXEC);
open              179 maint/gnulib/lib/get-rusage-as.c   int fd = open ("/dev/zero", O_RDONLY | O_CLOEXEC, 0666);
open               83 maint/gnulib/lib/get_ppid_of.c   fd = open (filename, O_RDONLY | O_CLOEXEC);
open              124 maint/gnulib/lib/get_ppid_of.c   fd = open (filename, O_RDONLY | O_CLOEXEC);
open              161 maint/gnulib/lib/get_ppid_of.c   fd = open (filename, O_RDONLY | O_CLOEXEC);
open              199 maint/gnulib/lib/get_ppid_of.c   fd = open (filename, O_RDONLY | O_CLOEXEC);
open              298 maint/gnulib/lib/get_ppid_of.c   fd = open (filename, O_RDONLY | O_CLOEXEC);
open              114 maint/gnulib/lib/get_progname_of.c     fd = open (filename, O_RDONLY | O_CLOEXEC);
open              167 maint/gnulib/lib/get_progname_of.c   fd = open (filename, O_RDONLY | O_CLOEXEC);
open              232 maint/gnulib/lib/get_progname_of.c     fd = open (filename, O_RDONLY | O_CLOEXEC);
open              393 maint/gnulib/lib/get_progname_of.c   fd = open (filename, O_RDONLY | O_CLOEXEC);
open              515 maint/gnulib/lib/getloadavg.c   fd = open (LINUX_LDAV_FILE, O_RDONLY | O_CLOEXEC);
open              571 maint/gnulib/lib/getloadavg.c   int fd = open (NETBSD_LDAV_FILE, O_RDONLY | O_CLOEXEC);
open              879 maint/gnulib/lib/getloadavg.c       int fd = open ("/dev/kmem", O_RDONLY | O_CLOEXEC);
open              236 maint/gnulib/lib/getprogname.c   fd = open (filename, O_RDONLY | O_CLOEXEC);
open              262 maint/gnulib/lib/getprogname.c   fd = open (buf, O_RDONLY);
open              179 maint/gnulib/lib/getrandom.c       fd = open (randdevice[devrandom], oflags);
open               71 maint/gnulib/lib/getumask.c     int fd = open ("/proc/self/status", O_RDONLY);
open              121 maint/gnulib/lib/immutable.c   file_fd = open (filename, O_CREAT | O_TRUNC | O_RDWR | O_CLOEXEC, 0700);
open              604 maint/gnulib/lib/javacomp.c   fd = open (compiled_file_name, O_RDONLY | O_BINARY | O_CLOEXEC, 0);
open               53 maint/gnulib/lib/lchmod.c   int fd = open (file, O_PATH | O_NOFOLLOW | O_CLOEXEC);
open               58 maint/gnulib/lib/login_tty.c     dummy_fd = open (slave_name, O_RDWR | O_CLOEXEC);
open              916 maint/gnulib/lib/mountlist.c     lockfd = open (MNTTAB_LOCK, O_RDONLY | O_CLOEXEC);
open               45 maint/gnulib/lib/open-safer.c   return fd_safer (open (file, flags, mode));
open               36 maint/gnulib/lib/open.c   return open (filename, flags, mode);
open              165 maint/gnulib/lib/open.c           fd = open ("/dev/null", flags, mode);
open               77 maint/gnulib/lib/openat-proc.c           open ("/proc/self/fd",
open              223 maint/gnulib/lib/openat.c     return open (file, flags, mode);
open              230 maint/gnulib/lib/openat.c         int open_result = open (proc_file, flags, mode);
open              267 maint/gnulib/lib/openat.c       err = open (file, flags, mode);
open              294 maint/gnulib/lib/openat.c   int fd = open ("/", O_SEARCH | O_CLOEXEC);
open               71 maint/gnulib/lib/opendir.c     int fd = open (dir_name, O_RDONLY);
open              101 maint/gnulib/lib/openpty.c   slave = open (slave_name, O_RDWR | O_NOCTTY);
open              135 maint/gnulib/lib/pagealign_alloc.c       fd = open ("/dev/zero", O_RDONLY | O_CLOEXEC, 0666);
open               42 maint/gnulib/lib/popen-safer.c   int fd = open ("/dev/null", O_RDONLY | O_CLOEXEC);
open               80 maint/gnulib/lib/popen.c       if (open ("/dev/null", O_RDONLY) != STDIN_FILENO
open               87 maint/gnulib/lib/popen.c       if (open ("/dev/null", O_RDONLY) != STDOUT_FILENO
open               55 maint/gnulib/lib/posix_openpt.c   master = open ("/dev/ptc", flags);
open               70 maint/gnulib/lib/posix_openpt.c   fd = open (PATH_PTMDEV, O_RDWR);
open               93 maint/gnulib/lib/posix_openpt.c   master = open ("/dev/ptmx", flags);
open              256 maint/gnulib/lib/progreloc.c       executable_fd = open ("/proc/self/exe", O_EXEC | O_CLOEXEC, 0);
open              265 maint/gnulib/lib/progreloc.c         executable_fd = open (buf, O_EXEC | O_CLOEXEC, 0);
open              312 maint/gnulib/lib/progreloc.c     int fd = open ("/proc/self/execname", O_RDONLY | O_CLOEXEC, 0);
open              335 maint/gnulib/lib/progreloc.c       executable_fd = open ("/proc/self/exe", O_EXEC | O_CLOEXEC, 0);
open               66 maint/gnulib/lib/save-cwd.c   cwd->desc = open (".", O_SEARCH | O_CLOEXEC);
open              110 maint/gnulib/lib/savewd.c       fd = open (dir,
open              112 maint/gnulib/lib/spawn-pipe.c     retval = open (pathname, oflag, mode);
open              243 maint/gnulib/lib/spawn-pipe.c        || (nulloutfd = open ("NUL", O_RDWR, 0)) >= 0)
open              246 maint/gnulib/lib/spawn-pipe.c           || (stdinfd = open (prog_stdin, O_RDONLY, 0)) >= 0)
open              249 maint/gnulib/lib/spawn-pipe.c           || (stdoutfd = open (prog_stdout, O_WRONLY, 0)) >= 0))
open              369 maint/gnulib/lib/spawn-pipe.c           || ((nulloutfd = open ("NUL", O_RDWR, 0)) >= 0
open              375 maint/gnulib/lib/spawn-pipe.c           || ((stdinfd = open (prog_stdin, O_RDONLY, 0)) >= 0
open              381 maint/gnulib/lib/spawn-pipe.c           || ((stdoutfd = open (prog_stdout, O_WRONLY, 0)) >= 0
open               47 maint/gnulib/lib/spawni.c # define open_not_cancel open
open              157 maint/gnulib/lib/stackvma.c   fd = open (filename, O_RDONLY);
open              250 maint/gnulib/lib/stackvma.c           fd = open (filename, O_RDONLY);
open             1615 maint/gnulib/lib/stackvma.c   fd = open (fname, O_RDONLY);
open             1630 maint/gnulib/lib/stackvma.c   zero_fd = open ("/dev/zero", O_RDONLY, 0644);
open             1726 maint/gnulib/lib/stackvma.c   fd = open (fname, O_RDONLY);
open             1745 maint/gnulib/lib/stackvma.c   zero_fd = open ("/dev/zero", O_RDONLY, 0644);
open               51 maint/gnulib/lib/stdopen.c           int full_fd = fd == STDIN_FILENO ? open ("/dev/full", mode) : -1;
open               52 maint/gnulib/lib/stdopen.c           int new_fd = full_fd < 0 ? open ("/dev/null", mode) : full_fd;
open              106 maint/gnulib/lib/supersede.c               && ((fd = open (filename, flags | extra_flags, mode)) >= 0
open              133 maint/gnulib/lib/supersede.c           fd = open (filename, flags | O_CREAT | O_EXCL, mode);
open              150 maint/gnulib/lib/supersede.c                   fd = open (canon_filename, flags | O_CREAT | O_EXCL, mode);
open              176 maint/gnulib/lib/supersede.c                           fd = open (canon_filename, flags | extra_flags, mode);
open              193 maint/gnulib/lib/supersede.c           fd = open (filename, flags, mode);
open              212 maint/gnulib/lib/supersede.c                   fd = open (filename, flags | extra_flags, mode);
open              240 maint/gnulib/lib/supersede.c           fd = open (filename, flags | O_CREAT, mode);
open               64 maint/gnulib/lib/tempname.c # define __open open
open               64 maint/gnulib/lib/truncate.c       fd = open (filename, O_WRONLY | O_TRUNC | O_CLOEXEC);
open               70 maint/gnulib/lib/truncate.c       fd = open (filename, O_WRONLY | O_CLOEXEC);
open              177 maint/gnulib/lib/vma-iter.c   fd = open (filename, O_RDONLY | O_CLOEXEC);
open              270 maint/gnulib/lib/vma-iter.c           fd = open (filename, O_RDONLY | O_CLOEXEC);
open              927 maint/gnulib/lib/vma-iter.c   fd = open (fname, O_RDONLY | O_CLOEXEC);
open              942 maint/gnulib/lib/vma-iter.c   zero_fd = open ("/dev/zero", O_RDONLY | O_CLOEXEC, 0644);
open             1052 maint/gnulib/lib/vma-iter.c   fd = open (fname, O_RDONLY | O_CLOEXEC);
open             1067 maint/gnulib/lib/vma-iter.c   zero_fd = open ("/dev/zero", O_RDONLY | O_CLOEXEC, 0644);
open             1171 maint/gnulib/lib/vma-iter.c   fd = open (fname, O_RDONLY | O_CLOEXEC);
open             1190 maint/gnulib/lib/vma-iter.c   zero_fd = open ("/dev/zero", O_RDONLY | O_CLOEXEC, 0644);
open               79 maint/gnulib/tests/nap.h       nap_fd = open (TEMPFILE, O_RDWR, 0600);
open               47 maint/gnulib/tests/qemu.h   fd = open ("/proc/hardware", O_RDONLY);
open               61 maint/gnulib/tests/qemu.h   fd = open ("/proc/cpuinfo", O_RDONLY);
open               58 maint/gnulib/tests/test-areadlinkat-with-size.c   dfd = open (".", O_RDONLY);
open               58 maint/gnulib/tests/test-areadlinkat.c   dfd = open (".", O_RDONLY);
open               38 maint/gnulib/tests/test-binary-io.c       open ("t-bin-out0.tmp", O_CREAT | O_TRUNC | O_RDWR | O_BINARY, 0600);
open               47 maint/gnulib/tests/test-copy-acl.c   fd1 = open (file1, O_RDONLY);
open               55 maint/gnulib/tests/test-copy-acl.c   fd2 = open (file2, O_WRONLY, 0600);
open               59 maint/gnulib/tests/test-dirent-safer.c   dfd = open (".", O_RDONLY);
open              115 maint/gnulib/tests/test-dup2.c   int fd = open (file, O_CREAT | O_TRUNC | O_RDWR, 0600);
open              177 maint/gnulib/tests/test-dup2.c   ASSERT (open ("/dev/null", O_WRONLY, 0600) == fd + 1);
open               92 maint/gnulib/tests/test-dup3.c       int fd = open (file, O_CREAT | O_TRUNC | O_RDWR, 0600);
open              155 maint/gnulib/tests/test-dup3.c       ASSERT (open ("/dev/null", O_WRONLY, 0600) == fd + 1);
open              352 maint/gnulib/tests/test-execute-main.c         int fd = open (BASE ".tmp", O_RDONLY);
open              377 maint/gnulib/tests/test-execute-main.c         int fd = open (BASE ".tmp", O_RDWR | O_CREAT | O_TRUNC, 0600);
open              409 maint/gnulib/tests/test-execute-main.c         int fd_in = open (BASE ".tmp", O_RDONLY);
open              412 maint/gnulib/tests/test-execute-main.c         int fd_out = open (BASE ".tmp", O_WRONLY | O_APPEND);
open               51 maint/gnulib/tests/test-faccessat.c   ASSERT (close (open (BASE "file", O_CREAT | O_WRONLY, 0)) == 0);
open               44 maint/gnulib/tests/test-fchdir.c   fd = open (".", O_RDONLY);
open               62 maint/gnulib/tests/test-fchdir.c     int bad_fd = open ("/dev/null", O_RDONLY);
open               55 maint/gnulib/tests/test-fchmod.c     fd = open (BASE "file", O_RDWR);
open               95 maint/gnulib/tests/test-fchownat.c   dfd = open (".", O_RDONLY);
open               45 maint/gnulib/tests/test-fclose.c   fd = open (BASE, O_RDWR | O_CREAT | O_TRUNC, 0600);
open               36 maint/gnulib/tests/test-fcntl-h-c++.cc SIGNATURE_CHECK (GNULIB_NAMESPACE::open, int, (const char *, int, ...));
open               37 maint/gnulib/tests/test-fcntl-safer.c   return test_open (open, true);
open               60 maint/gnulib/tests/test-fdatasync.c   fd = open (file, O_WRONLY|O_CREAT|O_TRUNC, 0644);
open               70 maint/gnulib/tests/test-fdatasync.c   fd = open (file, O_RDONLY);
open               39 maint/gnulib/tests/test-fdopendir.c   fd = open ("test-fdopendir.tmp", O_RDONLY | O_CREAT, 0600);
open               61 maint/gnulib/tests/test-fdopendir.c   fd = open (".", O_RDONLY);
open              111 maint/gnulib/tests/test-fdutimensat.c   dfd = open (".", O_RDONLY);
open               49 maint/gnulib/tests/test-fgetc.c     int fd = open (filename, O_RDWR | O_CREAT | O_TRUNC, 0600);
open               40 maint/gnulib/tests/test-flock.c   fd2 = open (file, O_RDWR, 0644);
open               58 maint/gnulib/tests/test-flock.c   fd2 = open (file, O_RDWR, 0644);
open               97 maint/gnulib/tests/test-flock.c   fd = open (file, O_RDWR | O_CREAT | O_TRUNC, 0644);
open               49 maint/gnulib/tests/test-fread.c     int fd = open (filename, O_RDWR | O_CREAT | O_TRUNC, 0600);
open              115 maint/gnulib/tests/test-free.c   if (open ("/proc/sys/vm/max_map_count", O_RDONLY) >= 0)
open              127 maint/gnulib/tests/test-free.c       int fd = open ("test-free", O_RDONLY);
open               96 maint/gnulib/tests/test-fstatat.c   dfd = open (".", O_RDONLY);
open               60 maint/gnulib/tests/test-fsync.c   fd = open (file, O_WRONLY|O_CREAT|O_TRUNC, 0644);
open               70 maint/gnulib/tests/test-fsync.c   fd = open (file, O_RDONLY);
open               49 maint/gnulib/tests/test-ftruncate.c     int fd = open (filename, O_RDONLY);
open              132 maint/gnulib/tests/test-fts.c       fd = open (buf, O_WRONLY | O_CREAT, 0666);
open               64 maint/gnulib/tests/test-isatty.c     fd = open (file, O_WRONLY|O_CREAT|O_TRUNC, 0644);
open               69 maint/gnulib/tests/test-isatty.c     fd = open (file, O_RDONLY);
open               90 maint/gnulib/tests/test-isatty.c     fd = open (DEV_NULL, O_RDONLY);
open               31 maint/gnulib/tests/test-link.h   fd = open (BASE "a", O_CREAT | O_EXCL | O_WRONLY, 0600);
open               76 maint/gnulib/tests/test-link.h   fd = open (BASE "b", O_APPEND | O_WRONLY);
open               82 maint/gnulib/tests/test-link.h     fd = open (BASE "a", O_RDONLY);
open               88 maint/gnulib/tests/test-link.h     fd = open (BASE "a", O_RDONLY);
open              125 maint/gnulib/tests/test-linkat.c   dfd1 = open (".", O_RDONLY);
open              149 maint/gnulib/tests/test-linkat.c   dfd = open (BASE "sub1", O_RDONLY);
open              182 maint/gnulib/tests/test-linkat.c   dfd2 = open ("..", O_RDONLY);
open              206 maint/gnulib/tests/test-linkat.c   dfd = open (".", O_RDONLY);
open              355 maint/gnulib/tests/test-linkat.c   dfd = open (BASE "sub1", O_RDONLY);
open              357 maint/gnulib/tests/test-linkat.c   dfd2 = open (BASE "sub2", O_RDONLY);
open               72 maint/gnulib/tests/test-mkdirat.c   dfd = open (".", O_RDONLY);
open               80 maint/gnulib/tests/test-mkdirat.c   dfd = open ("..", O_RDONLY);
open               87 maint/gnulib/tests/test-mkdirat.c   dfd = open ("/dev/null", O_RDONLY);
open               81 maint/gnulib/tests/test-mkfifoat.c   dfd = open (".", O_RDONLY);
open               50 maint/gnulib/tests/test-nonblocking.c   fd_file = open (".", O_RDONLY);
open               24 maint/gnulib/tests/test-open.c SIGNATURE_CHECK (open, int, (char const *, int, ...));
open               40 maint/gnulib/tests/test-open.c   return test_open (open, true);
open              106 maint/gnulib/tests/test-openat-safer.c           fd = open ("/dev/null", O_RDONLY);
open               80 maint/gnulib/tests/test-openat.c   dfd = open (".", O_RDONLY);
open               91 maint/gnulib/tests/test-openat.c     dfd = open (".", O_RDONLY);
open               53 maint/gnulib/tests/test-passfd.c   fdnull = open ("/dev/null", O_RDWR);
open               57 maint/gnulib/tests/test-posix_openpt.c   slave = open (name, O_RDWR);
open               74 maint/gnulib/tests/test-posix_spawn-fchdir.c   rootfd = open ("/", O_RDONLY);
open               44 maint/gnulib/tests/test-pread.c   fd = open (file, O_CREAT | O_WRONLY, 0600);
open               49 maint/gnulib/tests/test-pread.c   fd = open (file, O_RDONLY);
open               87 maint/gnulib/tests/test-ptsname.c     fd = open ("/dev/tty", O_RDONLY);
open              114 maint/gnulib/tests/test-ptsname.c     fd = open ("/dev/ptmx", O_RDWR | O_NOCTTY);
open              142 maint/gnulib/tests/test-ptsname.c     fd = open ("/dev/ptc", O_RDWR | O_NOCTTY);
open              172 maint/gnulib/tests/test-ptsname.c           fd = open (master_name, O_RDONLY);
open              202 maint/gnulib/tests/test-ptsname.c             fd = open (master_name, O_RDONLY);
open              136 maint/gnulib/tests/test-ptsname_r.c     fd = open ("/dev/tty", O_RDONLY);
open              164 maint/gnulib/tests/test-ptsname_r.c     fd = open ("/dev/ptmx", O_RDWR | O_NOCTTY);
open              195 maint/gnulib/tests/test-ptsname_r.c     fd = open ("/dev/ptc", O_RDWR | O_NOCTTY);
open              227 maint/gnulib/tests/test-ptsname_r.c           fd = open (master_name, O_RDONLY);
open              261 maint/gnulib/tests/test-ptsname_r.c             fd = open (master_name, O_RDONLY);
open               45 maint/gnulib/tests/test-pwrite.c   fd = open (file, O_CREAT | O_WRONLY, 0600);
open               50 maint/gnulib/tests/test-pwrite.c   fd = open (file, O_WRONLY, 0600);
open               73 maint/gnulib/tests/test-pwrite.c     fd = open (file, O_RDONLY);
open               37 maint/gnulib/tests/test-read.c   fd = open (filename, O_CREAT | O_WRONLY, 0600);
open               43 maint/gnulib/tests/test-read.c   fd = open (filename, O_RDONLY);
open               34 maint/gnulib/tests/test-readtokens.c   int fd = open (filename, O_CREAT | O_WRONLY, 0600);
open               91 maint/gnulib/tests/test-renameat.c   dfd1 = open (".", O_RDONLY);
open              109 maint/gnulib/tests/test-renameat.c   dfd = open (BASE "sub1", O_RDONLY);
open              137 maint/gnulib/tests/test-renameat.c   dfd2 = open ("..", O_RDONLY);
open              147 maint/gnulib/tests/test-renameat.c   dfd = open (".", O_RDONLY);
open               94 maint/gnulib/tests/test-renameatu.c   dfd1 = open (".", O_RDONLY);
open              112 maint/gnulib/tests/test-renameatu.c   dfd = open (BASE "sub1", O_RDONLY);
open              140 maint/gnulib/tests/test-renameatu.c   dfd2 = open ("..", O_RDONLY);
open              150 maint/gnulib/tests/test-renameatu.c   dfd = open (".", O_RDONLY);
open               71 maint/gnulib/tests/test-sigsegv-catch-segv1.c   zero_fd = open ("/dev/zero", O_RDONLY, 0644);
open               92 maint/gnulib/tests/test-sigsegv-catch-segv2.c   zero_fd = open ("/dev/zero", O_RDONLY, 0644);
open              140 maint/gnulib/tests/test-sigsegv-catch-stackoverflow2.c   zero_fd = open ("/dev/zero", O_RDONLY, 0644);
open               83 maint/gnulib/tests/test-stat-time.c   int fd = open (filename, flags | O_WRONLY, 0500);
open               39 maint/gnulib/tests/test-truncate.c     int fd = open (BASE "file", O_RDWR | O_TRUNC | O_CREAT, 0600);
open               46 maint/gnulib/tests/test-truncate.c     int fd = open (BASE "file", O_RDONLY);
open               55 maint/gnulib/tests/test-truncate.c     int fd = open (BASE "file", O_RDONLY);
open               64 maint/gnulib/tests/test-truncate.c     int fd = open (BASE "file", O_RDONLY);
open               73 maint/gnulib/tests/test-truncate.c     int fd = open (BASE "file", O_RDONLY);
open               38 maint/gnulib/tests/test-ttyname_r.c   fd = open ("/dev/tty", O_RDONLY);
open               84 maint/gnulib/tests/test-unlinkat.c   dfd = open (".", O_RDONLY);
open               48 maint/gnulib/tests/test-utimens.c   int fd = open (name, O_WRONLY);
open               50 maint/gnulib/tests/test-utimens.c     fd = open (name, O_RDONLY);
open               88 maint/gnulib/tests/test-utimensat.c   dfd = open (".", O_RDONLY);
open               37 maint/gnulib/tests/test-write.c   fd = open (filename, O_CREAT | O_WRONLY, 0600);
open               43 maint/gnulib/tests/test-write.c   fd = open (filename, O_WRONLY);
open               51 maint/gnulib/tests/test-write.c     int rfd = open (filename, O_RDONLY);
open               29 maint/gnulib/tests/test-xstdopen.c   ASSERT (open ("Makefile", O_RDONLY) >= 3);
open               68 maint/gnulib/tests/zerosize-ptr.h   int fd = open ("/dev/zero", O_RDONLY, 0666);