Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk1.c1366 static char mbch[MB_LEN_MAX+1]; in toprint() local
1369 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()