Home
last modified time | relevance | path

Searched refs:FUNLOCKFILE (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/blocklist/port/
H A Dfparseln.c44 #define FUNLOCKFILE(fp) macro
155 FUNLOCKFILE(fp); in fparseln()
166 FUNLOCKFILE(fp); in fparseln()
/freebsd/lib/libc/stdio/
H A Dclrerr.c48 FUNLOCKFILE(fp); in clearerr()
H A Dfwide.c47 FUNLOCKFILE(fp); in fwide()
H A Drewind.c55 FUNLOCKFILE(fp); in rewind()
H A Dfeof.c50 FUNLOCKFILE(fp); in feof()
H A Dferror.c50 FUNLOCKFILE(fp); in ferror()
H A Dfileno.c50 FUNLOCKFILE(fp); in fileno()
H A Dfpurge.c63 FUNLOCKFILE(fp); in fpurge()
H A Dftell.c71 FUNLOCKFILE(fp); in ftello()
/freebsd/lib/libc/include/
H A Dlibc_private.h96 #define FUNLOCKFILE(fp) if (__isthreaded) _funlockfile(fp) macro