Searched refs:conv_int (Results 1 – 1 of 1) sorted by relevance
/picolibc-latest/newlib/libc/tinystdio/ |
D | vfscanf.c | 253 conv_int (FILE *stream, scanf_context_t *context, width_t width, void *addr, uint16_t flags, unsign… in conv_int() function 775 goto conv_int; in vfscanf() 780 goto conv_int; in vfscanf() 786 goto conv_int; in vfscanf() 792 conv_int: in vfscanf() 793 c = conv_int (stream, &context, width, addr, flags, base); in vfscanf() 802 goto conv_int; in vfscanf() 807 goto conv_int; in vfscanf() 814 goto conv_int; in vfscanf() 822 conv_int: in vfscanf() [all …]
|