Home
last modified time | relevance | path

Searched refs:O_ACCMODE (Results 1 – 25 of 28) sorted by relevance

12

/external/strace/xlat/
Dopen_access_modes.h15 #if defined(O_ACCMODE) || (defined(HAVE_DECL_O_ACCMODE) && HAVE_DECL_O_ACCMODE)
16 XLAT(O_ACCMODE),
Dopen_access_modes.in4 O_ACCMODE
/external/bison/lib/
Dfcntl.in.h284 #if ~O_ACCMODE & (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH)
285 # undef O_ACCMODE
286 # define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH)
Dopen.c128 && ((flags & O_ACCMODE) == O_RDONLY in open()
129 || (O_SEARCH != O_RDONLY && (flags & O_ACCMODE) == O_SEARCH))) in open()
/external/libchrome/sandbox/linux/syscall_broker/
Dbroker_file_permission.cc142 const int access_mode = flags & O_ACCMODE; in CheckOpen()
180 const int creation_and_status_flags = flags & ~O_ACCMODE; in CheckOpen()
Dbroker_file_permission_unittest.cc127 static_assert(O_ACCMODE == ((1 << kNumberOfBitsInOAccMode) - 1), in CheckPerm()
/external/bison/linux-lib/
Dfcntl.h596 #if ~O_ACCMODE & (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH)
597 # undef O_ACCMODE
598 # define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH) macro
/external/bison/darwin-lib/
Dfcntl.h596 #if ~O_ACCMODE & (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH)
597 # undef O_ACCMODE
598 # define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH) macro
/external/kernel-headers/original/uapi/asm-generic/
Dfcntl.h18 #define O_ACCMODE 00000003 macro
/external/mksh/src/
Dshf.c86 sflags |= (oflags & O_ACCMODE) == O_RDONLY ? SHF_RD : in shf_open()
87 ((oflags & O_ACCMODE) == O_WRONLY ? SHF_WR : SHF_RDWR); in shf_open()
106 switch (flags & O_ACCMODE) { in shf_open_hlp()
Dsh.h451 #ifndef O_ACCMODE
453 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR) macro
Dmain.c1492 fl &= O_ACCMODE; in check_fd()
/external/bison/m4/
Dfcntl-o.m445 O_NONBLOCK, O_SYNC, O_ACCMODE, O_RDONLY, O_RDWR, O_WRONLY
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
Dsyscall_parameters_restrictions.cc195 const uint64_t kAllowedMask = O_ACCMODE | O_APPEND | O_NONBLOCK | O_SYNC | in RestrictFcntlCommands()
/external/toybox/toys/pending/
Dlsof.c114 flags &= O_ACCMODE; in fill_flags()
/external/libbrillo/brillo/streams/
Dfile_stream.cc303 int file_access_mode = (fd_flags & O_ACCMODE); in FromFileDescriptor()
/external/libxml2/python/
Dtypes.c40 switch (flags & O_ACCMODE) { in libxml_PyFileGet()
/external/toybox/lib/
Dlib.c560 if (!*argv) function((flags & O_ACCMODE) != O_RDONLY ? 1 : 0, "-"); in loopfiles_rw()
/external/ppp/pppd/
Dtty.c497 if (fdflags != -1 && (fdflags & O_ACCMODE) == O_RDWR) in tty_check_options()
/external/valgrind/include/vki/
Dvki-darwin.h266 #define VKI_O_ACCMODE O_ACCMODE
/external/e2fsprogs/lib/ext2fs/
Dtdb.c3842 if ((open_flags & O_ACCMODE) == O_WRONLY) { in tdb_open_ex()
3851 if ((open_flags & O_ACCMODE) == O_RDONLY) { in tdb_open_ex()
/external/bison/
Dconfigure10066 O_NONBLOCK, O_SYNC, O_ACCMODE, O_RDONLY, O_RDWR, O_WRONLY
/external/robolectric/v3/runtime/
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...

12