Searched refs:scanf_ungetc (Results 1 – 2 of 2) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libc/tinystdio/ |
D | vfscanf.c | 78 scanf_ungetc(INT c, FILE *stream, int *lenp) in scanf_ungetc() function 150 scanf_ungetc (i, stream, lenp); in conv_int() 233 scanf_ungetc (i, stream, lenp); in conv_brk() 261 scanf_ungetc (i, stream, lenp); in skip_spaces() 456 scanf_ungetc (i, stream, lenp); in vfscanf() 612 scanf_ungetc (i, stream, lenp); in vfscanf()
|
D | conv_flt.c | 73 static inline void scanf_ungetc(int c, const char *s, int *lenp) in scanf_ungetc() function 235 scanf_ungetc (i, stream, lenp); in conv_flt() 349 scanf_ungetc(esign, stream, lenp); in conv_flt() 362 scanf_ungetc(edig, stream, lenp); in conv_flt() 364 scanf_ungetc(esign, stream, lenp); in conv_flt() 386 scanf_ungetc (i, stream, lenp); in conv_flt()
|