Searched refs:O_WRONLY (Results 176 - 200 of 384) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/usr.sbin/dev_mkdb/
H A Ddev_mkdb.c76 fd = open(db_name_tmp, O_CREAT|O_EXCL|O_WRONLY, FILE_PERMISSION);
/netbsd-6-1-5-RELEASE/usr.sbin/extattrctl/
H A Dextattrctl.c108 flags = O_CREAT | O_WRONLY | O_TRUNC | O_EXCL;
/netbsd-6-1-5-RELEASE/usr.sbin/fssconfig/
H A Dfssconfig.c146 if ((fd = open(fss.fss_bstore, O_CREAT|O_TRUNC|O_WRONLY, 0600)) < 0) {
/netbsd-6-1-5-RELEASE/usr.sbin/sliplogin/
H A Dsliplogin.c343 if ((fd = open(_PATH_DEVNULL, O_WRONLY)) != 1) {
/netbsd-6-1-5-RELEASE/tests/lib/libc/sys/
H A Dt_dup.c54 int mode[3] = { O_RDONLY, O_WRONLY, O_RDWR };
/netbsd-6-1-5-RELEASE/usr.bin/ktrace/
H A Dktrace.c233 if ((fd = open(outfile, O_CREAT | O_WRONLY |
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dfcntl.h65 #define O_WRONLY 0x00000001 /* open for writing only */ macro
/netbsd-6-1-5-RELEASE/sys/arch/alpha/stand/setnetbootinfo/
H A Dsetnetbootinfo.c230 if ((fd = open(outfilename, O_WRONLY | O_CREAT, 0666)) == -1)
/netbsd-6-1-5-RELEASE/dist/ipf/tools/
H A Dipfs.c411 wfd = open(file, O_WRONLY|O_TRUNC|O_CREAT, 0600);
728 nfd = open(file, O_WRONLY|O_TRUNC|O_CREAT, 0600);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/named/unix/
H A Dos.c655 fd = open(filename, O_WRONLY|O_CREAT|O_APPEND, mode);
659 fd = open(filename, O_WRONLY|O_CREAT|O_EXCL, mode);
/netbsd-6-1-5-RELEASE/external/bsd/iscsi/dist/src/osd/
H A Dosd.c300 if ((rc = open(FileName, O_WRONLY | O_CREAT, 0644)) == -1) {
378 if ((rc = open(FileName, O_WRONLY, 0644)) == -1) {
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/fixincludes/
H A Dfixincl.c479 fd = open (fname, O_WRONLY | O_CREAT | O_TRUNC, S_IRALL);
504 fd = open (fname, O_WRONLY | O_CREAT | O_TRUNC, S_IRALL);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dsystem.h314 #ifndef O_WRONLY
315 # define O_WRONLY 1 macro
/netbsd-6-1-5-RELEASE/sys/compat/osf1/
H A Dosf1_cvt.c183 { O_ACCMODE, O_WRONLY, OSF1_O_WRONLY },
206 { OSF1_O_ACCMODE, OSF1_O_WRONLY, O_WRONLY },
/netbsd-6-1-5-RELEASE/lib/libutil/
H A Dpasswd.c124 fd = open(filename, O_WRONLY|O_CREAT|O_EXCL, 0600);
127 fd = open(filename, O_WRONLY|O_CREAT|O_EXCL,
/netbsd-6-1-5-RELEASE/sbin/dump/
H A Dtape.c673 pipeout ? 1 : open(tape, O_WRONLY|O_CREAT, 0666))) < 0)
676 open(tape, O_WRONLY|O_CREAT, 0666))) < 0)
/netbsd-6-1-5-RELEASE/lib/libpuffs/
H A Dnull.c103 fd = open(path, O_WRONLY);
113 fd = open(path, O_WRONLY);
/netbsd-6-1-5-RELEASE/usr.bin/sed/
H A Dcompile.c317 O_WRONLY|O_APPEND|O_CREAT|O_TRUNC,
627 O_WRONLY|O_APPEND|O_CREAT|O_TRUNC,
H A Dprocess.c271 O_WRONLY|O_APPEND|O_CREAT|O_TRUNC,
457 O_WRONLY|O_APPEND|O_CREAT|O_TRUNC, DEFFILEMODE)) == -1)
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dcheck-common.c185 fd = open("/dev/stdout", O_WRONLY, 0600);
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-run/
H A Dio_test.cpp114 int fd = ::open("test_write.txt", O_WRONLY | O_CREAT | O_TRUNC,
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/test-programs/
H A Dc_helpers.c66 fd = open(path, O_WRONLY | O_TRUNC | O_CREAT, 0644);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-run/
H A Dio_test.cpp114 int fd = ::open("test_write.txt", O_WRONLY | O_CREAT | O_TRUNC,
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/test-programs/
H A Dc_helpers.c68 fd = open(path, O_WRONLY | O_TRUNC | O_CREAT, 0644);
/netbsd-6-1-5-RELEASE/external/bsd/liblzf/dist/
H A Dlzf.c323 fd = open (name, O_CREAT | O_WRONLY | O_TRUNC | m, 600);

Completed in 229 milliseconds

1234567891011>>