Searched refs:_flockfile (Results 1 – 7 of 7) sorted by relevance
26 #if !defined(_flockfile)28 # define _flockfile(fp) (((fp)->_flags & __SSTR) ? 0 : __lock_acquire_recursive((fp)->_lock)) macro30 # define _flockfile(fp) ((void) 0) macro
76 _flockfile (fp); in fclose()
80 _flockfile (_fp)118 _flockfile (_fp)
97 _flockfile (fp); in freopen()
270 _flockfile (fp); in __fp_lock()
99 _flockfile (fp); in freopen64()
82 * libc/stdio/fclose.c (_fclose_r): Make _flockfile/_funlockfile calls1280 * libc/stdio/local.h (_newlib_flockfile_start): Make _flockfile3754 Use aforementioned macros in place of _flockfile/_funlockfile7271 * libc/include/sys/stdio.h (_flockfile, _funlockfile): Fix typos.12984 called before _flockfile to prevent lock object use before13036 to _flockfile and _funlockfile; rely on locking in _ftell_r.13353 * libc/include/sys/stdio.h: (_flockfile)[!_SINGLE_THREAD]: Add13791 (_flockfile)[!_SINGLE_THREAD]: Add code for lock call.14083 _flockfile/_funlockfile.14095 Add calls to _flockfile/_funlockfile. Remove[all …]