Searched refs:_funlockfile (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/lib/libc/stdio/
H A D_flock_stub.c56 __weak_reference(_funlockfile, funlockfile);
110 _funlockfile(FILE *fp) function
H A Dstdio.c175 _funlockfile((FILE *)arg);
/freebsd-11-stable/lib/libc/include/
H A Dnamespace.h72 #define funlockfile _funlockfile
H A Dlibc_private.h86 #define FUNLOCKFILE(fp) if (__isthreaded) _funlockfile(fp)

Completed in 97 milliseconds