Home
last modified time | relevance | path

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

/external/stlport/src/details/
Dfstream_unistd.cpp52 #ifndef O_ACCMODE
53 # define O_ACCMODE (O_RDONLY|O_WRONLY|O_RDWR) macro
82 switch ( mode & O_ACCMODE ) { in flag_to_openmode()
Dfstream_stdio.cpp80 # ifndef O_ACCMODE
81 # define O_ACCMODE (O_RDONLY|O_WRONLY|O_RDWR) macro
Dfstream_win32io.cpp39 #ifndef O_ACCMODE
40 # define O_ACCMODE (O_RDONLY|O_WRONLY|O_RDWR) macro
49 switch (mode & O_ACCMODE) { in flag_to_openmode()
/external/kernel-headers/original/asm-generic/
Dfcntl.h8 #define O_ACCMODE 00000003 macro
/external/mksh/src/
Dshf.c76 sflags |= (oflags & O_ACCMODE) == O_RDONLY ? SHF_RD : in shf_open()
77 ((oflags & O_ACCMODE) == O_WRONLY ? SHF_WR : SHF_RDWR); in shf_open()
96 switch (flags & O_ACCMODE) { in shf_fdopen()
153 switch (flags & O_ACCMODE) { in shf_reopen()
Dmain.c1153 fl &= O_ACCMODE; in check_fd()
/external/qemu/android/utils/
Dmapfile.c44 } else if ((oflag & O_ACCMODE) == O_RDONLY) { in mapfile_open()
/external/valgrind/main/include/vki/
Dvki-darwin.h258 #define VKI_O_ACCMODE O_ACCMODE
/external/ppp/pppd/
Dtty.c492 if (fdflags != -1 && (fdflags & O_ACCMODE) == O_RDWR) in tty_check_options()
/external/qemu/block/
Draw-posix.c137 s->open_flags &= ~O_ACCMODE; in raw_open_common()
/external/e2fsprogs/lib/ext2fs/
Dtdb.c3846 if ((open_flags & O_ACCMODE) == O_WRONLY) { in tdb_open_ex()
3855 if ((open_flags & O_ACCMODE) == O_RDONLY) { in tdb_open_ex()