/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
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) {
|
/external/tlsdate/src/common/ |
fmemopen.c | 164 int flags, oflags; local 171 flags = __sflags(mode, &oflags); 175 if ((oflags & O_RDWR) == 0 && buf == NULL) 196 if (oflags & O_TRUNC) 209 cookie->cur = (oflags & O_APPEND) ? cookie->eob : cookie->head;
|
/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_gre6.c | 73 __u16 oflags = 0; local 129 oflags = rta_getattr_u16(greinfo[IFLA_GRE_OFLAGS]); 159 oflags |= GRE_KEY; 191 oflags |= GRE_KEY; 204 oflags |= GRE_SEQ; 208 oflags |= GRE_SEQ; 211 oflags |= GRE_CSUM; 215 oflags |= GRE_CSUM; 285 addattr_l(n, 1024, IFLA_GRE_OFLAGS, &oflags, 2); 305 unsigned oflags = 0 local [all...] |
link_gre.c | 63 __u16 oflags = 0; local 123 oflags = rta_getattr_u16(greinfo[IFLA_GRE_OFLAGS]); 163 oflags |= GRE_KEY; 195 oflags |= GRE_KEY; 208 oflags |= GRE_SEQ; 212 oflags |= GRE_SEQ; 215 oflags |= GRE_CSUM; 219 oflags |= GRE_CSUM; 311 oflags |= GRE_KEY; 321 addattr_l(n, 1024, IFLA_GRE_OFLAGS, &oflags, 2) 347 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/tlsdate/src/ |
util.c | 313 int oflags = cloexec ? O_CLOEXEC : 0; local 317 oflags |= O_WRONLY | O_CREAT | O_NOFOLLOW | O_TRUNC; 319 fd = open(path, oflags, perms); 323 oflags |= O_RDONLY | O_NOFOLLOW; 324 fd = open(path, oflags);
|
/external/valgrind/coregrind/m_coredump/ |
coredump-elf.c | 599 Int oflags = VKI_O_CREAT|VKI_O_WRONLY|VKI_O_EXCL|VKI_O_TRUNC; local 611 oflags |= VKI_O_LARGEFILE; 614 sres = VG_(open)(buf, oflags, VKI_S_IRUSR|VKI_S_IWUSR);
|
coredump-solaris.c | 885 Int oflags = VKI_O_CREAT|VKI_O_WRONLY|VKI_O_EXCL|VKI_O_TRUNC; local 896 oflags |= VKI_O_LARGEFILE; 899 SysRes sres = VG_(open)(filename, oflags, [all...] |
/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:__anon39006
|
/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:__anon40920
|
aufs_type.h | 190 uint32_t oflags; member in struct:aufs_wbr_fd
|
/bionic/libc/stdio/ |
stdio.cpp | 198 int oflags; local 199 int flags = __sflags(mode, &oflags); 202 int fd = open(file, oflags, DEFFILEMODE); 221 if (oflags & O_APPEND) __sseek64(fp, 0, SEEK_END); 228 int oflags; local 229 int flags = __sflags(mode, &oflags); 236 if (tmp != O_RDWR && (tmp != (oflags & O_ACCMODE))) { 245 if ((oflags & O_APPEND) && !(fdflags & O_APPEND)) flags |= __SAPP; 248 if ((oflags & O_CLOEXEC) && !((tmp = fcntl(fd, F_GETFD)) & FD_CLOEXEC)) { 260 int oflags; local [all...] |
/external/dhcpcd-6.8.2/ |
if-bsd.c | 1454 unsigned int oflags; local [all...] |
/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...] |
/toolchain/binutils/binutils-2.25/bfd/ |
coffgen.c | 232 flagword oflags = abfd->flags; local 304 abfd->flags = oflags; [all...] |
mmo.c | 2319 flagword oflags = 0; local 2346 flagword oflags = 0; local [all...] |
elf64-ppc.c | 5856 unsigned long iflags, 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
|
/toolchain/binutils/binutils-2.25/gold/ |
output.cc | 4944 int oflags = writable ? O_RDWR : O_RDONLY; local [all...] |
/bionic/libc/kernel/uapi/rdma/ |
ib_user_verbs.h | 264 __u32 oflags; member in struct:ib_uverbs_open_xrcd
|
/external/kernel-headers/original/uapi/rdma/ |
ib_user_verbs.h | 278 __u32 oflags; member in struct:ib_uverbs_open_xrcd
|