Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdio/
Dfgetc_u.c36 return _sgetc ( fp); in fgetc_unlocked()
Dgetc_u.c77 return _sgetc ( fp); in getc_unlocked()
Dfgetc.c94 result = _sgetc ( fp); in fgetc()
Dgetc.c85 result = _sgetc ( fp); in getc()
Dgets.c78 while ((c = _sgetc ( fp)) != '\n') in gets()
Dfgets.c119 while (--n > 0 && (c = _sgetc ( fp)) != EOF) in fgets()
Dstdio.h673 _ELIDABLE_INLINE int _sgetc( FILE *__p);
675 _ELIDABLE_INLINE int _sgetc( FILE *__p) in _sgetc() function
689 #define _sgetc( __p) _sgetc_raw( __p) macro
750 return (_sgetc(stdin)); in _getchar_unlocked()
760 #define getc(_p) _sgetc( _p)