Searched refs:_IO_funlockfile (Results 1 – 1 of 1) sorted by relevance
470 extern void _IO_funlockfile (_IO_FILE *) __THROW;477 # define _IO_funlockfile(_fp) \ macro478 if (((_fp)->_flags & _IO_USER_LOCK) == 0) _IO_funlockfile (_fp)482 # define _IO_funlockfile(_fp) /**/ macro