Searched refs:scanf_ungetc (Results 1 – 2 of 2) sorted by relevance
/picolibc-3.5.0-3.4.0/newlib/libc/tinystdio/ |
D | vfscanf.c | 91 scanf_ungetc(INT c, FILE *stream, int *lenp) in scanf_ungetc() function 163 scanf_ungetc (i, stream, lenp); in conv_int() 246 scanf_ungetc (i, stream, lenp); in conv_brk() 274 scanf_ungetc (i, stream, lenp); in skip_spaces() 469 scanf_ungetc (i, stream, lenp); in vfscanf() 629 scanf_ungetc (i, stream, lenp); in vfscanf()
|
D | conv_flt.c | 96 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() 336 scanf_ungetc(esign, stream, lenp); in conv_flt() 349 scanf_ungetc(edig, stream, lenp); in conv_flt() 351 scanf_ungetc(esign, stream, lenp); in conv_flt() 373 scanf_ungetc (i, stream, lenp); in conv_flt()
|