Home
last modified time | relevance | path

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

/freebsd-14.2/include/
H A Dwchar.h182 extern FILE *__stdoutp;
190 #define putwchar(wc) fputwc(wc, __stdoutp)
H A Dstdio.h169 extern FILE *__stdoutp;
240 #define stdout __stdoutp
/freebsd-14.2/lib/libc/stdio/
H A DSymbol.map23 __stdoutp;
H A Dfindfp.c77 FILE *__stdoutp = &__sF[1]; variable
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp43 #define stdout __stdoutp