Searched refs:_sgetc (Results 1 – 7 of 7) sorted by relevance
37 return _sgetc ( fp); in fgetc_unlocked()
78 return _sgetc ( fp); in getc_unlocked()
95 result = _sgetc ( fp); in fgetc()
86 result = _sgetc ( fp); in getc()
79 while ((c = _sgetc ( fp)) != '\n') in gets()
120 while (--n > 0 && (c = _sgetc ( fp)) != EOF) in fgets()
676 _ELIDABLE_INLINE int _sgetc( FILE *__p);678 _ELIDABLE_INLINE int _sgetc( FILE *__p) in _sgetc() function692 #define _sgetc( __p) _sgetc_raw( __p) macro753 return (_sgetc(stdin)); in _getchar_unlocked()763 #define getc(_p) _sgetc( _p)