Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dlibio.h470 extern void _IO_funlockfile (_IO_FILE *) __THROW;
477 # define _IO_funlockfile(_fp) \ macro
478 if (((_fp)->_flags & _IO_USER_LOCK) == 0) _IO_funlockfile (_fp)
482 # define _IO_funlockfile(_fp) /**/ macro