Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dfputws.c47 FUNLOCKFILE(fp); in fputws()
52 FUNLOCKFILE(fp); in fputws()
Dgets.c50 FUNLOCKFILE(stdin); in gets()
57 FUNLOCKFILE(stdin); in gets()
Dfwide.c55 FUNLOCKFILE(fp); in fwide()
63 FUNLOCKFILE(fp); in fwide()
Dfpurge.c48 FUNLOCKFILE(fp); in fpurge()
59 FUNLOCKFILE(fp); in fpurge()
Dfgetln.c91 FUNLOCKFILE(fp); in fgetln()
138 FUNLOCKFILE(fp); in fgetln()
142 FUNLOCKFILE(fp); in fgetln()
Dfgetws.c72 FUNLOCKFILE(fp); in fgetws()
77 FUNLOCKFILE(fp); in fgetws()
Dungetc.c93 error: FUNLOCKFILE(fp); in ungetc()
116 FUNLOCKFILE(fp); in ungetc()
143 FUNLOCKFILE(fp); in ungetc()
Dgetdelim.c120 FUNLOCKFILE(fp); in getdelim()
132 FUNLOCKFILE(fp); in getdelim()
Dsetvbuf.c112 FUNLOCKFILE(fp); in setvbuf()
158 FUNLOCKFILE(fp); in setvbuf()
Dungetwc.c75 FUNLOCKFILE(fp); in ungetwc()
Dfgetwc.c87 FUNLOCKFILE(fp); in fgetwc()
Dfputwc.c84 FUNLOCKFILE(fp); in fputwc()
/bionic/libc/stdio/
Dlocal.h233 #define FUNLOCKFILE(fp) \ macro
Dstdio.cpp130 FUNLOCKFILE(fp_); in ~ScopedFileLock()