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

1234567891011>>

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dfileio.c98 ret = open (OUTDIR FILENAME, O_CREAT | O_EXCL | O_WRONLY, S_IWUSR | S_IRUSR);
106 ret = open (".", O_WRONLY);
128 ret = open (OUTDIR NOWRITE, O_WRONLY);
149 fd = open (OUTDIR FILENAME, O_WRONLY);
/netbsd-current/usr.sbin/sysinst/
H A Dwskbd.c104 fd = open("/dev/wskbd0", O_WRONLY);
/netbsd-current/usr.bin/mail/
H A Ddotlock.c85 O_WRONLY|O_CREAT|O_TRUNC|O_EXCL|O_SYNC|O_CLOEXEC, 0);
/netbsd-current/sys/arch/mvme68k/stand/wrtvid/
H A Dwrtvid.c168 if ((fd = open(fn, O_WRONLY | O_CREAT | O_TRUNC, 0644)) < 0) {
/netbsd-current/lib/libutil/
H A Dpidfile.c200 O_WRONLY | O_CREAT | O_CLOEXEC | O_NONBLOCK | O_EXLOCK,
/netbsd-current/external/bsd/openldap/dist/libraries/liblber/
H A Detest.c91 if (( fd = open( "lber-test", O_WRONLY|O_CREAT|O_TRUNC|O_BINARY ))
/netbsd-current/tests/kernel/kqueue/write/
H A Dt_fifo.c85 ATF_REQUIRE((wfd = open(fifo_path, O_WRONLY | O_NONBLOCK)) >= 0);
/netbsd-current/usr.sbin/sysinst/arch/shark/
H A Dmd.c212 fd = opendisk(disk, O_WRONLY, diskpath, diskpathlen, 0);
/netbsd-current/external/ibm-public/postfix/dist/src/postlock/
H A Dpostlock.c255 if ((mp = mbox_open(folder, O_APPEND | O_WRONLY | O_CREAT,
/netbsd-current/external/ibm-public/postfix/dist/src/bounce/
H A Dbounce_notify_util_tester.c72 if ((message_stream = vstream_memopen(message_buf, O_WRONLY)) == 0)
73 msg_fatal("vstream_memopen O_WRONLY: %m");
/netbsd-current/external/gpl3/gcc.old/dist/libssp/
H A Dssp.c124 fd = open (_PATH_TTY, O_WRONLY);
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dfcntl.in.h335 #if ~O_ACCMODE & (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH)
337 # define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH)
H A Dopen.c95 /* Fail if one of O_CREAT, O_WRONLY, O_RDWR is specified and the filename
105 - if O_WRONLY or O_RDWR is specified, open() must fail because POSIX
111 - if O_WRONLY or O_RDWR is specified, open() must fail because the
115 || (flags & O_ACCMODE) == O_WRONLY)
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Drename.c53 tofd = open (to, O_CREAT | O_WRONLY | O_TRUNC | O_BINARY, 0777);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dfileio.c98 ret = open (OUTDIR FILENAME, O_CREAT | O_EXCL | O_WRONLY, S_IWUSR | S_IRUSR);
106 ret = open (".", O_WRONLY);
128 ret = open (OUTDIR NOWRITE, O_WRONLY);
149 fd = open (OUTDIR FILENAME, O_WRONLY);
/netbsd-current/external/gpl3/gcc/dist/libssp/
H A Dssp.c124 fd = open (_PATH_TTY, O_WRONLY);
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dfcntl.in.h378 #if ~O_ACCMODE & (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH)
380 # define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH)
H A Dopen.c99 /* Fail if one of O_CREAT, O_WRONLY, O_RDWR is specified and the filename
109 - if O_WRONLY or O_RDWR is specified, open() must fail because POSIX
115 - if O_WRONLY or O_RDWR is specified, open() must fail because the
119 || (flags & O_ACCMODE) == O_WRONLY)
/netbsd-current/sys/external/bsd/acpica/dist/include/platform/
H A Dacwin.h111 #define O_WRONLY _O_WRONLY macro
/netbsd-current/external/bsd/ipf/dist/tools/
H A Dipsyncs.c90 lfd = open(IPSYNC_NAME, O_WRONLY);
117 lfd = open(IPSYNC_NAME, O_WRONLY);
/netbsd-current/external/gpl2/rcs/include/
H A Dconf.h101 #define OPEN_O_WRONLY O_WRONLY /* main open flag for creating a lock file */
267 # define O_WRONLY 1 macro
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dsimple_exec.c195 out_fd[1] = open(_PATH_DEVNULL, O_WRONLY);
197 err_fd[1] = open(_PATH_DEVNULL, O_WRONLY);
/netbsd-current/sys/arch/mipsco/stand/installboot/
H A Dinstallboot.c220 if ((fd = open(disk, O_WRONLY)) == -1)
271 if ((vfd = open(disk, O_WRONLY)) == -1)
/netbsd-current/external/mit/libuv/dist/include/uv/
H A Dunix.h492 #if defined(O_WRONLY)
493 # define UV_FS_O_WRONLY O_WRONLY
/netbsd-current/external/bsd/libfido2/dist/fuzz/
H A Dlibfuzzer.c49 if ((fd = open(path, O_CREAT|O_TRUNC|O_WRONLY, 0644)) == -1) {
107 if ((fd = open(path, O_CREAT|O_TRUNC|O_WRONLY, 0644)) == -1) {

Completed in 428 milliseconds

1234567891011>>