Searched defs:_flags (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/include/
H A Dstdio.h86 * if (_flags&(__SLBF|__SWR)) == (__SLBF|__SWR),
88 * if _flags&__SRD, _w is 0
89 * if _flags&__SWR, _r is 0
113 int _flags; /* flags, below; this FILE is free if 0 */ member in struct:__sFILE
116 short _flags; /* flags, below; this FILE is free if 0 */ member in struct:__sFILE
/bionic/libc/dns/include/
H A Dresolv_private.h190 u_int _flags; /* PRIVATE: see below */ member in struct:__res_state
230 #define RES_GETLAST(res) (((res)._flags & RES_F_LASTMASK) >> RES_F_LASTSHIFT)
/bionic/libc/include/arpa/
H A Dnameser.h127 uint16_t _id, _flags, _counts[ns_s_max]; member in struct:__ns_msg

Completed in 217 milliseconds