Home
last modified time | relevance | path

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

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