Searched refs:_sgetc_raw (Results 1 – 2 of 2) sorted by relevance
660 #define _sgetc_raw( __f) (--(__f)->_r < 0 ? _srget( __f) : (int)(*(__f)->_p++)) macro677 int __c = _sgetc_raw( __p); in _sgetc()680 int __c2 = _sgetc_raw( __p); in _sgetc()689 #define _sgetc( __p) _sgetc_raw( __p)
119 int c = _sgetc_raw ( fp); in crlf_r()