Searched refs:oflags (Results 1 – 9 of 9) sorted by relevance
/external/iproute2/ip/ |
D | link_gre.c | 55 __u16 oflags = 0; in gre_parse_opt() local 110 oflags = *(__u16 *)RTA_DATA(greinfo[IFLA_GRE_OFLAGS]); in gre_parse_opt() 138 oflags |= GRE_KEY; in gre_parse_opt() 170 oflags |= GRE_KEY; in gre_parse_opt() 183 oflags |= GRE_SEQ; in gre_parse_opt() 187 oflags |= GRE_SEQ; in gre_parse_opt() 190 oflags |= GRE_CSUM; in gre_parse_opt() 194 oflags |= GRE_CSUM; in gre_parse_opt() 247 oflags |= GRE_KEY; in gre_parse_opt() 257 addattr_l(n, 1024, IFLA_GRE_OFLAGS, &oflags, 2); in gre_parse_opt() [all …]
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | UnixAPIChecker.cpp | 109 NonLoc oflags = cast<NonLoc>(V); in CheckOpen() local 114 oflags, ocreateFlag, in CheckOpen()
|
/external/mksh/src/ |
D | shf.c | 48 shf_open(const char *name, int oflags, int mode, int sflags) in shf_open() argument 64 fd = open(name, oflags, mode); in shf_open() 81 sflags |= (oflags & O_ACCMODE) == O_RDONLY ? SHF_RD : in shf_open() 82 ((oflags & O_ACCMODE) == O_WRONLY ? SHF_WR : SHF_RDWR); in shf_open()
|
/external/qemu/audio/ |
D | ossaudio.c | 272 int oflags = conf.exclusive ? O_EXCL : 0; in oss_open() local 280 oflags |= conf.try_mmap ? O_RDWR : (in ? O_RDONLY : O_WRONLY); in oss_open() 282 fd = open (dspname, oflags | O_NONBLOCK); in oss_open()
|
/external/blktrace/btreplay/ |
D | btreplay.c | 1320 int oflags; in replay_sub() local 1327 oflags = O_NOATIME; in replay_sub() 1329 oflags = 0; in replay_sub() 1331 tip->ofd = open(path, O_RDWR | O_DIRECT | oflags); in replay_sub()
|
/external/valgrind/main/coregrind/m_coredump/ |
D | coredump-elf.c | 512 Int oflags = VKI_O_CREAT|VKI_O_WRONLY|VKI_O_EXCL|VKI_O_TRUNC; in make_elf_coredump() local 524 oflags |= VKI_O_LARGEFILE; in make_elf_coredump() 527 sres = VG_(open)(buf, oflags, VKI_S_IRUSR|VKI_S_IWUSR); in make_elf_coredump()
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | debuginfo.c | 680 Int actual_fd, oflags; in VG_() local 825 oflags = VKI_O_RDONLY; in VG_() 827 oflags |= VKI_O_LARGEFILE; in VG_() 831 SysRes fd = VG_(open)( filename, oflags, 0 ); in VG_()
|
/external/regex-re2/re2/ |
D | parse.cc | 418 Regexp::ParseFlags oflags = flags_; in PushDollar() local 421 flags_ = oflags; in PushDollar()
|
/external/regex-re2/ |
D | ucs2.diff | 266 flags_ = oflags;
|