Home
last modified time | relevance | path

Searched refs:__stdinp (Results 1 – 4 of 4) sorted by relevance

/freebsd/include/
H A Dwchar.h188 extern FILE *__stdinp;
195 #define getwchar() fgetwc(__stdinp)
H A Dstdio.h169 extern FILE *__stdinp;
240 #define stdin __stdinp
/freebsd/lib/libc/stdio/
H A DSymbol.map21 __stdinp;
H A Dfindfp.c73 FILE *__stdinp = &__sF[0]; variable