Searched refs:_flags (Results 1 – 5 of 5) sorted by relevance
110 short _flags; /* flags, below; this FILE is free if 0 */ member362 #define __sfeof(p) (((p)->_flags & __SEOF) != 0)363 #define __sferror(p) (((p)->_flags & __SERR) != 0)364 #define __sclearerr(p) ((void)((p)->_flags &= ~(__SERR|__SEOF)))
272 #define ATS_SET_FLAGS(_struct, _field, _flags) (((_flags) & 0xf) << (44 - (4 * (offsetof(_struct,… argument
113 int _flags; /* flags, below; this FILE is free if 0 */ member116 short _flags; /* flags, below; this FILE is free if 0 */ member
127 uint16_t _id, _flags, _counts[ns_s_max]; member