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

12345

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/ucm/
H A Dnull.ucm6 <mb_cur_max> 1
H A Dctrl.ucm6 <mb_cur_max> 1
H A DmacUkraine.ucm10 <mb_cur_max> 1
H A Dascii.ucm7 <mb_cur_max> 1
H A Dnextstep.ucm9 <mb_cur_max> 1
H A D8859-6.ucm9 <mb_cur_max> 1
H A D8859-8.ucm9 <mb_cur_max> 1
H A DadobeStdenc.ucm10 <mb_cur_max> 1
H A Dcp424.ucm9 <mb_cur_max> 1
H A Dcp856.ucm9 <mb_cur_max> 1
H A Djis0201.ucm7 <mb_cur_max> 1
H A DmacHebrew.ucm9 <mb_cur_max> 1
/opensolaris-onvv-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...]
/opensolaris-onvv-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);
/opensolaris-onvv-gate/usr/src/lib/libparted/common/lib/
H A Dregex_internal.c48 if (init_len < dfa->mb_cur_max)
49 init_len = dfa->mb_cur_max;
60 pstr->valid_len = (pstr->mbs_allocated || dfa->mb_cur_max > 1) ? 0 : len;
87 if (dfa->mb_cur_max > 1)
96 if (pstr->bufs_len > pstr->valid_len + dfa->mb_cur_max)
110 if (dfa->mb_cur_max > 1)
135 if (pstr->mb_cur_max > 1)
182 pstr->mb_cur_max = dfa->mb_cur_max;
208 assert (MB_LEN_MAX >= pstr->mb_cur_max);
[all...]
H A Dregex_internal.h415 int mb_cur_max; member in struct:re_string_t
696 int mb_cur_max; member in struct:re_dfa_t
813 if (pstr->mb_cur_max == 1)
825 if (pstr->mb_cur_max == 1)
H A Dregcomp.c314 bool icase = (dfa->mb_cur_max == 1 && (bufp->syntax & RE_ICASE));
324 if ((bufp->syntax & RE_ICASE) && dfa->mb_cur_max > 1)
382 if (dfa->mb_cur_max > 1)
395 if ((bufp->syntax & RE_ICASE) && dfa->mb_cur_max > 1)
872 dfa->mb_cur_max = MB_CUR_MAX;
874 if (dfa->mb_cur_max == 6
889 if (dfa->mb_cur_max > 1)
1039 to speed things up, set dfa->mb_cur_max to 1, clear is_utf8 and change
1111 dfa->mb_cur_max = 1;
1769 if (input->mb_cur_max >
[all...]
/opensolaris-onvv-gate/usr/src/lib/libast/common/include/
H A Dast_std.h243 int mb_cur_max; member in struct:__anon2852
H A Dast.h173 #define mbmax() (ast.mb_cur_max)
/opensolaris-onvv-gate/usr/src/cmd/sgs/m4/common/
H A Dm4.c42 static int mb_cur_max; variable
91 if ((mb_cur_max = MB_CUR_MAX) > 1)
1041 ret = p = xmalloc(wcslen(from) * mb_cur_max + 1);
1043 while (bsiz < (wcslen(from) * mb_cur_max + 1)) {
1103 if ((len = mbtowc(&wc, from, mb_cur_max)) <= 0) {
1133 for (i = 1; i <= mb_cur_max; i++) {
/opensolaris-onvv-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
/opensolaris-onvv-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c4159 size_t mb_cur_max; local
4174 mb_cur_max = (size_t)MB_CUR_MAX;
4175 if (mb_cur_max > 1) {
4182 mb_cur_max)) == -1) {
4586 size_t mb_cur_max; local
4597 mb_cur_max = MB_CUR_MAX;
4599 if (mb_cur_max == 1) {
4615 for (rem = len; rem >= mb_cur_max; ) {
4616 mlen = mblen(p, mb_cur_max);
4673 size_t mb_cur_max; local
4777 size_t mb_cur_max; local
[all...]
/opensolaris-onvv-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast_std.h254 int mb_cur_max; member in struct:__anon2818
/opensolaris-onvv-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_std.h254 int mb_cur_max; member in struct:__anon2918
/opensolaris-onvv-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_std.h254 int mb_cur_max; member in struct:__anon2940

Completed in 223 milliseconds

12345