Home
last modified time | relevance | path

Searched refs:_fp (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dlibio.h431 #define _IO_getc_unlocked(_fp) \ argument
432 (_IO_BE ((_fp)->_IO_read_ptr >= (_fp)->_IO_read_end, 0) \
433 ? __uflow (_fp) : *(unsigned char *) (_fp)->_IO_read_ptr++)
434 #define _IO_peekc_unlocked(_fp) \ argument
435 (_IO_BE ((_fp)->_IO_read_ptr >= (_fp)->_IO_read_end, 0) \
436 && __underflow (_fp) == EOF ? EOF \
437 : *(unsigned char *) (_fp)->_IO_read_ptr)
438 #define _IO_putc_unlocked(_ch, _fp) \ argument
439 (_IO_BE ((_fp)->_IO_write_ptr >= (_fp)->_IO_write_end, 0) \
440 ? __overflow (_fp, (unsigned char) (_ch)) \
[all …]
H A Dstdio.h521 #define getc(_fp) _IO_getc (_fp) argument
563 #define putc(_ch, _fp) _IO_putc (_ch, _fp) argument
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dstdio-lock.h81 #define _IO_cleanup_region_start(_fct, _fp) \ argument
82 __libc_cleanup_region_start (((_fp)->_flags & _IO_USER_LOCK) == 0, _fct, _fp)
91 # define _IO_acquire_lock(_fp) \ argument
95 = (_fp); \
97 # define _IO_acquire_lock_clear_flags2(_fp) \ argument
101 = (_fp); \
104 # define _IO_acquire_lock(_fp) _IO_acquire_lock_needs_exceptions_enabled argument
105 # define _IO_acquire_lock_clear_flags2(_fp) _IO_acquire_lock (_fp) argument
107 # define _IO_release_lock(_fp) ; } while (0) argument