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

/illumos-gate/usr/src/cmd/iconv/
H A Dcharmap.h37 extern int mb_cur_max;
H A Dparser.y85 mb_cur_max = $2;
H A Dscanner.c35 int mb_cur_max = MB_LEN_MAX; variable
87 { T_MB_CUR_MAX, "mb_cur_max" },
316 if (mb_cur_max > MB_LEN_MAX) {
323 if (mbi == mb_cur_max) {
325 yyerror(_("length > mb_cur_max"));
/illumos-gate/usr/src/cmd/csh/
H A Dsh.tchar.c440 int mb_cur_max = MB_CUR_MAX; local
525 if ((b_len = q - s) > mb_cur_max) {
526 b_len = mb_cur_max;
529 if (mb_cur_max > 1 && b_len < mb_cur_max) {
549 if ((b_len = q - s) > mb_cur_max) {
550 b_len = mb_cur_max;
566 if (mb_cur_max == 1 || (delta = q - s) == 0) {
591 * mb_cur_max and see if we can get a right sequence.
593 while (delta < mb_cur_max) {
[all...]
/illumos-gate/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);
/illumos-gate/usr/src/cmd/localedef/
H A Dlocaledef.h30 extern int mb_cur_max;
H A Dwide.c169 if (mb_cur_max != 1) {
180 if (mb_cur_max != 1) {
598 mbs = malloc((wcslen(wcs) * mb_cur_max) + 1);
H A Dscanner.c36 int mb_cur_max = 1; variable
183 { T_MB_CUR_MAX, "mb_cur_max" },
449 if (mb_cur_max >= sizeof (mbs)) {
455 if ((mbi == mb_cur_max) || ((c = get_byte()) == EOF)) {
H A Dparser.y176 mb_cur_max = $2;
/illumos-gate/usr/src/lib/libast/common/include/
H A Dast_std.h243 int mb_cur_max; member in struct:__anon2619
H A Dast.h173 #define mbmax() (ast.mb_cur_max)
/illumos-gate/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)
1057 ret = p = xmalloc(wcslen(from) * mb_cur_max + 1);
1059 while (bsiz < (wcslen(from) * mb_cur_max + 1)) {
1119 if ((len = mbtowc(&wc, from, mb_cur_max)) <= 0) {
1149 for (i = 1; i <= mb_cur_max; i++) {
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dsetlocale.c637 ast.mb_cur_max = DEBUG_MB_CUR_MAX;
643 else if ((locales[cp->internal]->flags & LC_default) || (ast.mb_cur_max = MB_CUR_MAX) <= 1 || !(ast.mb_len = mblen) || !(ast.mb_towc = mbtowc))
645 ast.mb_cur_max = 1;
653 ast.mb_cur_max = 6;
688 , ast.mb_cur_max
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c4163 size_t mb_cur_max; local
4178 mb_cur_max = (size_t)MB_CUR_MAX;
4179 if (mb_cur_max > 1) {
4186 mb_cur_max)) == -1) {
4590 size_t mb_cur_max; local
4601 mb_cur_max = MB_CUR_MAX;
4603 if (mb_cur_max == 1) {
4619 for (rem = len; rem >= mb_cur_max; ) {
4620 mlen = mblen(p, mb_cur_max);
4677 size_t mb_cur_max; local
4781 size_t mb_cur_max; local
[all...]
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast_std.h254 int mb_cur_max; member in struct:__anon2585
H A Dast.h182 #define mbmax() (ast.mb_cur_max)
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_std.h254 int mb_cur_max; member in struct:__anon2685
H A Dast.h182 #define mbmax() (ast.mb_cur_max)
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_std.h254 int mb_cur_max; member in struct:__anon2707
H A Dast.h182 #define mbmax() (ast.mb_cur_max)
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_std.h254 int mb_cur_max; member in struct:__anon2729
H A Dast.h182 #define mbmax() (ast.mb_cur_max)
/illumos-gate/usr/src/cmd/locale/
H A Dlocale.c140 int mb_cur_max; member in struct:localedef
242 _locdef.mb_cur_max = MB_CUR_MAX;
384 {"mb_cur_max", ld(mb_cur_max, LC_LOCDEF, TYPE_INT)},

Completed in 120 milliseconds