Home
last modified time | relevance | path

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

/freebsd/include/
H A Dwchar.h189 extern FILE *__stdoutp;
197 #define putwchar(wc) fputwc(wc, __stdoutp)
H A Dstdio.h170 extern FILE *__stdoutp;
241 #define stdout __stdoutp
/freebsd/lib/libc/stdio/
H A DSymbol.map22 __stdoutp;
H A Dfindfp.c74 FILE *__stdoutp = &__sF[1]; variable
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp43 #define stdout __stdoutp