Searched refs:O_WRONLY (Results 26 - 50 of 384) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dfifo_open.c61 if (open(FIFO_PATH, O_WRONLY | O_NONBLOCK, 0) < 0) {
H A Dstream_connect.c75 if ((fifo = open(path, O_WRONLY | O_NONBLOCK, 0)) < 0)
H A Dfifo_rdonly_bug.c93 if ((fd2 = open(FIFO_PATH, O_WRONLY, 0)) < 0)
94 perrorcleanup("open fifo O_WRONLY");
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/mcore/
H A Dsysdep.h36 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/microblaze/
H A Dsysdep.h36 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/moxie/
H A Dsysdep.h35 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
/netbsd-6-1-5-RELEASE/tests/lib/libposix/
H A Dt_rename.c57 REQUIRE_LIBC(open("t1", O_CREAT | O_TRUNC | O_WRONLY, 0600), -1);
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_read_large.c79 tmpfilefd = open(tmpfilename, O_WRONLY | O_CREAT | O_BINARY);
81 tmpfilefd = open(tmpfilename, O_WRONLY | O_CREAT | O_BINARY, 0755);
H A Dtest_read_data_large.c106 tmpfilefd = open(tmpfilename, O_WRONLY | O_CREAT | O_BINARY);
108 tmpfilefd = open(tmpfilename, O_WRONLY | O_CREAT | O_BINARY, 0777);
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/daemons/cmirrord/
H A Dclogd.c96 if((fd = open(lockfile, O_CREAT | O_WRONLY,
238 open("/dev/null", O_WRONLY); /* reopen stdout */
239 open("/dev/null", O_WRONLY); /* reopen stderr */
/netbsd-6-1-5-RELEASE/libexec/ftpd/
H A Dlogwtmp.c77 if ((fd = open(wf, O_WRONLY|O_APPEND, 0)) == -1)
113 if ((fdx = open(wf, O_WRONLY|O_APPEND, 0)) == -1)
/netbsd-6-1-5-RELEASE/usr.bin/tee/
H A Dtee.c104 if ((fd = open(*argv, append ? O_WRONLY|O_CREAT|O_APPEND :
105 O_WRONLY|O_CREAT|O_TRUNC, DEFFILEMODE)) < 0) {
/netbsd-6-1-5-RELEASE/tests/fs/ffs/
H A Dt_fifos.c37 fd = rump_sys_open("sheep", O_WRONLY);
52 fd = rump_sys_open("pigs", O_WRONLY);
/netbsd-6-1-5-RELEASE/tests/fs/fifofs/
H A Dt_fifo.c44 fd = open(FIFO_FILE_PATH, O_WRONLY, 0);
121 if ((fd = open(FIFO_FILE_PATH, O_WRONLY, 0)) == -1)
/netbsd-6-1-5-RELEASE/tests/fs/union/
H A Dt_pr.c80 fd = rump_sys_open("/mp/null", O_WRONLY | O_CREAT | O_TRUNC);
114 fd = rump_sys_open("/mp/null", O_WRONLY | O_CREAT | O_APPEND);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Drand-unix.c83 fd = _hc_unix_device_fd(O_WRONLY, NULL);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Ddumpdata.c49 fd = open(filename, O_WRONLY|O_TRUNC|O_CREAT, 0640);
/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/compat/
H A Dforkpty-aix.c68 fd = open("/dev/tty", O_WRONLY);
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dsave-cwd.c84 cwd->desc = fd_safer (open (".", O_WRONLY));
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/hosts/
H A Dalphavms.h68 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/hosts/
H A Dalphavms.h68 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
/netbsd-6-1-5-RELEASE/lib/libutil/
H A Dlogwtmp.c64 if ((fd = open(_PATH_WTMP, O_WRONLY|O_APPEND, 0)) < 0)
/netbsd-6-1-5-RELEASE/lib/libc/stdio/
H A Dvdprintf.c83 if (tmp != O_RDWR && tmp != O_WRONLY) {
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Ddot_lockfile.c98 if ((fd = open(lock_file, O_WRONLY | O_EXCL | O_CREAT, 0)) >= 0) {
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/include/platform/
H A Dacmsvc.h63 #define O_WRONLY _O_WRONLY macro

Completed in 285 milliseconds

1234567891011>>