Searched refs:width_t (Results 1 – 3 of 3) sorted by relevance
/picolibc-latest/newlib/libc/tinystdio/ |
D | scanf_private.h | 121 typedef unsigned int width_t; typedef
|
D | vfscanf.c | 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() 574 width_t width; in vfscanf()
|
D | conv_flt.c | 201 conv_flt (FLT_STREAM *stream, FLT_CONTEXT *context, width_t width, void *addr, uint16_t flags) in conv_flt()
|