Searched refs:_funlockfile (Results 1 – 7 of 7) sorted by relevance
34 #if !defined(_funlockfile)36 # define _funlockfile(fp) (((fp)->_flags & __SSTR) ? 0 : __lock_release_recursive((fp)->_lock)) macro38 # define _funlockfile(fp) ((void) 0) macro
81 _funlockfile (fp); in fclose()107 _funlockfile (fp); in fclose()
102 _funlockfile (fp); in freopen()210 _funlockfile (fp); in freopen()235 _funlockfile (fp); in freopen()
85 _funlockfile (_fp); \91 _funlockfile (_fp); \122 _funlockfile(_fp); \126 _funlockfile(_fp); \
286 _funlockfile (fp); in __fp_unlock()
104 _funlockfile (fp); in freopen64()212 _funlockfile (fp); in freopen64()240 _funlockfile (fp); in freopen64()
82 * libc/stdio/fclose.c (_fclose_r): Make _flockfile/_funlockfile calls1283 _funlockfile calls.3754 Use aforementioned macros in place of _flockfile/_funlockfile7271 * libc/include/sys/stdio.h (_flockfile, _funlockfile): Fix typos.13036 to _flockfile and _funlockfile; rely on locking in _ftell_r.13355 (_funlockfile)[!SINGLE_THREAD]: Ditto.13792 (_funlockfile)[!SINGLE_THREAD]: Ditto.14083 _flockfile/_funlockfile.14095 Add calls to _flockfile/_funlockfile. Remove14105 _flockfile/_funlockfile.[all …]