Searched refs:O_WRONLY (Results 151 - 175 of 384) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/usr.bin/bthset/
H A Dbthset.c459 mx = open(mixer, O_WRONLY, 0);
582 fd = open(pidfile, O_WRONLY | O_CREAT | O_TRUNC, 0644);
/netbsd-6-1-5-RELEASE/share/examples/refuse/fanoutfs/
H A Dfanoutfs.c174 if ((fdto = open(to, O_WRONLY | O_CREAT | O_EXCL, st.st_mode & 07777)) < 0) {
319 if ((fd = open(name, O_WRONLY, 0666)) < 0) {
/netbsd-6-1-5-RELEASE/bin/mt/
H A Dmt.c164 flags = comp->c_ronly ? O_RDONLY : O_WRONLY;
/netbsd-6-1-5-RELEASE/bin/mv/
H A Dmv.c268 open(to, O_CREAT | O_TRUNC | O_WRONLY, sbp->st_mode)) < 0) {
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/racoon/
H A Ddump.c97 fd = open(path, O_WRONLY|O_CREAT|O_APPEND, 0600);
H A Dplainrsa-gen.c257 fd = open(fname, O_WRONLY | O_CREAT | O_EXCL | O_NOFOLLOW, S_IRUSR | S_IWUSR);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/kdc/
H A Dprocess.c278 fd = open(fn, O_WRONLY|O_CREAT|O_APPEND, 0600);
/netbsd-6-1-5-RELEASE/crypto/external/cpl/tpm-tools/dist/src/tpm_mgmt/
H A Dtpm_nvread.c273 fd = open(filename, O_WRONLY|O_TRUNC|O_CREAT, S_IRUSR|S_IWUSR);
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/amd/
H A Dinfo_exec.c275 if ((nullfd = open("/dev/null", O_WRONLY|O_NOCTTY)) < 0)
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/
H A Darchive_windows.h139 #define O_WRONLY _O_WRONLY macro
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_acl_freebsd.c209 fd = open("pretest", O_WRONLY | O_CREAT | O_EXCL, 0777);
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Dmyndbm.c29 # define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/usr.sbin/mdsetimage/
H A Dmdsetimage.c173 if ((fsfd = open(fsfile, O_WRONLY|O_CREAT, 0777)) == -1)
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/utils/xtotroff/
H A Dxtotroff.c164 fd = open(troff_name, O_WRONLY | O_CREAT | O_EXCL, 0600);
/netbsd-6-1-5-RELEASE/sys/arch/x68k/stand/installboot/
H A Dinstallboot.c235 fd = open(target, O_WRONLY);
/netbsd-6-1-5-RELEASE/sys/compat/ultrix/
H A Dultrix_pathname.c87 SCARG(&ap, flags) = O_WRONLY | O_CREAT | O_TRUNC;
/netbsd-6-1-5-RELEASE/sys/arch/ia64/stand/common/
H A Dbootstrap.h407 #define O_WRONLY 0x00000001 /* open for writing only */ macro
/netbsd-6-1-5-RELEASE/sys/arch/hp300/stand/mkboot/
H A Dmkboot.c150 to = open(argv[0], O_WRONLY | O_TRUNC | O_CREAT, 0644);
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/local/
H A Dmailbox.c189 mp = mbox_open(mailbox, O_APPEND | O_WRONLY | O_CREAT,
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/m32c/
H A Dsyscalls.c215 h_oflags |= O_WRONLY;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/m68hc11/
H A Ddv-nvram.c303 fd = open (controller->file_name, O_WRONLY, 0644);
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/virtual/
H A Dmailbox.c121 mp = mbox_open(usr_attr.mailbox, O_APPEND | O_WRONLY | O_CREAT,
/netbsd-6-1-5-RELEASE/usr.bin/split/
H A Dsplit.c332 if ((ofd = open(fname, O_WRONLY | O_CREAT | O_TRUNC, DEFFILEMODE)) < 0)
/netbsd-6-1-5-RELEASE/usr.bin/tcopy/
H A Dtcopy.c130 op == COPY ? O_WRONLY : O_RDWR, DEFFILEMODE)) < 0) {
/netbsd-6-1-5-RELEASE/usr.bin/touch/
H A Dtouch.c151 O_WRONLY | O_CREAT, DEFFILEMODE);

Completed in 164 milliseconds

1234567891011>>