O_CREAT           241 lib/common/pid.c     fd = open(filename, O_CREAT | O_WRONLY | O_EXCL, 0644);
O_CREAT           641 maint/gnulib/lib/clean-temp.c                (params->flags & ~O_ACCMODE) | O_RDWR | O_CREAT | O_EXCL,
O_CREAT            69 maint/gnulib/lib/copy-file.c                   O_WRONLY | O_CREAT | O_TRUNC | O_BINARY | O_CLOEXEC,
O_CREAT            89 maint/gnulib/lib/fopen.c             open_flags |= O_CREAT | O_TRUNC;
O_CREAT            97 maint/gnulib/lib/fopen.c             open_flags |= O_CREAT | O_APPEND;
O_CREAT           121 maint/gnulib/lib/immutable.c   file_fd = open (filename, O_CREAT | O_TRUNC | O_RDWR | O_CLOEXEC, 0700);
O_CREAT            33 maint/gnulib/lib/open-safer.c   if (flags & O_CREAT)
O_CREAT            72 maint/gnulib/lib/open.c   if (flags & O_CREAT)
O_CREAT           117 maint/gnulib/lib/open.c   if ((flags & O_CREAT)
O_CREAT            33 maint/gnulib/lib/openat-safer.c   if (flags & O_CREAT)
O_CREAT            72 maint/gnulib/lib/openat.c   if (flags & O_CREAT)
O_CREAT           103 maint/gnulib/lib/openat.c   if ((flags & O_CREAT)
O_CREAT           187 maint/gnulib/lib/openat.c   if (flags & O_CREAT)
O_CREAT           284 maint/gnulib/lib/spawni.c                 ((flags & O_CREAT) != 0
O_CREAT            91 maint/gnulib/lib/supersede.c     O_CREAT;
O_CREAT           133 maint/gnulib/lib/supersede.c           fd = open (filename, flags | O_CREAT | O_EXCL, mode);
O_CREAT           150 maint/gnulib/lib/supersede.c                   fd = open (canon_filename, flags | O_CREAT | O_EXCL, mode);
O_CREAT           240 maint/gnulib/lib/supersede.c           fd = open (filename, flags | O_CREAT, mode);
O_CREAT           180 maint/gnulib/lib/tempname.c                  | O_RDWR | O_CREAT | O_EXCL, S_IRUSR | S_IWUSR);
O_CREAT           101 maint/gnulib/tests/atomic-int-gnulib.h       s = sem_open (name, O_CREAT | O_EXCL, 0600, 0);
O_CREAT           101 maint/gnulib/tests/atomic-int-isoc.h       s = sem_open (name, O_CREAT | O_EXCL, 0600, 0);
O_CREAT           101 maint/gnulib/tests/atomic-int-posix.h       s = sem_open (name, O_CREAT | O_EXCL, 0600, 0);
O_CREAT            38 maint/gnulib/tests/test-binary-io.c       open ("t-bin-out0.tmp", O_CREAT | O_TRUNC | O_RDWR | O_BINARY, 0600);
O_CREAT           115 maint/gnulib/tests/test-dup2.c   int fd = open (file, O_CREAT | O_TRUNC | O_RDWR, 0600);
O_CREAT            92 maint/gnulib/tests/test-dup3.c       int fd = open (file, O_CREAT | O_TRUNC | O_RDWR, 0600);
O_CREAT           377 maint/gnulib/tests/test-execute-main.c         int fd = open (BASE ".tmp", O_RDWR | O_CREAT | O_TRUNC, 0600);
O_CREAT            51 maint/gnulib/tests/test-faccessat.c   ASSERT (close (open (BASE "file", O_CREAT | O_WRONLY, 0)) == 0);
O_CREAT            45 maint/gnulib/tests/test-fclose.c   fd = open (BASE, O_RDWR | O_CREAT | O_TRUNC, 0600);
O_CREAT            68 maint/gnulib/tests/test-fcntl-h.c     case O_CREAT:
O_CREAT            60 maint/gnulib/tests/test-fdatasync.c   fd = open (file, O_WRONLY|O_CREAT|O_TRUNC, 0644);
O_CREAT            39 maint/gnulib/tests/test-fdopendir.c   fd = open ("test-fdopendir.tmp", O_RDONLY | O_CREAT, 0600);
O_CREAT            49 maint/gnulib/tests/test-fgetc.c     int fd = open (filename, O_RDWR | O_CREAT | O_TRUNC, 0600);
O_CREAT            97 maint/gnulib/tests/test-flock.c   fd = open (file, O_RDWR | O_CREAT | O_TRUNC, 0644);
O_CREAT            49 maint/gnulib/tests/test-fread.c     int fd = open (filename, O_RDWR | O_CREAT | O_TRUNC, 0600);
O_CREAT            60 maint/gnulib/tests/test-fsync.c   fd = open (file, O_WRONLY|O_CREAT|O_TRUNC, 0644);
O_CREAT           132 maint/gnulib/tests/test-fts.c       fd = open (buf, O_WRONLY | O_CREAT, 0666);
O_CREAT            64 maint/gnulib/tests/test-isatty.c     fd = open (file, O_WRONLY|O_CREAT|O_TRUNC, 0644);
O_CREAT            31 maint/gnulib/tests/test-link.h   fd = open (BASE "a", O_CREAT | O_EXCL | O_WRONLY, 0600);
O_CREAT            48 maint/gnulib/tests/test-open.h   ASSERT (func ("nonexist.ent/", O_CREAT | O_RDONLY, 0600) == -1);
O_CREAT            53 maint/gnulib/tests/test-open.h   fd = func (BASE "file", O_CREAT | O_RDONLY, 0600);
O_CREAT            58 maint/gnulib/tests/test-open.h   fd = func (BASE "e.exe", O_CREAT | O_RDONLY, 0700);
O_CREAT            60 maint/gnulib/tests/test-openat-safer.c   fd = openat (dfd, witness, O_WRONLY | O_CREAT | O_EXCL, 0600);
O_CREAT            92 maint/gnulib/tests/test-openat-safer.c           ASSERT (openat (dfd, "nonexist.ent/", O_CREAT | O_RDONLY,
O_CREAT            44 maint/gnulib/tests/test-openat.c   if (flags & O_CREAT)
O_CREAT            51 maint/gnulib/tests/test-posix_spawn-script.c                                             O_RDWR | O_CREAT | O_TRUNC, 0600)
O_CREAT            51 maint/gnulib/tests/test-posix_spawnp-script.c                                             O_RDWR | O_CREAT | O_TRUNC, 0600)
O_CREAT            44 maint/gnulib/tests/test-pread.c   fd = open (file, O_CREAT | O_WRONLY, 0600);
O_CREAT            45 maint/gnulib/tests/test-pwrite.c   fd = open (file, O_CREAT | O_WRONLY, 0600);
O_CREAT            37 maint/gnulib/tests/test-read.c   fd = open (filename, O_CREAT | O_WRONLY, 0600);
O_CREAT            34 maint/gnulib/tests/test-readtokens.c   int fd = open (filename, O_CREAT | O_WRONLY, 0600);
O_CREAT            98 maint/gnulib/tests/test-stat-time.c   ASSERT (open_file (filename, O_CREAT | O_EXCL));
O_CREAT            39 maint/gnulib/tests/test-truncate.c     int fd = open (BASE "file", O_RDWR | O_TRUNC | O_CREAT, 0600);
O_CREAT            37 maint/gnulib/tests/test-write.c   fd = open (filename, O_CREAT | O_WRONLY, 0600);