Searched refs:oflags (Results 1 – 12 of 12) 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/bluetooth/bluedroid/btif/co/ |
D | bta_fs_co.c | 213 int oflags = 0; /* Initially read only */ in bta_fs_convert_bta_oflags() local 217 oflags |= O_RDWR; in bta_fs_convert_bta_oflags() 219 oflags |= O_WRONLY; in bta_fs_convert_bta_oflags() 223 oflags |= O_CREAT; in bta_fs_convert_bta_oflags() 226 oflags |= O_EXCL; in bta_fs_convert_bta_oflags() 229 oflags |= O_TRUNC; in bta_fs_convert_bta_oflags() 231 return (oflags); in bta_fs_convert_bta_oflags() 326 void bta_fs_co_open(const char *p_path, int oflags, UINT32 size, UINT16 evt, in bta_fs_co_open() argument 337 oflags = bta_fs_convert_bta_oflags(oflags); in bta_fs_co_open() 340 if (oflags & (O_RDWR|O_WRONLY)) in bta_fs_co_open() [all …]
|
/external/bluetooth/bluedroid/bta/include/ |
D | bta_fs_co.h | 145 int oflags; /* the flag to open the file */ member 202 BTA_API extern void bta_fs_co_open(const char *p_path, int oflags, UINT32 size, 616 BTA_API extern void bta_fs_co_sess_fopen(const char *p_path, int oflags, UINT8 app_id);
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | UnixAPIChecker.cpp | 110 NonLoc oflags = V.castAs<NonLoc>(); 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/llvm/lib/Support/Unix/ |
D | PathV2.inc | 526 int oflags = (mode == readonly) ? O_RDONLY : O_RDWR; 527 int ofd = ::open(name.begin(), oflags); 669 int oflags = map_writable ? O_RDWR : O_RDONLY; 670 int ofd = ::open(name.begin(), oflags);
|
/external/valgrind/main/coregrind/m_coredump/ |
D | coredump-elf.c | 529 Int oflags = VKI_O_CREAT|VKI_O_WRONLY|VKI_O_EXCL|VKI_O_TRUNC; in make_elf_coredump() local 541 oflags |= VKI_O_LARGEFILE; in make_elf_coredump() 544 sres = VG_(open)(buf, oflags, VKI_S_IRUSR|VKI_S_IWUSR); in make_elf_coredump()
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | debuginfo.c | 698 Int actual_fd, oflags; in VG_() local 840 oflags = VKI_O_RDONLY; in VG_() 842 oflags |= VKI_O_LARGEFILE; in VG_() 846 SysRes fd = VG_(open)( filename, oflags, 0 ); in VG_()
|
/external/regex-re2/re2/ |
D | parse.cc | 417 Regexp::ParseFlags oflags = flags_; in PushDollar() local 420 flags_ = oflags; in PushDollar()
|
/external/regex-re2/ |
D | ucs2.diff | 266 flags_ = oflags;
|