Home
last modified time | relevance | path

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

/freebsd-14.2/include/
H A Dwchar.h181 extern FILE *__stdinp;
188 #define getwchar() fgetwc(__stdinp)
H A Dstdio.h168 extern FILE *__stdinp;
239 #define stdin __stdinp
/freebsd-14.2/lib/libc/stdio/
H A DSymbol.map22 __stdinp;
H A Dfindfp.c76 FILE *__stdinp = &__sF[0]; variable