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

1234567891011>>

/macosx-10.10.1/BerkeleyDB-21/db/common/
H A Dopenflags.c40 #define O_ACCMODE (O_RDONLY | O_RDWR | O_WRONLY)
44 case O_WRONLY:
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/comp/
H A Dcreat64.c35 return open64(path, O_WRONLY|O_CREAT|O_TRUNC, mode);
H A Dsymlink.c48 if ((fd = open(b, O_CREAT|O_TRUNC|O_WRONLY|O_cloexec, S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)) < 0)
/macosx-10.10.1/Libc-1044.1.2/compat-43/FreeBSD/
H A Dcreat.c52 return(__open(path, O_WRONLY|O_CREAT|O_TRUNC, mode));
54 return(__open_nocancel(path, O_WRONLY|O_CREAT|O_TRUNC, mode));
/macosx-10.10.1/emacs-93/emacs/src/s/
H A Dbsd4-1.h125 #define O_WRONLY 1
124 #define O_WRONLY macro
/macosx-10.10.1/Libc-1044.1.2/stdio/FreeBSD/
H A Dflags.c68 m = O_WRONLY;
74 m = O_WRONLY;
/macosx-10.10.1/ruby-106/ruby/ext/fcntl/
H A Dfcntl.c50 * Fcntl::O_WRONLY | Fcntl::O_EXCL | Fcntl::O_CREAT)
225 #ifdef O_WRONLY
226 /* Document-const: O_WRONLY
230 rb_define_const(mFcntl, "O_WRONLY", INT2NUM(O_WRONLY));
243 rb_define_const(mFcntl, "O_ACCMODE", INT2FIX(O_RDONLY | O_WRONLY | O_RDWR));
/macosx-10.10.1/uucp-11/uucp/unix/
H A Ddetach.c53 #define O_WRONLY 1 macro
141 || open ((char *) "/dev/null", O_WRONLY) != 1
142 || open ((char *) "/dev/null", O_WRONLY) != 2)
H A Defopen.c25 #define O_WRONLY 1 macro
75 O_WRONLY | O_APPEND | O_CREAT | O_NOCTTY,
78 o = open ((char *) zfile, O_WRONLY | O_NOCTTY);
96 O_WRONLY | O_APPEND | O_CREAT | O_NOCTTY,
/macosx-10.10.1/xnu-2782.1.97/bsd/security/audit/
H A Daudit_bsm_klib.c272 oflags = oflags & (O_RDONLY | O_CREAT | O_TRUNC | O_RDWR | O_WRONLY);
311 case O_WRONLY:
315 case (O_WRONLY | O_CREAT):
319 case (O_WRONLY | O_CREAT | O_TRUNC):
323 case (O_WRONLY | O_TRUNC):
369 oflags = oflags & (O_RDONLY | O_CREAT | O_TRUNC | O_RDWR | O_WRONLY);
408 case O_WRONLY:
412 case (O_WRONLY | O_CREAT):
416 case (O_WRONLY | O_CREAT | O_TRUNC):
420 case (O_WRONLY | O_TRUN
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dsysdep.h94 #ifndef O_WRONLY
95 #define O_WRONLY 1 macro
101 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
/macosx-10.10.1/disklabel-6/
H A Ddestroy.c50 fd = open(dev, O_WRONLY);
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dstdopen.c54 = { O_WRONLY, O_RDONLY, O_RDONLY };
/macosx-10.10.1/libxml2-26/libxml2/win32/wince/
H A Dwincecompat.c36 if ( oflag==(O_WRONLY|O_CREAT) )
H A Dwincecompat.h20 #define O_WRONLY 0x0001 /* open for writing only */ macro
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/win32/wince/
H A Dwincecompat.c36 if ( oflag==(O_WRONLY|O_CREAT) )
/macosx-10.10.1/OpenSSL098-52/src/util/
H A Dcopy.pl55 sysopen(OUT, $dfile, O_WRONLY|O_CREAT|O_TRUNC|O_BINARY)
/macosx-10.10.1/adv_cmds-158/gencat/
H A Dgencat.c108 if ((ofd = open(catfile, O_WRONLY|O_TRUNC|O_CREAT, 0666)) < 0)
111 if ((ofd = open(catfile, O_WRONLY|O_CREAT, 0666)) < 0)
116 if ((ofd = open(catfile, O_WRONLY|O_TRUNC)) < 0)
149 if ((fd = open(fname, O_WRONLY|O_CREAT, 0666)) < 0)
190 if ((fd = open(fname, O_WRONLY|O_TRUNC)) < 0)
/macosx-10.10.1/man-16/man/gencat/
H A Dgencat.c139 if ((ofd = open(catfile, O_WRONLY|O_TRUNC|O_CREAT, 0666)) < 0) {
144 if ((ofd = open(catfile, O_WRONLY|O_CREAT, 0666)) < 0) {
151 if ((ofd = open(catfile, O_WRONLY|O_TRUNC)) < 0) {
196 if ((fd = open(fname, O_WRONLY|O_CREAT, 0666)) < 0) {
248 if ((fd = open(fname, O_WRONLY|O_TRUNC)) < 0) {
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/hosts/
H A Dalphavms.h65 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/misc/
H A Dsystrace.c59 ov[0] = PROC_FD_DUP(open("/dev/null", O_WRONLY), 2, PROC_FD_PARENT|PROC_FD_CHILD);
/macosx-10.10.1/libarchive-30/libarchive/libarchive/test/
H A Dtest_write_disk_failures.c51 fd = open("dir/testfile", O_WRONLY | O_CREAT | O_BINARY, 0777);
/macosx-10.10.1/mail_cmds-30/mail/
H A Dv7.local.c82 (void)close(open(mailname, O_CREAT | O_TRUNC | O_WRONLY, 0600));
/macosx-10.10.1/ntp-92/lib/isc/win32/include/isc/
H A Dstat.h54 #define O_WRONLY _O_WRONLY macro
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dfifo_open.c59 if (open(FIFO_PATH, O_WRONLY | O_NONBLOCK, 0) < 0) {

Completed in 298 milliseconds

1234567891011>>