Searched refs:O_ACCMODE (Results 1 - 25 of 39) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/mcore/
H A Dsysdep.h35 #ifndef O_ACCMODE
36 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/microblaze/
H A Dsysdep.h35 #ifndef O_ACCMODE
36 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/moxie/
H A Dsysdep.h34 #ifndef O_ACCMODE
35 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR) macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/hosts/
H A Dalphavms.h67 #ifndef O_ACCMODE
68 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR) macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/
H A Dsysdep.h106 #ifndef O_ACCMODE
107 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/hosts/
H A Dalphavms.h67 #ifndef O_ACCMODE
68 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR) macro
/netbsd-6-1-5-RELEASE/lib/libc/stdio/
H A Dfdopen.c89 tmp = fdflags & O_ACCMODE;
90 if (tmp != O_RDWR && (tmp != (oflags & O_ACCMODE))) {
H A Dvdprintf.c82 tmp = fdflags & O_ACCMODE;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dsysdep.h101 #ifndef O_ACCMODE
102 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dsysdep.h101 #ifndef O_ACCMODE
102 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR) macro
/netbsd-6-1-5-RELEASE/lib/libc/db/hash/
H A Dndbm.c76 if ((flags & O_ACCMODE) == O_WRONLY) {
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Dmyndbm.c28 # ifndef O_ACCMODE
29 # define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR) macro
30 # endif /* defined O_ACCMODE */
43 fp = CVS_FOPEN (file, (flags & O_ACCMODE) != O_RDONLY
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dinflow.c597 #ifndef O_ACCMODE macro
598 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
600 /* (O_ACCMODE) parens are to avoid Ultrix header file bug. */
601 switch (flags & (O_ACCMODE))
613 flags &= ~(O_ACCMODE);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Droken-common.h123 #ifndef O_ACCMODE
124 #define O_ACCMODE 003 macro
/netbsd-6-1-5-RELEASE/lib/libc/db/recno/
H A Drec_open.c135 switch (flags & O_ACCMODE) {
148 switch (flags & O_ACCMODE) {
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dfcntl.h67 #define O_ACCMODE 0x00000003 /* mask for above modes */ macro
130 #define O_MASK (O_ACCMODE|O_NONBLOCK|O_APPEND|O_SHLOCK|O_EXLOCK|\
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Ddb3.c263 if((flags & O_ACCMODE) == O_RDONLY)
313 if((flags & O_ACCMODE) == O_RDONLY)
322 (flags & O_ACCMODE) == O_RDONLY ?
H A Ddb.c282 if((flags & O_ACCMODE) == O_RDONLY)
293 (flags & O_ACCMODE) == O_RDONLY ?
H A Dndbm.c336 if((flags & O_ACCMODE) == O_RDONLY)
345 (flags & O_ACCMODE) == O_RDONLY ?
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/
H A Ddescriptors.cc149 pod->is_write = (flags & O_ACCMODE) != O_RDONLY;
/netbsd-6-1-5-RELEASE/lib/libc/db/btree/
H A Dbt_open.c195 switch (flags & O_ACCMODE) {
211 if ((flags & O_ACCMODE) != O_RDWR)
/netbsd-6-1-5-RELEASE/sys/compat/osf1/
H A Dosf1_cvt.c182 { O_ACCMODE, O_RDONLY, OSF1_O_RDONLY },
183 { O_ACCMODE, O_WRONLY, OSF1_O_WRONLY },
184 { O_ACCMODE, O_RDWR, OSF1_O_RDWR },
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dshf.c71 sflags |= (oflags & O_ACCMODE) == O_RDONLY ? SHF_RD
72 : ((oflags & O_ACCMODE) == O_WRONLY ? SHF_WR
95 switch (flags & O_ACCMODE) {
148 switch (flags & O_ACCMODE) {
H A Dc_test.c460 || ((mode & W_OK) && (flags & O_ACCMODE) == O_RDONLY)
461 || ((mode & R_OK) && (flags & O_ACCMODE) == O_WRONLY))
/netbsd-6-1-5-RELEASE/sys/arch/ia64/stand/common/
H A Dbootstrap.h409 #define O_ACCMODE 0x00000003 /* mask for above modes */ macro

Completed in 330 milliseconds

12