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

/freebsd-11.0-release/include/
H A Dwchar.h179 extern FILE *__stdoutp;
187 #define putwchar(wc) fputwc(wc, __stdoutp)
H A Dstdio.h161 extern FILE *__stdoutp;
232 #define stdout __stdoutp
/freebsd-11.0-release/lib/libc/stdio/
H A Dfindfp.c78 FILE *__stdoutp = &__sF[1]; variable
/freebsd-11.0-release/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc39 #define stdout __stdoutp

Completed in 71 milliseconds