Searched refs:mb_len (Results 1 – 1 of 1) sorted by relevance
1111 size_t mb_len = wcrtomb(mb, c, &ps); in vfprintf() local1113 while (size && mb_len) { in vfprintf()1116 mb_len--; in vfprintf()1130 size_t mb_len = mbrtowc(&c, pnt, MB_LEN_MAX, &ps); in vfprintf() local1132 pnt += mb_len; in vfprintf()