Searched refs:scanf_ungetc (Results 1 – 2 of 2) sorted by relevance
/picolibc-latest/newlib/libc/tinystdio/ |
D | conv_flt.c | 74 static inline void scanf_ungetc(int c, FLT_STREAM *s, int *lenp) in scanf_ungetc() function 240 scanf_ungetc (i, stream, context); in conv_flt() 259 scanf_ungetc (i, stream, context); in conv_flt() 383 scanf_ungetc(esign, stream, context); in conv_flt() 396 scanf_ungetc(edig, stream, context); in conv_flt() 398 scanf_ungetc(esign, stream, context); in conv_flt() 416 scanf_ungetc (i, stream, context); in conv_flt()
|
D | vfscanf.c | 127 scanf_ungetc(INT c, FILE *stream, scanf_context_t *context) in scanf_ungetc() function 297 scanf_ungetc (i, stream, context); in conv_int() 383 scanf_ungetc (wi, stream, context); in conv_brk() 410 scanf_ungetc (i, stream, context); in skip_spaces() 604 scanf_ungetc (i, stream, &context); in vfscanf() 757 scanf_ungetc (wi, stream, &context); in vfscanf()
|