Searched refs:O_TRUNC (Results 1 - 12 of 12) sorted by relevance

/bind-9.6-ESV-R11/bin/rndc/unix/
H A Dos.c61 flags = O_WRONLY | O_TRUNC;
/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dutils.c153 const int output = open(destination, O_WRONLY | O_CREAT | O_TRUNC, 0777);
192 const int fd = open(name, O_WRONLY | O_CREAT | O_TRUNC, 0644);
364 const int new_fd = open(name, O_WRONLY | O_CREAT | O_TRUNC, 0644);
H A Dmacros_test.c61 O_CREAT | O_WRONLY | O_TRUNC, 0644) != -1); local
H A Dtc.c219 const int fd = open(resfile, O_WRONLY | O_CREAT | O_TRUNC,
/bind-9.6-ESV-R11/
H A Dconfig.h.win32143 #define O_TRUNC _O_TRUNC
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dprocess_test.c194 s->m_fd = open("stdout", O_WRONLY | O_CREAT | O_TRUNC, 0644);
198 s->m_fd = open("stderr", O_WRONLY | O_CREAT | O_TRUNC, 0644);
262 ATF_REQUIRE_EQ(open(name, O_WRONLY | O_CREAT | O_TRUNC, 0644),
323 s->m_fd = open("stdout", O_WRONLY | O_CREAT | O_TRUNC, 0644);
326 s->m_fd = open("stderr", O_WRONLY | O_CREAT | O_TRUNC, 0644);
H A Dprocess.c353 O_WRONLY | O_CREAT | O_TRUNC, 0644);
H A Dfs_test.c67 fd = open(p, O_CREAT | O_WRONLY | O_TRUNC, mode);
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dio_test.cpp114 int fd = ::open("test_write.txt", O_WRONLY | O_CREAT | O_TRUNC,
/bind-9.6-ESV-R11/unit/atf-src/test-programs/
H A Dc_helpers.c66 fd = open(path, O_WRONLY | O_TRUNC | O_CREAT, 0644);
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dmacros_test.cpp57 ATF_REQUIRE(open(name, O_CREAT | O_WRONLY | O_TRUNC, 0644) != -1);
/bind-9.6-ESV-R11/bin/tests/dst/
H A Dt_dst.c502 fd = open(path, O_CREAT|O_TRUNC|O_WRONLY, S_IRWXU|S_IRWXO|S_IRWXG);

Completed in 490 milliseconds