Searched defs:oflags (Results 1 - 8 of 8) sorted by relevance

/external/iproute2/ip/
H A Dlink_gre.c55 __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,
276 unsigned oflags = 0; local
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp129 // Now check if oflags has O_CREAT set.
137 NonLoc oflags = V.castAs<NonLoc>(); local
141 oflags, ocreateFlag,
/external/valgrind/coregrind/m_coredump/
H A Dcoredump-elf.c610 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);
/external/mksh/src/
H A Dshf.c49 shf_open(const char *name, int oflags, int mode, int sflags) argument
65 fd = open(name, oflags | O_BINARY, mode);
86 sflags |= (oflags & O_ACCMODE) == O_RDONLY ? SHF_RD :
87 ((oflags & O_ACCMODE) == O_WRONLY ? SHF_WR : SHF_RDWR);
/external/blktrace/btreplay/
H A Dbtreplay.c1320 int oflags; local
1327 oflags = O_NOATIME;
1329 oflags = 0;
1331 tip->ofd = open(path, O_RDWR | O_DIRECT | oflags);
/external/regex-re2/re2/
H A Dparse.cc417 Regexp::ParseFlags oflags = flags_; local
420 flags_ = oflags;
/external/kernel-headers/original/uapi/rdma/
H A Dib_user_verbs.h251 __u32 oflags; member in struct:ib_uverbs_open_xrcd
/external/valgrind/coregrind/m_debuginfo/
H A Ddebuginfo.c821 Int actual_fd, oflags; local
980 oflags = VKI_O_RDONLY;
982 oflags |= VKI_O_LARGEFILE;
986 SysRes fd = VG_(open)( filename, oflags, 0 );

Completed in 2817 milliseconds