O_TRUNC 69 maint/gnulib/lib/copy-file.c O_WRONLY | O_CREAT | O_TRUNC | O_BINARY | O_CLOEXEC, O_TRUNC 89 maint/gnulib/lib/fopen.c open_flags |= O_CREAT | O_TRUNC; O_TRUNC 121 maint/gnulib/lib/immutable.c file_fd = open (filename, O_CREAT | O_TRUNC | O_RDWR | O_CLOEXEC, 0700); O_TRUNC 287 maint/gnulib/lib/spawni.c : ((flags & O_TRUNC) != 0 ? CREATE_ALWAYS : OPEN_ALWAYS)) O_TRUNC 288 maint/gnulib/lib/spawni.c : ((flags & O_TRUNC) != 0 O_TRUNC 414 maint/gnulib/lib/supersede.c open_flags |= /* not! O_CREAT | */ O_TRUNC; O_TRUNC 64 maint/gnulib/lib/truncate.c fd = open (filename, O_WRONLY | O_TRUNC | O_CLOEXEC); O_TRUNC 38 maint/gnulib/tests/test-binary-io.c open ("t-bin-out0.tmp", O_CREAT | O_TRUNC | O_RDWR | O_BINARY, 0600); O_TRUNC 115 maint/gnulib/tests/test-dup2.c int fd = open (file, O_CREAT | O_TRUNC | O_RDWR, 0600); O_TRUNC 92 maint/gnulib/tests/test-dup3.c int fd = open (file, O_CREAT | O_TRUNC | O_RDWR, 0600); O_TRUNC 377 maint/gnulib/tests/test-execute-main.c int fd = open (BASE ".tmp", O_RDWR | O_CREAT | O_TRUNC, 0600); O_TRUNC 45 maint/gnulib/tests/test-fclose.c fd = open (BASE, O_RDWR | O_CREAT | O_TRUNC, 0600); O_TRUNC 70 maint/gnulib/tests/test-fcntl-h.c case O_TRUNC: O_TRUNC 60 maint/gnulib/tests/test-fdatasync.c fd = open (file, O_WRONLY|O_CREAT|O_TRUNC, 0644); O_TRUNC 49 maint/gnulib/tests/test-fgetc.c int fd = open (filename, O_RDWR | O_CREAT | O_TRUNC, 0600); O_TRUNC 97 maint/gnulib/tests/test-flock.c fd = open (file, O_RDWR | O_CREAT | O_TRUNC, 0644); O_TRUNC 49 maint/gnulib/tests/test-fread.c int fd = open (filename, O_RDWR | O_CREAT | O_TRUNC, 0600); O_TRUNC 60 maint/gnulib/tests/test-fsync.c fd = open (file, O_WRONLY|O_CREAT|O_TRUNC, 0644); O_TRUNC 64 maint/gnulib/tests/test-isatty.c fd = open (file, O_WRONLY|O_CREAT|O_TRUNC, 0644); O_TRUNC 51 maint/gnulib/tests/test-posix_spawn-script.c O_RDWR | O_CREAT | O_TRUNC, 0600) O_TRUNC 51 maint/gnulib/tests/test-posix_spawnp-script.c O_RDWR | O_CREAT | O_TRUNC, 0600) O_TRUNC 33 maint/gnulib/tests/test-supersede-open.h int fd = open_supersede (filename, O_RDWR | O_BINARY | O_TRUNC, 0666, O_TRUNC 59 maint/gnulib/tests/test-supersede-open.h int fd = open_supersede (filename, O_RDWR | O_BINARY | O_TRUNC, 0666, O_TRUNC 106 maint/gnulib/tests/test-supersede-open.h int fd = open_supersede (DEV_NULL, O_RDWR | O_BINARY | O_TRUNC, 0666, O_TRUNC 130 maint/gnulib/tests/test-supersede-open.h open_supersede (linkname, O_RDWR | O_BINARY | O_TRUNC, 0666, O_TRUNC 187 maint/gnulib/tests/test-supersede-open.h open_supersede (linkname, O_RDWR | O_BINARY | O_TRUNC, 0666, O_TRUNC 216 maint/gnulib/tests/test-supersede-open.h open_supersede (linkname, O_RDWR | O_BINARY | O_TRUNC, 0666, O_TRUNC 250 maint/gnulib/tests/test-supersede-open.h open_supersede (linkname, O_RDWR | O_BINARY | O_TRUNC, 0666, O_TRUNC 39 maint/gnulib/tests/test-truncate.c int fd = open (BASE "file", O_RDWR | O_TRUNC | O_CREAT, 0600);