HomeSort by: relevance | last modified time | path
    Searched refs:O_ACCMODE (Results 1 - 25 of 117) sorted by relevancy

1 2 3 4 5

  /src/external/gpl3/gdb/dist/sim/common/
target-newlib-open.c 32 #ifdef O_ACCMODE
33 { "O_ACCMODE", O_ACCMODE, (0|1|2) },
  /src/external/gpl3/gdb.old/dist/sim/common/
target-newlib-open.c 32 #ifdef O_ACCMODE
33 { "O_ACCMODE", O_ACCMODE, (0|1|2) },
  /src/external/gpl3/binutils/dist/ld/
sysdep.h 73 #ifndef O_ACCMODE
74 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
  /src/external/gpl3/binutils.old/dist/ld/
sysdep.h 73 #ifndef O_ACCMODE
74 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
  /src/external/gpl3/gdb/dist/gnulib/import/
open.c 118 || (flags & O_ACCMODE) == O_RDWR
119 || (flags & O_ACCMODE) == O_WRONLY)
158 && ((flags & O_ACCMODE) == O_RDONLY
159 || (O_SEARCH != O_RDONLY && (flags & O_ACCMODE) == O_SEARCH)))
fcntl.in.h 378 #if ~O_ACCMODE & (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH)
379 # undef O_ACCMODE
380 # define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH)
openat.c 104 || (flags & O_ACCMODE) == O_RDWR
105 || (flags & O_ACCMODE) == O_WRONLY)
  /src/external/gpl3/gdb.old/dist/gnulib/import/
open.c 118 || (flags & O_ACCMODE) == O_RDWR
119 || (flags & O_ACCMODE) == O_WRONLY)
158 && ((flags & O_ACCMODE) == O_RDONLY
159 || (O_SEARCH != O_RDONLY && (flags & O_ACCMODE) == O_SEARCH)))
fcntl.in.h 378 #if ~O_ACCMODE & (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH)
379 # undef O_ACCMODE
380 # define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH)
openat.c 104 || (flags & O_ACCMODE) == O_RDWR
105 || (flags & O_ACCMODE) == O_WRONLY)
  /src/lib/libc/stdio/
fdopen.c 89 tmp = fdflags & O_ACCMODE;
90 if (tmp != O_RDWR && (tmp != (oflags & O_ACCMODE))) {
vdprintf.c 85 tmp = fdflags & O_ACCMODE;
  /src/external/gpl3/binutils/dist/bfd/hosts/
alphavms.h 48 #ifndef O_ACCMODE
49 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
  /src/external/gpl3/binutils.old/dist/bfd/hosts/
alphavms.h 48 #ifndef O_ACCMODE
49 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
  /src/external/gpl3/gdb/dist/bfd/hosts/
alphavms.h 48 #ifndef O_ACCMODE
49 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
  /src/external/gpl3/gdb.old/dist/bfd/hosts/
alphavms.h 48 #ifndef O_ACCMODE
49 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
  /src/external/gpl3/binutils/dist/bfd/
sysdep.h 78 #ifndef O_ACCMODE
79 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
  /src/external/gpl3/binutils.old/dist/bfd/
sysdep.h 74 #ifndef O_ACCMODE
75 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
  /src/external/gpl3/gdb/dist/bfd/
sysdep.h 74 #ifndef O_ACCMODE
75 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
  /src/external/gpl3/gdb.old/dist/bfd/
sysdep.h 74 #ifndef O_ACCMODE
75 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
  /src/lib/libc/db/hash/
ndbm.c 76 if ((flags & O_ACCMODE) == O_WRONLY) {
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
fcntl.d 86 O_ACCMODE
375 enum O_ACCMODE = (3|O_SEARCH);
379 enum O_ACCMODE = 0x3;
427 enum O_ACCMODE = 0x0003;
475 enum O_ACCMODE = 0x0003;
534 enum O_ACCMODE = 0x0003;
603 enum O_ACCMODE = 0x0003;
625 enum O_ACCMODE = 0x0003;
755 enum O_ACCMODE = (O_SEARCH | O_EXEC | 0x3);
  /src/external/gpl2/xcvs/dist/src/
myndbm.c 30 # ifndef O_ACCMODE
31 # define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
32 # endif /* defined O_ACCMODE */
45 fp = CVS_FOPEN (file, (flags & O_ACCMODE) != O_RDONLY
  /src/crypto/external/bsd/heimdal/dist/lib/hdb/
db.c 285 if ((flags & O_ACCMODE) == O_RDONLY)
300 if ((flags & O_ACCMODE) == O_RDONLY)
331 if((flags & O_ACCMODE) == O_RDONLY)
342 (flags & O_ACCMODE) == O_RDONLY ?
  /src/external/gpl3/gdb/dist/gdb/
inflow.c 706 #ifndef O_ACCMODE
707 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
709 /* (O_ACCMODE) parens are to avoid Ultrix header file bug. */
710 switch (flags & (O_ACCMODE))
722 flags &= ~(O_ACCMODE);

Completed in 39 milliseconds

1 2 3 4 5