Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/cmd/csh/
H A Dsh.tchar.c439 int mb_cur_max = MB_CUR_MAX; in read_() local
524 if ((b_len = q - s) > mb_cur_max) { in read_()
525 b_len = mb_cur_max; in read_()
528 if (mb_cur_max > 1 && b_len < mb_cur_max) { in read_()
548 if ((b_len = q - s) > mb_cur_max) { in read_()
549 b_len = mb_cur_max; in read_()
565 if (mb_cur_max == 1 || (delta = q - s) == 0) { in read_()
592 while (delta < mb_cur_max) { in read_()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Ddisplay.c85 int mb_cur_max = MB_CUR_MAX; local
172 if (mb_cur_max > 1 && mblen(text, mb_cur_max) > 1) {
176 len = mbtowc(&wc, text, mb_cur_max);
/illumos-gate/usr/src/cmd/iconv/
H A Dscanner.c35 int mb_cur_max = MB_LEN_MAX; variable
316 if (mb_cur_max > MB_LEN_MAX) { in get_wide()
323 if (mbi == mb_cur_max) { in get_wide()
H A Dcharmap.h37 extern int mb_cur_max;
H A Dparser.y85 mb_cur_max = $2;
/illumos-gate/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;
/illumos-gate/usr/src/cmd/sgs/m4/common/
H A Dm4.c50 static int mb_cur_max; variable
99 if ((mb_cur_max = MB_CUR_MAX) > 1) in main()
1061 ret = p = xmalloc(wcslen(from) * mb_cur_max + 1); in wstr2str()
1063 while (bsiz < (wcslen(from) * mb_cur_max + 1)) { in wstr2str()
1123 if ((len = mbtowc(&wc, from, mb_cur_max)) <= 0) { in str2wstr()
1153 for (i = 1; i <= mb_cur_max; i++) { in myfgetwc()
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c4148 size_t mb_cur_max; in filter_string() local
4164 if (mb_cur_max > 1) { in filter_string()
4575 size_t mb_cur_max; in findnl_bkwd() local
4586 mb_cur_max = MB_CUR_MAX; in findnl_bkwd()
4588 if (mb_cur_max == 1) { in findnl_bkwd()
4662 size_t mb_cur_max; in copynl_frwd() local
4673 mb_cur_max = MB_CUR_MAX; in copynl_frwd()
4675 if (mb_cur_max == 1) { in copynl_frwd()
4766 size_t mb_cur_max; in copy_frwd() local
4777 mb_cur_max = MB_CUR_MAX; in copy_frwd()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dsetlocale.c2260 ast.mb_cur_max = DEBUG_MB_CUR_MAX; in set_ctype()
2269 ast.mb_cur_max = 6; in set_ctype()
2277 …else if ((locales[cp->internal]->flags & LC_default) || (ast.mb_cur_max = MB_CUR_MAX) <= 1 || !(as… in set_ctype()
2279 ast.mb_cur_max = 1; in set_ctype()
2551 , ast.mb_cur_max in single()
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregex2.h191 unsigned int mb_cur_max; member
H A Dregexec.c217 if (g->mb_cur_max > 1) in regexec()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/astsa/
H A Dast.h74 int mb_cur_max; member
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dast_std.h245 int mb_cur_max; member
H A Dast.h181 #define mbmax() (ast.mb_cur_max)
/illumos-gate/usr/src/cmd/locale/
H A Dlocale.c138 int mb_cur_max; member
240 _locdef.mb_cur_max = MB_CUR_MAX; in localeldconv()
382 {"mb_cur_max", ld(mb_cur_max, LC_LOCDEF, TYPE_INT)},
/illumos-gate/usr/src/data/locale/data/
H A DISO8859-11.cm3 <mb_cur_max> 1
H A DISO8859-8.cm34 <mb_cur_max> 1
H A DKOI8-R.cm34 <mb_cur_max> 1
H A DISO8859-7.cm34 <mb_cur_max> 1
H A DISO8859-1.cm34 <mb_cur_max> 1
H A DISO8859-13.cm34 <mb_cur_max> 1
H A DISO8859-15.cm34 <mb_cur_max> 1

12