Home
last modified time | relevance | path

Searched refs:_sgetc (Results 1 – 7 of 7) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libc/stdio/
Dfgetc_u.c37 return _sgetc ( fp); in fgetc_unlocked()
Dgetc_u.c78 return _sgetc ( fp); in getc_unlocked()
Dfgetc.c95 result = _sgetc ( fp); in fgetc()
Dgetc.c86 result = _sgetc ( fp); in getc()
Dgets.c79 while ((c = _sgetc ( fp)) != '\n') in gets()
Dfgets.c120 while (--n > 0 && (c = _sgetc ( fp)) != EOF) in fgets()
Dstdio.h676 _ELIDABLE_INLINE int _sgetc( FILE *__p);
678 _ELIDABLE_INLINE int _sgetc( FILE *__p) in _sgetc() function
692 #define _sgetc( __p) _sgetc_raw( __p) macro
753 return (_sgetc(stdin)); in _getchar_unlocked()
763 #define getc(_p) _sgetc( _p)