Home
last modified time | relevance | path

Searched refs:_fct (Results 1 – 2 of 2) sorted by relevance

/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)
83 #define _IO_cleanup_region_start_noarg(_fct) \ argument
84 __libc_cleanup_region_start (1, _fct, NULL)
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dlibio.h484 # define _IO_cleanup_region_start(_fct, _fp) /**/ argument