Searched refs:__sgetc_raw (Results 1 – 1 of 1) sorted by relevance
417 #define __sgetc_raw(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++)) macro422 int __c = __sgetc_raw(__p); in __sgetc()425 int __c2 = __sgetc_raw(__p); in __sgetc()434 #define __sgetc(p) __sgetc_raw(p)