Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdio/
H A D_flock_stub.c55 __weak_reference(_funlockfile, funlockfile);
109 _funlockfile(FILE *fp) in _funlockfile() function
H A Dstdio.c171 _funlockfile((FILE *)arg); in __stdio_cancel_cleanup()
H A DSymbol.map183 _funlockfile;
/freebsd/lib/libc/include/
H A Dlibc_private.h96 #define FUNLOCKFILE(fp) if (__isthreaded) _funlockfile(fp)
H A Dnamespace.h72 #define funlockfile _funlockfile