/external/iproute2/ip/ |
D | link_gre6.c | 73 __u16 oflags = 0; in gre_parse_opt() local 129 oflags = rta_getattr_u16(greinfo[IFLA_GRE_OFLAGS]); in gre_parse_opt() 159 oflags |= GRE_KEY; in gre_parse_opt() 191 oflags |= GRE_KEY; in gre_parse_opt() 204 oflags |= GRE_SEQ; in gre_parse_opt() 208 oflags |= GRE_SEQ; in gre_parse_opt() 211 oflags |= GRE_CSUM; in gre_parse_opt() 215 oflags |= GRE_CSUM; in gre_parse_opt() 285 addattr_l(n, 1024, IFLA_GRE_OFLAGS, &oflags, 2); in gre_parse_opt() 305 unsigned oflags = 0; in gre_print_opt() local [all …]
|
D | link_gre.c | 63 __u16 oflags = 0; in gre_parse_opt() local 123 oflags = rta_getattr_u16(greinfo[IFLA_GRE_OFLAGS]); in gre_parse_opt() 163 oflags |= GRE_KEY; in gre_parse_opt() 195 oflags |= GRE_KEY; in gre_parse_opt() 208 oflags |= GRE_SEQ; in gre_parse_opt() 212 oflags |= GRE_SEQ; in gre_parse_opt() 215 oflags |= GRE_CSUM; in gre_parse_opt() 219 oflags |= GRE_CSUM; in gre_parse_opt() 311 oflags |= GRE_KEY; in gre_parse_opt() 321 addattr_l(n, 1024, IFLA_GRE_OFLAGS, &oflags, 2); in gre_parse_opt() [all …]
|
/external/tlsdate/src/common/ |
D | fmemopen.c | 164 int flags, oflags; in fmemopen() local 171 flags = __sflags(mode, &oflags); in fmemopen() 175 if ((oflags & O_RDWR) == 0 && buf == NULL) in fmemopen() 196 if (oflags & O_TRUNC) in fmemopen() 209 cookie->cur = (oflags & O_APPEND) ? cookie->eob : cookie->head; in fmemopen()
|
/external/tlsdate/src/ |
D | util.c | 313 int oflags = cloexec ? O_CLOEXEC : 0; in file_open() local 317 oflags |= O_WRONLY | O_CREAT | O_NOFOLLOW | O_TRUNC; in file_open() 319 fd = open(path, oflags, perms); in file_open() 323 oflags |= O_RDONLY | O_NOFOLLOW; in file_open() 324 fd = open(path, oflags); in file_open()
|
/external/mksh/src/ |
D | shf.c | 49 shf_open(const char *name, int oflags, int mode, int sflags) in shf_open() argument 65 fd = binopen3(name, oflags, mode); in shf_open() 86 sflags |= (oflags & O_ACCMODE) == O_RDONLY ? SHF_RD : in shf_open() 87 ((oflags & O_ACCMODE) == O_WRONLY ? SHF_WR : SHF_RDWR); in shf_open()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | UnixAPIChecker.cpp | 137 NonLoc oflags = V.castAs<NonLoc>(); in CheckOpen() local 141 oflags, ocreateFlag, in CheckOpen()
|
/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/coregrind/m_coredump/ |
D | coredump-elf.c | 599 Int oflags = VKI_O_CREAT|VKI_O_WRONLY|VKI_O_EXCL|VKI_O_TRUNC; in make_elf_coredump() local 611 oflags |= VKI_O_LARGEFILE; in make_elf_coredump() 614 sres = VG_(open)(buf, oflags, VKI_S_IRUSR|VKI_S_IWUSR); in make_elf_coredump()
|
D | coredump-solaris.c | 885 Int oflags = VKI_O_CREAT|VKI_O_WRONLY|VKI_O_EXCL|VKI_O_TRUNC; in VG_() local 896 oflags |= VKI_O_LARGEFILE; in VG_() 899 SysRes sres = VG_(open)(filename, oflags, in VG_()
|
/external/dhcpcd-6.8.2/ |
D | if-bsd.c | 1454 unsigned int oflags; in if_nd6_flag() local 1463 oflags = nd.ndi.flags; in if_nd6_flag() 1468 if (oflags == nd.ndi.flags) in if_nd6_flag()
|
/external/kernel-headers/original/uapi/rdma/ |
D | ib_user_verbs.h | 278 __u32 oflags; member
|
/external/regex-re2/re2/ |
D | parse.cc | 417 Regexp::ParseFlags oflags = flags_; in PushDollar() local 420 flags_ = oflags; in PushDollar()
|
/external/valgrind/coregrind/m_debuginfo/ |
D | debuginfo.c | 821 Int actual_fd, oflags; in VG_() local 985 oflags = VKI_O_RDONLY; in VG_() 987 oflags |= VKI_O_LARGEFILE; in VG_() 991 SysRes fd = VG_(open)( filename, oflags, 0 ); in VG_()
|
/external/regex-re2/ |
D | ucs2.diff | 266 flags_ = oflags;
|