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

/freebsd-12-stable/include/
H A Dwchar.h181 extern FILE *__stdoutp;
189 #define putwchar(wc) fputwc(wc, __stdoutp)
H A Dstdio.h170 extern FILE *__stdoutp;
241 #define stdout __stdoutp
/freebsd-12-stable/lib/libc/stdio/
H A Dfindfp.c80 FILE *__stdoutp = &__sF[1]; variable
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp37 #define stdout __stdoutp

Completed in 117 milliseconds