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
80 _funlockfile (fp); in fclose()106 _funlockfile (fp); in fclose()
101 _funlockfile (fp); in freopen()209 _funlockfile (fp); in freopen()234 _funlockfile (fp); in freopen()
43 _funlockfile(file); in funlockfile()
86 _funlockfile (_fp); \92 _funlockfile (_fp); \123 _funlockfile(_fp); \127 _funlockfile(_fp); \
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 …]