Searched refs:_sgetc_raw (Results 1 – 2 of 2) sorted by relevance
663 #define _sgetc_raw( __f) (--(__f)->_r < 0 ? _srget( __f) : (int)(*(__f)->_p++)) macro680 int __c = _sgetc_raw( __p); in _sgetc()683 int __c2 = _sgetc_raw( __p); in _sgetc()692 #define _sgetc( __p) _sgetc_raw( __p)
120 int c = _sgetc_raw ( fp); in crlf_r()