HomeSort by relevance Sort by last modified time
    Searched defs:oflags (Results 1 - 17 of 17) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
fopen.c 48 int flags, oflags; local
50 if ((flags = __sflags(mode, &oflags)) == 0)
54 if ((f = open(file, oflags, DEFFILEMODE)) < 0) {
83 if (oflags & O_APPEND)
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))) {
75 if ((oflags & O_APPEND) && !(fdflags & O_APPEND))
81 if ((oflags & O_CLOEXEC) && !((tmp = fcntl(fd, F_GETFD)) & FD_CLOEXEC))
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);
137 if (dup3(f, wantfd, oflags & O_CLOEXEC) >= 0) {
167 if (oflags & O_APPEND)
fmemopen.c 121 int flags, oflags; local
128 if ((flags = __sflags(mode, &oflags)) == 0) {
133 if (buf == NULL && ((oflags & O_RDWR) == 0)) {
147 st->len = (oflags & O_WRONLY) ? 0 : size;
149 st->update = oflags & O_RDWR;
161 if (oflags & O_TRUNC)
164 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/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/clang/lib/StaticAnalyzer/Checkers/
UnixAPIChecker.cpp 129 // Now check if oflags has O_CREAT set.
137 NonLoc oflags = V.castAs<NonLoc>(); local
141 oflags, ocreateFlag,
  /external/valgrind/coregrind/m_coredump/
coredump-elf.c 610 Int oflags = VKI_O_CREAT|VKI_O_WRONLY|VKI_O_EXCL|VKI_O_TRUNC; local
622 oflags |= VKI_O_LARGEFILE;
625 sres = VG_(open)(buf, oflags, VKI_S_IRUSR|VKI_S_IWUSR);
  /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:__anon30794
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
comstats.h 65 unsigned long oflags; member in struct:__anon32708
aufs_type.h 190 uint32_t oflags; member in struct:aufs_wbr_fd
  /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/coregrind/m_debuginfo/
debuginfo.c 821 Int actual_fd, oflags; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rdma/
ib_user_verbs.h 232 __u32 oflags; member in struct:ib_uverbs_open_xrcd
  /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

Completed in 603 milliseconds