Searched refs:O_WRONLY (Results 101 - 125 of 384) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/rand/
H A Drandfile.c213 int fd = open(file, O_WRONLY|O_CREAT|O_BINARY, 0600);
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/wps/
H A Dwps_ufd.c158 ufd_fd = open(temp, O_WRONLY | O_CREAT | O_TRUNC,
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/lib/misc/
H A Dlvm-file.c63 *fd = open(buffer, O_CREAT | O_EXCL | O_WRONLY | O_APPEND,
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dchdir-long.c83 new_fd = openat (cdb->fd, dir, O_WRONLY | O_DIRECTORY);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Drename.c55 tofd = open (to, O_CREAT | O_WRONLY | O_TRUNC | O_BINARY, 0777);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/
H A Dpex-djgpp.c98 (O_WRONLY | O_CREAT | O_TRUNC
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libiberty/
H A Dpex-djgpp.c98 (O_WRONLY | O_CREAT | O_TRUNC
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/rx/
H A Dsyscalls.c180 h_oflags |= O_WRONLY;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libiberty/
H A Dpex-djgpp.c96 (O_WRONLY | O_CREAT | O_TRUNC
/netbsd-6-1-5-RELEASE/sys/arch/x68k/stand/newdisk/
H A Dnewdisk.c185 fd = open(dev, O_WRONLY);
/netbsd-6-1-5-RELEASE/lib/libutil/
H A Dpidlock.c82 if ((f = open(tempfile, O_WRONLY|O_CREAT|O_TRUNC, 0600)) == -1)
H A Dttymsg.c111 if ((fd = open(device, O_WRONLY|O_NONBLOCK, 0)) < 0) {
/netbsd-6-1-5-RELEASE/sbin/dump/
H A Dsnapshot.c122 fd = open(fss.fss_bstore, O_CREAT|O_EXCL|O_WRONLY, 0600);
/netbsd-6-1-5-RELEASE/sbin/wsconsctl/
H A Dwsconsctl.c163 fd = open(file, O_WRONLY);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libiberty/
H A Dpex-djgpp.c98 (O_WRONLY | O_CREAT | O_TRUNC
/netbsd-6-1-5-RELEASE/usr.sbin/btdevctl/
H A Dbtdevctl.c253 fd = open(BTHUB_PATH, O_WRONLY, 0);
/netbsd-6-1-5-RELEASE/usr.sbin/bthcid/
H A Dconfig.c184 fd = open(new_key_file, O_WRONLY|O_TRUNC|O_CREAT|O_EXLOCK, 0600);
/netbsd-6-1-5-RELEASE/usr.sbin/fwctl/
H A Dfwmpegts.c157 fd = open(filename, O_CREAT | O_WRONLY | O_TRUNC, 0660);
/netbsd-6-1-5-RELEASE/usr.sbin/services_mkdb/
H A Doutput_cdb.c55 if ((cdbw_fd = open(tname, O_WRONLY | O_CREAT | O_TRUNC, 0666)) == -1) {
/netbsd-6-1-5-RELEASE/usr.sbin/tprof/
H A Dtprof.c136 outfd = open(outfile, O_WRONLY | O_CREAT | O_TRUNC, 0666);
/netbsd-6-1-5-RELEASE/tests/fs/vfs/
H A Dt_ro.c114 ATF_REQUIRE_ERRNO(expected, rump_sys_open(AFILE, O_WRONLY) == -1);
/netbsd-6-1-5-RELEASE/tests/lib/libc/sys/
H A Dt_mkfifo.c190 ATF_REQUIRE_ERRNO(ENXIO, open(path, O_WRONLY | O_NONBLOCK) == -1);
H A Dt_write.c174 fd = open(path, O_WRONLY | O_CREAT);
/netbsd-6-1-5-RELEASE/usr.bin/mail/
H A Dmime_detach.c126 flags = (detach_ctl.overwrite ? 0 : O_EXCL) | O_CREAT | O_TRUNC | O_WRONLY;
/netbsd-6-1-5-RELEASE/distrib/utils/ssh/
H A Dssh.c486 child_newfd(1, ofile, O_WRONLY|O_CREAT);
488 child_newfd(2, efile, O_WRONLY|O_CREAT);

Completed in 275 milliseconds

1234567891011>>