Searched defs:stdin (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/include/
H A Dstdio.h70 extern FILE* stdin __INTRODUCED_IN(23);
75 #define stdin stdin macro
79 /* Before M the actual symbols for stdin and friends had different names. */
82 #define stdin (&__sF[0]) macro
/bionic/tools/versioner/current/
H A Dstdio.h70 extern FILE* stdin __INTRODUCED_IN(23);
75 #define stdin stdin macro
79 /* Before M the actual symbols for stdin and friends had different names. */
82 #define stdin (&__sF[0]) macro
/bionic/libc/stdio/
H A Dstdio.cpp87 // for stdin/stdout/stderr; they were macros accessing __sF.
94 FILE* stdin = &__sF[0]; variable
283 // a descriptor, defer closing it; freopen("/dev/stdin", "r", stdin)
694 return getc_unlocked(stdin);
698 return getc(stdin);
710 return fgetwc(stdin);
763 PRINTF_IMPL(vfscanf(stdin, fmt, ap));
803 return vfscanf(stdin, fmt, ap);
841 return vfwscanf(stdin, fm
[all...]

Completed in 38 milliseconds