HomeSort by relevance Sort by last modified time
    Searched refs:oflags (Results 1 - 7 of 7) sorted by null

  /bionic/libc/stdio/
fdopen.c 45 int flags, oflags, fdflags, tmp; local
47 if ((flags = __sflags(mode, &oflags)) == 0)
54 if (tmp != O_RDWR && (tmp != (oflags & O_ACCMODE))) {
67 if ((oflags & O_APPEND) && !(fdflags & O_APPEND))
fopen.c 47 int flags, oflags; local
49 if ((flags = __sflags(mode, &oflags)) == 0)
53 if ((f = open(file, oflags, DEFFILEMODE)) < 0) {
73 if (oflags & O_APPEND)
freopen.c 52 int flags, isopen, oflags, sverrno, wantfd; local
54 if ((flags = __sflags(mode, &oflags)) == 0) {
87 f = open(file, oflags, DEFFILEMODE);
93 f = open(file, oflags, DEFFILEMODE);
155 if (oflags & O_APPEND)
  /external/iproute2/ip/
link_gre.c 55 __u16 oflags = 0; local
110 oflags = *(__u16 *)RTA_DATA(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, 2)
276 unsigned oflags = 0; local
    [all...]
  /bionic/libc/netbsd/resolv/
res_query.c 136 u_int oflags; local
138 oflags = statp->_flags;
168 ((oflags ^ statp->_flags) & RES_F_EDNS0ERR) != 0) {
  /system/core/sh/
redir.c 180 int oflags = O_WRONLY|O_CREAT|O_TRUNC, eflags; local
208 oflags |= O_EXCL;
212 if ((f = open(fname, oflags, 0666)) < 0)
  /external/blktrace/btreplay/
btreplay.c 1320 int oflags; local
    [all...]

Completed in 65 milliseconds