Searched refs:_flags (Results 1 – 7 of 7) sorted by relevance
272 int _flags; /* High-order word is _IO_MAGIC; rest is flags. */ member273 #define _IO_file_flags _flags455 #define _IO_feof_unlocked(__fp) (((__fp)->_flags & _IO_EOF_SEEN) != 0)456 #define _IO_ferror_unlocked(__fp) (((__fp)->_flags & _IO_ERR_SEEN) != 0)476 if (((_fp)->_flags & _IO_USER_LOCK) == 0) _IO_flockfile (_fp)478 if (((_fp)->_flags & _IO_USER_LOCK) == 0) _IO_funlockfile (_fp)
130 u_int _flags; /* PRIVATE: see below */ member
423 if ((__p->_flags & __SCLE) && (__c == '\r')) in __sgetc()460 ((((p)->_flags & __SCLE) && ((c) == '\n')) \468 #define __sfeof(p) (((p)->_flags & __SEOF) != 0)469 #define __sferror(p) (((p)->_flags & __SERR) != 0)470 #define __sclearerr(p) ((void)((p)->_flags &= ~(__SERR|__SEOF)))
153 short _flags; /* flags, below; this FILE is free if 0 */ member170 short _flags; /* flags, below; this FILE is free if 0 */ member218 short _flags; /* flags, below; this FILE is free if 0 */ member449 var->__sf_fake._flags = 0; \
13 # define _flockfile(fp) (((fp)->_flags & __SSTR) ? 0 : __lock_acquire_recursive((fp)->_lock))21 # define _funlockfile(fp) (((fp)->_flags & __SSTR) ? 0 : __lock_release_recursive((fp)->_lock))
114 u_int16_t _id, _flags, _counts[ns_s_max]; member127 ((handle)._flags & _ns_flagdata[flag].mask) \
82 __libc_cleanup_region_start (((_fp)->_flags & _IO_USER_LOCK) == 0, _fct, _fp)