Searched refs:O_WRONLY (Results 1 - 25 of 604) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl2/mkhybrid/dist/include/
H A Dfctldefs.h44 * Do not define more than O_RDONLY / O_WRONLY / O_RDWR
50 #ifndef O_WRONLY
51 #define O_WRONLY 1 macro
/netbsd-current/external/gpl3/binutils/dist/ld/
H A Dsysdep.h71 #ifndef O_WRONLY
72 #define O_WRONLY 1 macro
78 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dtarget-newlib-open.c80 #ifdef O_WRONLY
81 { "O_WRONLY", O_WRONLY, 1 },
/netbsd-current/lib/libc/compat-43/
H A Dcreat.c51 return(open(path, O_WRONLY|O_CREAT|O_TRUNC, mode));
/netbsd-current/external/bsd/libpcap/dist/testprogs/
H A Dunix.h48 #define O_WRONLY _O_WRONLY macro
/netbsd-current/lib/libutil/compat/
H A Dcompat_login.c69 if (tty > 0 && (fd = open(_PATH_UTMP, O_WRONLY|O_CREAT, 0644)) >= 0) {
74 if ((fd = open(_PATH_WTMP, O_WRONLY|O_APPEND, 0)) >= 0) {
/netbsd-current/lib/libutil/
H A Dlogin.c61 if (tty > 0 && (fd = open(_PATH_UTMP, O_WRONLY|O_CREAT, 0644)) >= 0) {
66 if ((fd = open(_PATH_WTMP, O_WRONLY|O_APPEND, 0)) >= 0) {
/netbsd-current/lib/libc/stdio/
H A Dflags.c74 m = O_WRONLY;
80 m = O_WRONLY;
/netbsd-current/external/public-domain/xz/dist/src/common/
H A Dtuklib_open_stdxxx.c39 | (i == 0 ? O_WRONLY : O_RDONLY));
/netbsd-current/external/bsd/jemalloc/dist/test/unit/
H A Dprof_idump.c11 fd = open("/dev/null", O_WRONLY);
/netbsd-current/external/gpl3/binutils.old/dist/ld/
H A Dsysdep.h86 #ifndef O_WRONLY
87 #define O_WRONLY 1 macro
93 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
/netbsd-current/external/gpl3/gdb.old/dist/ld/
H A Dsysdep.h86 #ifndef O_WRONLY
87 #define O_WRONLY 1 macro
93 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
/netbsd-current/regress/sys/kern/kqueue/vnode/
H A Dwrite.c51 fd = open(argv[1], O_WRONLY);
/netbsd-current/sys/dev/microcode/rum/
H A Dbuild.c38 fd = open(name, O_WRONLY | O_CREAT | O_TRUNC, 0644);
/netbsd-current/sys/dev/microcode/run/
H A Dbuild.c38 fd = open(name, O_WRONLY | O_CREAT | O_TRUNC, 0644);
/netbsd-current/sys/dev/microcode/zyd/
H A Dbuild.c37 fd = open(name, O_WRONLY | O_CREAT | O_TRUNC, 0644);
/netbsd-current/sys/sys/
H A Dtimerfd.h44 #define TFD_TIMER_ABSTIME O_WRONLY
/netbsd-current/lib/libc/db/hash/
H A Dndbm.c76 if ((flags & O_ACCMODE) == O_WRONLY) {
77 flags &= ~O_WRONLY;
/netbsd-current/crypto/external/bsd/openssl.old/dist/util/
H A Dcopy.pl69 sysopen(OUT, $dfile, O_WRONLY|O_CREAT|O_TRUNC|O_BINARY)
/netbsd-current/crypto/external/bsd/openssl/dist/util/
H A Dcopy.pl69 sysopen(OUT, $dfile, O_WRONLY|O_CREAT|O_TRUNC|O_BINARY)
/netbsd-current/external/ibm-public/postfix/dist/src/tls/
H A Dtls_proxy_client_misc.c102 if ((mp = vstream_memopen(buf, O_WRONLY)) == 0
121 if ((mp = vstream_memopen(buf, O_WRONLY)) == 0
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dsysdep.h99 #ifndef O_WRONLY
100 #define O_WRONLY 1 macro
106 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dsysdep.h68 #ifndef O_WRONLY
69 #define O_WRONLY 1 macro
75 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dsysdep.h99 #ifndef O_WRONLY
100 #define O_WRONLY 1 macro
106 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dsysdep.h68 #ifndef O_WRONLY
69 #define O_WRONLY 1 macro
75 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)

Completed in 483 milliseconds

1234567891011>>