Searched refs:_sgetc (Results 1 – 7 of 7) sorted by relevance
36 return _sgetc ( fp); in fgetc_unlocked()
77 return _sgetc ( fp); in getc_unlocked()
94 result = _sgetc ( fp); in fgetc()
85 result = _sgetc ( fp); in getc()
78 while ((c = _sgetc ( fp)) != '\n') in gets()
119 while (--n > 0 && (c = _sgetc ( fp)) != EOF) in fgets()
673 _ELIDABLE_INLINE int _sgetc( FILE *__p);675 _ELIDABLE_INLINE int _sgetc( FILE *__p) in _sgetc() function689 #define _sgetc( __p) _sgetc_raw( __p) macro750 return (_sgetc(stdin)); in _getchar_unlocked()760 #define getc(_p) _sgetc( _p)