Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdio/
Dstdio.h660 #define _sgetc_raw( __f) (--(__f)->_r < 0 ? _srget( __f) : (int)(*(__f)->_p++)) macro
677 int __c = _sgetc_raw( __p); in _sgetc()
680 int __c2 = _sgetc_raw( __p); in _sgetc()
689 #define _sgetc( __p) _sgetc_raw( __p)
Dfread.c119 int c = _sgetc_raw ( fp); in crlf_r()