Searched refs:O_WRONLY (Results 276 - 300 of 612) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/bsd/jemalloc/dist/test/unit/
H A Dprof_reset.c7 fd = open("/dev/null", O_WRONLY);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_rtems.cc198 case WrOnly: flags = O_WRONLY | O_CREAT | O_TRUNC; break;
H A Dsanitizer_solaris.cc92 internal_open(filename, write ? O_WRONLY | O_CREAT : O_RDONLY, 0660));
/netbsd-current/crypto/external/bsd/heimdal/dist/kdc/
H A Dprocess.c289 fd = open(fn, O_WRONLY|O_CREAT|O_APPEND, 0600);
/netbsd-current/crypto/external/cpl/tpm-tools/dist/src/tpm_mgmt/
H A Dtpm_nvread.c275 fd = open(filename, O_WRONLY|O_TRUNC|O_CREAT, S_IRUSR|S_IWUSR);
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dmyndbm.c31 # define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
/netbsd-current/sbin/wsconsctl/
H A Dwsconsctl.c163 fd = open(file, O_WRONLY);
/netbsd-current/usr.sbin/fssconfig/
H A Dfssconfig.c168 fd = prog_open(fss.fss_bstore, O_CREAT|O_TRUNC|O_WRONLY, 0600);
/netbsd-current/usr.bin/vndcompress/
H A Dvnduncompress.c73 (O_WRONLY | O_CREAT | O_TRUNC), 0777);
/netbsd-current/tests/lib/libc/sys/
H A Dt_write.c176 fd = open(path, O_WRONLY | O_CREAT, 0600);
/netbsd-current/external/ibm-public/postfix/dist/src/virtual/
H A Dmailbox.c125 mp = mbox_open(usr_attr.mailbox, O_APPEND | O_WRONLY | O_CREAT,
/netbsd-current/usr.sbin/mdsetimage/
H A Dmdsetimage.c160 if ((fsfd = open(fsfile, O_WRONLY|O_CREAT, 0777)) == -1)
/netbsd-current/tests/fs/lfs/
H A Dt_rfw.c241 int flags = O_CREAT|O_WRONLY;
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_rtems.cc198 case WrOnly: flags = O_WRONLY | O_CREAT | O_TRUNC; break;
H A Dsanitizer_solaris.cc92 write ? O_WRONLY | O_CREAT : O_RDONLY, 0660);
/netbsd-current/bin/mt/
H A Dmt.c166 flags = comp->c_ronly ? O_RDONLY : O_WRONLY;
/netbsd-current/crypto/dist/ipsec-tools/src/racoon/
H A Dplainrsa-gen.c260 fd = open(fname, O_WRONLY | O_CREAT | O_EXCL | O_NOFOLLOW, S_IRUSR | S_IWUSR);
/netbsd-current/tests/fs/vfs/
H A Dt_renamerace.c51 O_WRONLY|O_CREAT|O_TRUNC, 0666);
/netbsd-current/external/mit/libuv/dist/test/
H A Dtest-fs-copyfile.c77 r = uv_fs_open(NULL, &req, name, O_WRONLY | O_CREAT | O_TRUNC,
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Dabounce.c360 VSTREAM *mp = vstream_memopen(ap->request, O_WRONLY);
/netbsd-current/sys/compat/ultrix/
H A Dultrix_pathname.c87 SCARG(&ap, flags) = O_WRONLY | O_CREAT | O_TRUNC;
/netbsd-current/tests/net/tcp/
H A Dt_tcp_connect_port.c112 fd = open(SYSCTLBAKFILE, O_WRONLY|O_CREAT|O_TRUNC|O_EXCL,
/netbsd-current/external/gpl3/gcc.old/dist/gcc/lto/
H A Dlto-object.c102 ? O_WRONLY | O_CREAT | O_BINARY
/netbsd-current/external/gpl3/gdb.old/dist/sim/m32c/
H A Dsyscalls.c214 h_oflags |= O_WRONLY;
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/rand/
H A Drandfile.c203 int fd = open(file, O_WRONLY | O_CREAT | O_BINARY, 0600);

Completed in 413 milliseconds

<<11121314151617181920>>