/titanic_44/usr/src/cmd/csh/ |
H A D | sh.tchar.c | 440 int mb_cur_max = MB_CUR_MAX; in read_() local 525 if ((b_len = q - s) > mb_cur_max) { in read_() 526 b_len = mb_cur_max; in read_() 529 if (mb_cur_max > 1 && b_len < mb_cur_max) { in read_() 549 if ((b_len = q - s) > mb_cur_max) { in read_() 550 b_len = mb_cur_max; in read_() 566 if (mb_cur_max == 1 || (delta = q - s) == 0) { in read_() 593 while (delta < mb_cur_max) { in read_()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/talk/ |
H A D | display.c | 87 int mb_cur_max = MB_CUR_MAX; local 174 if (mb_cur_max > 1 && mblen(text, mb_cur_max) > 1) { 178 len = mbtowc(&wc, text, mb_cur_max);
|
/titanic_44/usr/src/cmd/localedef/ |
H A D | wide.c | 169 if (mb_cur_max != 1) { in towide_none() 180 if (mb_cur_max != 1) { in tomb_none() 598 mbs = malloc((wcslen(wcs) * mb_cur_max) + 1); in to_mb_string()
|
H A D | scanner.c | 36 int mb_cur_max = 1; variable 449 if (mb_cur_max >= sizeof (mbs)) { in get_wide() 455 if ((mbi == mb_cur_max) || ((c = get_byte()) == EOF)) { in get_wide()
|
H A D | localedef.h | 30 extern int mb_cur_max;
|
H A D | parser.y | 176 mb_cur_max = $2;
|
/titanic_44/usr/src/cmd/sgs/m4/common/ |
H A D | m4.c | 46 static int mb_cur_max; variable 95 if ((mb_cur_max = MB_CUR_MAX) > 1) in main() 1057 ret = p = xmalloc(wcslen(from) * mb_cur_max + 1); in wstr2str() 1059 while (bsiz < (wcslen(from) * mb_cur_max + 1)) { in wstr2str() 1119 if ((len = mbtowc(&wc, from, mb_cur_max)) <= 0) { in str2wstr() 1149 for (i = 1; i <= mb_cur_max; i++) { in myfgetwc()
|
/titanic_44/usr/src/lib/libast/common/comp/ |
H A D | setlocale.c | 637 ast.mb_cur_max = DEBUG_MB_CUR_MAX; in set_ctype() 643 …else if ((locales[cp->internal]->flags & LC_default) || (ast.mb_cur_max = MB_CUR_MAX) <= 1 || !(as… in set_ctype() 645 ast.mb_cur_max = 1; in set_ctype() 653 ast.mb_cur_max = 6; in set_ctype() 688 , ast.mb_cur_max in set_ctype()
|
/titanic_44/usr/src/cmd/syslogd/ |
H A D | syslogd.c | 4163 size_t mb_cur_max; in filter_string() local 4178 mb_cur_max = (size_t)MB_CUR_MAX; in filter_string() 4179 if (mb_cur_max > 1) { in filter_string() 4186 mb_cur_max)) == -1) { in filter_string() 4590 size_t mb_cur_max; in findnl_bkwd() local 4601 mb_cur_max = MB_CUR_MAX; in findnl_bkwd() 4603 if (mb_cur_max == 1) { in findnl_bkwd() 4619 for (rem = len; rem >= mb_cur_max; ) { in findnl_bkwd() 4620 mlen = mblen(p, mb_cur_max); in findnl_bkwd() 4677 size_t mb_cur_max; in copynl_frwd() local [all …]
|
/titanic_44/usr/src/lib/libast/common/include/ |
H A D | ast_std.h | 243 int mb_cur_max; member
|
H A D | ast.h | 173 #define mbmax() (ast.mb_cur_max)
|
/titanic_44/usr/src/cmd/locale/ |
H A D | locale.c | 140 int mb_cur_max; member 242 _locdef.mb_cur_max = MB_CUR_MAX; in localeldconv() 384 {"mb_cur_max", ld(mb_cur_max, LC_LOCDEF, TYPE_INT)},
|
/titanic_44/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_std.h | 254 int mb_cur_max; member
|
H A D | ast.h | 182 #define mbmax() (ast.mb_cur_max)
|
/titanic_44/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_std.h | 254 int mb_cur_max; member
|
H A D | ast.h | 182 #define mbmax() (ast.mb_cur_max)
|
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_std.h | 254 int mb_cur_max; member
|
H A D | ast.h | 182 #define mbmax() (ast.mb_cur_max)
|
/titanic_44/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_std.h | 254 int mb_cur_max; member
|
H A D | ast.h | 182 #define mbmax() (ast.mb_cur_max)
|
/titanic_44/usr/src/cmd/ssh/libssh/common/ |
H A D | g11n.c | 822 int mb_cur_max = MB_CUR_MAX; in g11n_filter_string() local 832 mblen = mbtowc(&wc, s, mb_cur_max); in g11n_filter_string()
|
/titanic_44/usr/src/cmd/localedef/data/ |
H A D | GB18030.cm | 34 <mb_cur_max> 4
|
H A D | UTF-8.cm | 34 <mb_cur_max> 3
|