Searched defs:mbcurmax (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/msgfmt/
H A Dmsgfmt.c62 static int mbcurmax; variable
164 mbcurmax = MB_CUR_MAX;
462 ll = ln_size * mbcurmax;
1056 nb = mbtowc(&wc, pc, mbcurmax);
/illumos-gate/usr/src/cmd/locale/
H A Dlocale.c949 size_t mbcurmax = MB_CUR_MAX; local
952 c = mbtowc(&ws, s, mbcurmax);
/illumos-gate/usr/src/cmd/pr/
H A Dpr.c163 static int mbcurmax = 1; variable
208 mbcurmax = MB_CUR_MAX;
329 mbcurmax);
357 mbcurmax);
387 mbcurmax);
416 mbcurmax);
1487 if (mbcurmax == 1 || isascii(c)) {
1491 for (i = 1; i < mbcurmax; i++) {
/illumos-gate/usr/src/cmd/diff/
H A Ddiff.c139 static int mbcurmax; variable
233 mbcurmax = MB_CUR_MAX;
1013 if (mbcurmax == 1) {
2143 if (mbcurmax == 1) {
2165 mxlen = mbcurmax;
2185 if (bufwchar[filen].buffered < mbcurmax) {
2204 if (bufwchar[filen].buffered < mbcurmax) {

Completed in 68 milliseconds