Searched refs:getmb (Results 1 – 1 of 1) sorted by relevance
/picolibc-latest/newlib/libc/tinystdio/ |
D | vfscanf.c | 141 getmb(FILE *stream, scanf_context_t *context, mbstate_t *ps, uint16_t flags) in getmb() function 178 #define getmb(s,c,p,f) scanf_getc(s,c) macro 334 WINT wi = getmb (stream, context, &ps, flags); in conv_brk() 725 WINT wi = getmb (stream, &context, &ps, flags); in vfscanf() 753 WINT wi = getmb(stream, &context, &ps, flags); in vfscanf()
|