Home
last modified time | relevance | path

Searched refs:_sgetc_raw (Results 1 – 2 of 2) sorted by relevance

/picolibc-3.5.0-3.4.0/newlib/libc/stdio/
Dstdio.h663 #define _sgetc_raw( __f) (--(__f)->_r < 0 ? _srget( __f) : (int)(*(__f)->_p++)) macro
680 int __c = _sgetc_raw( __p); in _sgetc()
683 int __c2 = _sgetc_raw( __p); in _sgetc()
692 #define _sgetc( __p) _sgetc_raw( __p)
Dfread.c120 int c = _sgetc_raw ( fp); in crlf_r()