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

/bionic/libc/stdio/
H A Dlocal.h66 int _flags; /* flags, below; this FILE is free if 0 */ member in struct:__sFILE
69 short _flags; /* flags, below; this FILE is free if 0 */ member in struct:__sFILE
142 // Values for `__sFILE::_flags`.
216 #define cantwrite(fp) ((((fp)->_flags & __SWR) == 0 || (fp)->_bf._base == NULL) && __swsetup(fp))
237 #define __sferror(p) (((p)->_flags & __SERR) != 0)
238 #define __sclearerr(p) ((void)((p)->_flags &= ~(__SERR | __SEOF)))
/bionic/libc/dns/include/
H A Dresolv_private.h177 u_int _flags; /* PRIVATE: see below */ member in struct:__res_state
235 #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
/bionic/tools/versioner/current/arpa/
H A Dnameser.h127 uint16_t _id, _flags, _counts[ns_s_max]; member in struct:__ns_msg

Completed in 1177 milliseconds