Home
last modified time | relevance | path

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

/freebsd-11-stable/lib/libc/stdio/
HD_flock_stub.c56 __weak_reference(_funlockfile, funlockfile);
110 _funlockfile(FILE *fp) in _funlockfile() function
HDstdio.c175 _funlockfile((FILE *)arg); in __stdio_cancel_cleanup()
HDSymbol.map187 _funlockfile;
/freebsd-11-stable/lib/libc/include/
HDlibc_private.h86 #define FUNLOCKFILE(fp) if (__isthreaded) _funlockfile(fp)
HDnamespace.h72 #define funlockfile _funlockfile