Home
last modified time | relevance | path

Searched refs:stdin (Results 1 – 3 of 3) sorted by relevance

/include/
Dstdio.h20 extern FILE *stdin;
/bin/shell/
Dshell.c26 fgets(buf, sizeof(buf), stdin); in main()
/lib/libc/
Dfile.c15 FILE *stdin = &__stdin; variable