Searched refs:scanf_context_t (Results 1 – 2 of 2) sorted by relevance
/picolibc-latest/newlib/libc/tinystdio/ |
D | vfscanf.c | 102 } scanf_context_t; typedef 106 typedef int scanf_context_t; typedef 112 scanf_getc(FILE *stream, scanf_context_t *context) in scanf_getc() 127 scanf_ungetc(INT c, FILE *stream, scanf_context_t *context) in scanf_ungetc() 141 getmb(FILE *stream, scanf_context_t *context, mbstate_t *ps, uint16_t flags) in getmb() 253 conv_int (FILE *stream, scanf_context_t *context, width_t width, void *addr, uint16_t flags, unsign… in conv_int() 318 conv_brk (FILE *stream, scanf_context_t *context, width_t width, void *addr, const CHAR *_fmt, uint… in conv_brk() 403 static INT skip_spaces (FILE *stream, scanf_context_t *context) in skip_spaces() 585 scanf_context_t context = SCANF_CONTEXT_INIT; in vfscanf()
|
D | conv_flt.c | 109 #define FLT_CONTEXT scanf_context_t
|