Home
last modified time | relevance | path

Searched refs:_stdin_r (Results 1 – 10 of 10) sorted by relevance

/picolibc-latest/newlib/libc/stdio/
Dviscanf.c90 return _svfiscanf ( _stdin_r (ptr), fmt, ap); in viscanf()
Dvwscanf.c31 return _svfwscanf ( _stdin_r (reent), fmt, ap); in vwscanf()
Dvscanf.c30 return _svfscanf ( _stdin_r (reent), fmt, ap); in vscanf()
Discanf.c31 ret = _svfiscanf ( _stdin_r (_REENT), fmt, ap); in iscanf()
Dwscanf.c33 ret = vfwscanf ( _stdin_r (reent), fmt, ap); in wscanf()
Dgets.c75 fp = _stdin_r (ptr); in gets()
Dstdio.h313 #define _stdin_r(x) _REENT_STDIN(x) macro
Dstdio.tex32 _stdin_r(@var{reent})
/picolibc-latest/newlib/libc/reent/
Dreent.tex87 _stdin_r _stdout_r _stderr_r
/picolibc-latest/newlib/
DChangeLog-2015628 CHECK_INIT(). Use _stdin_r() to get the file pointer instead of stdin.