Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/csh/
H A Dsh.tchar.c440 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 Ddisplay.c87 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 Dwide.c169 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 Dscanner.c36 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 Dlocaledef.h30 extern int mb_cur_max;
H A Dparser.y176 mb_cur_max = $2;
/titanic_44/usr/src/cmd/sgs/m4/common/
H A Dm4.c46 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 Dsetlocale.c637 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 Dsyslogd.c4163 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 Dast_std.h243 int mb_cur_max; member
H A Dast.h173 #define mbmax() (ast.mb_cur_max)
/titanic_44/usr/src/cmd/locale/
H A Dlocale.c140 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 Dast_std.h254 int mb_cur_max; member
H A Dast.h182 #define mbmax() (ast.mb_cur_max)
/titanic_44/usr/src/lib/libast/i386/include/ast/
H A Dast_std.h254 int mb_cur_max; member
H A Dast.h182 #define mbmax() (ast.mb_cur_max)
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_std.h254 int mb_cur_max; member
H A Dast.h182 #define mbmax() (ast.mb_cur_max)
/titanic_44/usr/src/lib/libast/sparc/include/ast/
H A Dast_std.h254 int mb_cur_max; member
H A Dast.h182 #define mbmax() (ast.mb_cur_max)
/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Dg11n.c822 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 DGB18030.cm34 <mb_cur_max> 4
H A DUTF-8.cm34 <mb_cur_max> 3