Home
last modified time | relevance | path

Searched refs:pmb (Results 1 – 3 of 3) sorted by relevance

/picolibc-latest/newlib/libc/stdlib/
Dwctob.c14 unsigned char pmb[MB_LEN_MAX]; in wctob() local
22 return __WCTOMB ((char *) pmb, wc, &mbs) == 1 ? (int) pmb[0] : EOF; in wctob()
/picolibc-latest/newlib/libc/stdio/
Dvfscanf.c366 unsigned char pmb[MB_LEN_MAX]; in __wctob() local
371 return __WCTOMB ((char *) pmb, wc, &mbs) == 1 ? (int) pmb[0] : 0; in __wctob()
/picolibc-latest/newlib/
DChangeLog-20154845 pwc to pmb and convert to array to avoid buffer overflow. Rename c to
4846 wc. Check wc for WEOF instead of for EOF. Return first byte of pmb if