Searched refs:O_RDONLY (Results 1 - 25 of 858) sorted by relevance

1234567891011>>

/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dstdopen.c54 = { O_WRONLY, O_RDONLY, O_RDONLY };
63 if (mode == O_RDONLY
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dmain.c81 {"", O_RDONLY | O_TEXT},
/macosx-10.10.1/groff-38/groff/src/include/
H A Dposix.h57 #ifndef O_RDONLY
58 #define O_RDONLY 0 macro
/macosx-10.10.1/BerkeleyDB-21/db/common/
H A Dopenflags.c37 * for O_RDONLY, it's simply the lack of a write flag.
40 #define O_ACCMODE (O_RDONLY | O_RDWR | O_WRONLY)
/macosx-10.10.1/emacs-93/emacs/src/s/
H A Dbsd4-1.h124 #define O_RDONLY 0
123 #define O_RDONLY macro
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_flush.c36 if (tif->tif_mode != O_RDONLY) {
/macosx-10.10.1/uucp-11/uucp/unix/
H A Ddetach.c51 #ifndef O_RDONLY
52 #define O_RDONLY 0 macro
126 o = open ((char *) "/dev/tty", O_RDONLY);
140 if (open ((char *) "/dev/null", O_RDONLY) != 0
H A Ddirent.c40 #ifndef O_RDONLY
41 #define O_RDONLY 0 macro
64 o = open ((char *) zdir, O_RDONLY | O_NOCTTY, 0);
H A Dufopen.c41 #ifndef O_RDONLY
42 #define O_RDONLY 0 macro
87 e = open ((char *) zfile, O_RDONLY | O_NOCTTY, 0);
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/comp/
H A Dsetsid.c63 if ((fd = open("/dev/tty", O_RDONLY|O_cloexec)) >= 0)
/macosx-10.10.1/emacs-93/emacs/lib-src/
H A Dtest-distrib.c37 #ifndef O_RDONLY
38 #define O_RDONLY 0 macro
85 fd = open (argv[1], O_RDONLY);
/macosx-10.10.1/ruby-106/ruby/ext/fcntl/
H A Dfcntl.c211 #ifdef O_RDONLY
212 /* Document-const: O_RDONLY
216 rb_define_const(mFcntl, "O_RDONLY", INT2NUM(O_RDONLY));
243 rb_define_const(mFcntl, "O_ACCMODE", INT2FIX(O_RDONLY | O_WRONLY | O_RDWR));
/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);
279 case O_RDONLY:
283 case (O_RDONLY | O_CREAT):
287 case (O_RDONLY | O_CREAT | O_TRUNC):
291 case (O_RDONLY | O_TRUNC):
369 oflags = oflags & (O_RDONLY | O_CREAT | O_TRUNC | O_RDWR | O_WRONLY);
376 case O_RDONLY:
380 case (O_RDONLY | O_CREAT):
384 case (O_RDONLY | O_CREAT | O_TRUNC):
388 case (O_RDONLY | O_TRUN
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dsysdep.h91 #ifndef O_RDONLY
92 #define O_RDONLY 0 macro
101 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Ddevrandom.h45 Readonly() { open("/dev/random", O_RDONLY); }
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Ddevrandom.h45 Readonly() { open("/dev/random", O_RDONLY); }
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DOSRandomSource.cpp47 int fd = open("/dev/urandom", O_RDONLY, 0);
/macosx-10.10.1/diskdev_cmds-576/disklib/
H A Ddksecsize.c58 if ((fd = open(cdev, O_RDONLY)) < 0) {
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/vec/
H A Dvecfile.c48 if ((fd = open(file, O_RDONLY|O_cloexec)) >= 0)
/macosx-10.10.1/libxml2-26/libxml2/win32/wince/
H A Dwincecompat.c38 else if (oflag==O_RDONLY)
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/win32/wince/
H A Dwincecompat.c38 else if (oflag==O_RDONLY)
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/
H A Dexp_console.c54 if ((fd = open("/dev/console", O_RDONLY)) == -1) {
/macosx-10.10.1/xnu-2782.1.97/tools/tests/libMicro/
H A Dfcntl.c78 if ((fd = open(optf, O_RDONLY)) == -1) {
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/
H A Drand-unix.c92 fd = _hc_unix_device_fd(O_RDONLY, NULL);
134 fd = _hc_unix_device_fd(O_RDONLY, NULL);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/liblutil/
H A Ddetach.c94 (sd = open( "/dev/null", O_RDONLY )) == -1 &&
96 (sd = open( "/", O_RDONLY )) == -1 ) {

Completed in 303 milliseconds

1234567891011>>