Home
last modified time | relevance | path

Searched refs:_flags (Results 1 – 7 of 7) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dlibio.h272 int _flags; /* High-order word is _IO_MAGIC; rest is flags. */ member
273 #define _IO_file_flags _flags
455 #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)
H A Dresolv.h130 u_int _flags; /* PRIVATE: see below */ member
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dstdio.h423 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)))
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dreent.h153 short _flags; /* flags, below; this FILE is free if 0 */ member
170 short _flags; /* flags, below; this FILE is free if 0 */ member
218 short _flags; /* flags, below; this FILE is free if 0 */ member
449 var->__sf_fake._flags = 0; \
H A Dstdio.h13 # 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))
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/arpa/
H A Dnameser.h114 u_int16_t _id, _flags, _counts[ns_s_max]; member
127 ((handle)._flags & _ns_flagdata[flag].mask) \
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dstdio-lock.h82 __libc_cleanup_region_start (((_fp)->_flags & _IO_USER_LOCK) == 0, _fct, _fp)