Searched refs:O_WRONLY (Results 226 - 250 of 384) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/util/
H A Dtickadj.c548 fd = openfile(file, O_WRONLY);
/netbsd-6-1-5-RELEASE/external/bsd/pkg_install/dist/admin/
H A Dmain.c305 if ((fd = open(path, O_WRONLY | O_APPEND | O_CREAT, 0644)) == -1)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libiberty/
H A Dpex-unix.c353 return open (name, O_WRONLY | O_CREAT | O_TRUNC, PUBLIC_MODE);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/examples/
H A Dgun.c563 outfile = open(outname, O_CREAT | O_TRUNC | O_WRONLY, 0666);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/gdbserver/
H A Dspu-low.c245 fd = open (buf, writebuf? O_WRONLY : O_RDONLY);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dspu-linux-nat.c245 fd = open (buf, writebuf? O_WRONLY : O_RDONLY);
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/roff/groff/
H A Dpipeline.c402 f = open(tmpfiles[outfile], O_WRONLY|O_CREAT|O_TRUNC|O_BINARY, 0666);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libiberty/
H A Dpex-unix.c321 return open (name, O_WRONLY | O_CREAT | O_TRUNC, PUBLIC_MODE);
/netbsd-6-1-5-RELEASE/sys/compat/common/
H A Dvfs_syscalls_43.c326 SCARG(&nuap, flags) = O_WRONLY | O_CREAT | O_TRUNC;
/netbsd-6-1-5-RELEASE/sys/compat/linux32/common/
H A Dlinux32_unistd.c332 SCARG(&ua, flags) = O_CREAT | O_TRUNC | O_WRONLY;
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dsyslog.c456 (fd = open(_PATH_CONSOLE, O_WRONLY|O_NONBLOCK, 0)) >= 0) {
/netbsd-6-1-5-RELEASE/sys/arch/amiga/stand/bootblock/elf2bb/
H A Delf2bb.c414 ofd = open(argv[1], O_CREAT|O_WRONLY, 0644);
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/flush/
H A Dflush.c332 O_CREAT | O_APPEND | O_WRONLY, 0600)) == 0)
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Dpipe_command.c568 cmd_in_stream = vstream_fdopen(cmd_in_pipe[1], O_WRONLY);
/netbsd-6-1-5-RELEASE/usr.sbin/apmd/
H A Dapmd.c235 spkrfd = open(_PATH_DEV_SPEAKER, O_WRONLY);
/netbsd-6-1-5-RELEASE/usr.sbin/fwctl/
H A Dfwdv.c108 fd = open(filename, O_CREAT | O_WRONLY | O_TRUNC, 0660);
/netbsd-6-1-5-RELEASE/usr.sbin/lpr/lpr/
H A Dlpr.c542 f = open(n, O_WRONLY | O_EXCL | O_CREAT, FILMOD);
/netbsd-6-1-5-RELEASE/usr.sbin/pf/pfs/
H A Dpfs.c132 wfd = open(filename, O_WRONLY|O_TRUNC|O_CREAT, 0600);
/netbsd-6-1-5-RELEASE/tests/lib/libc/sys/
H A Dt_mmap.c298 fd = open(path, O_WRONLY | O_CREAT, 0700);
/netbsd-6-1-5-RELEASE/usr.bin/mkdep/
H A Dmkdep.c228 aflag = O_WRONLY | O_APPEND | O_CREAT | O_TRUNC;
/netbsd-6-1-5-RELEASE/dist/dhcp/server/
H A Ddhcpd.c549 O_WRONLY | O_CREAT, 0644)) >= 0) {
582 O_WRONLY | O_CREAT, 0644)) >= 0) {
/netbsd-6-1-5-RELEASE/dist/pppd/pppd/
H A Doptions.c1593 fd = open(*argv, O_WRONLY | O_APPEND | O_CREAT | O_EXCL, 0644);
1595 fd = open(*argv, O_WRONLY | O_APPEND);
/netbsd-6-1-5-RELEASE/external/bsd/fetch/dist/libfetch/
H A Dftp.c570 if (io->cconn == NULL || io->dconn == NULL || io->dir == O_WRONLY) {
1206 oflag = O_WRONLY;
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_options.c193 if ((fd = open64(arg, O_CREAT | O_WRONLY, 0666)) == -1)
218 if ((fd = open64(arg, O_CREAT | O_WRONLY, 0666)) == -1)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/fixincludes/
H A Dfixincl.c538 fd = open (fname, O_WRONLY | O_CREAT | O_TRUNC, S_IRALL);
563 fd = open (fname, O_WRONLY | O_CREAT | O_TRUNC, S_IRALL);

Completed in 389 milliseconds

1234567891011>>