Searched refs:mbch (Results 1 – 1 of 1) sorted by relevance
1366 static char mbch[MB_LEN_MAX+1]; in toprint() local1369 if ((n = wctomb(mbch, c)) == -1) { in toprint()1374 mbch[n] = '\0'; in toprint()1376 return (mbch); in toprint()1384 for (len = 0, ptr = (unsigned char *) mbch; 0 < n; --n, ++ptr) in toprint()