/bionic/libc/upstream-freebsd/lib/libc/stdio/ |
fopen.c | 56 int flags, oflags; local 58 if ((flags = __sflags(mode, &oflags)) == 0) 62 if ((f = _open(file, oflags, DEFFILEMODE)) < 0) { 94 if (oflags & O_APPEND)
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
fdopen.c | 46 int flags, oflags, fdflags, tmp; local 54 if ((flags = __sflags(mode, &oflags)) == 0) 61 if (tmp != O_RDWR && (tmp != (oflags & O_ACCMODE))) { 74 if ((oflags & O_APPEND) && !(fdflags & O_APPEND))
|
freopen.c | 53 int flags, isopen, oflags, sverrno, wantfd; local 55 if ((flags = __sflags(mode, &oflags)) == 0) { 90 f = open(file, oflags, DEFFILEMODE); 96 f = open(file, oflags, DEFFILEMODE); 167 if (oflags & O_APPEND)
|
/bionic/libc/dns/resolv/ |
res_query.c | 137 u_int oflags; local 139 oflags = statp->_flags; 169 ((oflags ^ statp->_flags) & RES_F_EDNS0ERR) != 0) {
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
UnixAPIChecker.cpp | 88 // Look at the 'oflags' argument for the O_CREAT flag. 97 // Now check if oflags has O_CREAT set. 105 NonLoc oflags = V.castAs<NonLoc>(); local 109 oflags, ocreateFlag,
|
/external/iproute2/ip/ |
link_gre.c | 55 __u16 oflags = 0; local 110 oflags = rta_getattr_u16(greinfo[IFLA_GRE_OFLAGS]); 138 oflags |= GRE_KEY; 170 oflags |= GRE_KEY; 183 oflags |= GRE_SEQ; 187 oflags |= GRE_SEQ; 190 oflags |= GRE_CSUM; 194 oflags |= GRE_CSUM; 247 oflags |= GRE_KEY; 257 addattr_l(n, 1024, IFLA_GRE_OFLAGS, &oflags, 2) 276 unsigned oflags = 0; local [all...] |
/external/bluetooth/bluedroid/btif/co/ |
bta_fs_co.c | 214 int oflags = 0; /* Initially read only */ local 218 oflags |= O_RDWR; 220 oflags |= O_WRONLY; 224 oflags |= O_CREAT; 227 oflags |= O_EXCL; 230 oflags |= O_TRUNC; 232 return (oflags); 312 ** oflags - permissions and mode (see constants above) 327 void bta_fs_co_open(const char *p_path, int oflags, UINT32 size, UINT16 evt, 337 /* Convert BTA oflags into os specific flags * [all...] |
/external/chromium_org/third_party/sqlite/src/src/ |
test_demovfs.c | 415 int oflags = 0; /* flags to pass to open() call */ local 429 if( flags&SQLITE_OPEN_EXCLUSIVE ) oflags |= O_EXCL; 430 if( flags&SQLITE_OPEN_CREATE ) oflags |= O_CREAT; 431 if( flags&SQLITE_OPEN_READONLY ) oflags |= O_RDONLY; 432 if( flags&SQLITE_OPEN_READWRITE ) oflags |= O_RDWR; 435 p->fd = open(zName, oflags, 0600);
|
/external/valgrind/main/coregrind/m_coredump/ |
coredump-elf.c | 551 Int oflags = VKI_O_CREAT|VKI_O_WRONLY|VKI_O_EXCL|VKI_O_TRUNC; local 563 oflags |= VKI_O_LARGEFILE; 566 sres = VG_(open)(buf, oflags, VKI_S_IRUSR|VKI_S_IWUSR);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/ |
comstats.h | 65 unsigned long oflags; member in struct:__anon46627
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
comstats.h | 65 unsigned long oflags; member in struct:__anon48363
|
/external/bluetooth/bluedroid/bta/include/ |
bta_fs_co.h | 145 int oflags; /* the flag to open the file */ member in struct:__anon5386 188 ** oflags - permissions and mode (see constants above) 202 BTA_API extern void bta_fs_co_open(const char *p_path, int oflags, UINT32 size, 608 ** oflags - permissions and mode (see constants above) 616 BTA_API extern void bta_fs_co_sess_fopen(const char *p_path, int oflags, UINT8 app_id);
|
/external/qemu/audio/ |
ossaudio.c | 272 int oflags = conf.exclusive ? O_EXCL : 0; local 280 oflags |= conf.try_mmap ? O_RDWR : (in ? O_RDONLY : O_WRONLY); 282 fd = open (dspname, oflags | O_NONBLOCK);
|
/external/chromium_org/third_party/re2/re2/ |
parse.cc | 417 Regexp::ParseFlags oflags = flags_; local 420 flags_ = oflags; [all...] |
/external/regex-re2/re2/ |
parse.cc | 417 Regexp::ParseFlags oflags = flags_; local 420 flags_ = oflags; [all...] |
/external/blktrace/btreplay/ |
btreplay.c | 1320 int oflags; local [all...] |
/external/valgrind/main/coregrind/m_debuginfo/ |
debuginfo.c | 700 Int actual_fd, oflags; local 853 oflags = VKI_O_RDONLY; 855 oflags |= VKI_O_LARGEFILE; 859 SysRes fd = VG_(open)( filename, oflags, 0 ); [all...] |
/bionic/libc/kernel/uapi/rdma/ |
ib_user_verbs.h | 234 __u32 oflags; member in struct:ib_uverbs_open_xrcd
|
/external/kernel-headers/original/uapi/rdma/ |
ib_user_verbs.h | 251 __u32 oflags; member in struct:ib_uverbs_open_xrcd
|