Home
last modified time | relevance | path

Searched refs:MB_LEN_MAX (Results 1 – 25 of 29) sorted by relevance

12

/glibc-2.36/localedata/tests-mbwc/
Ddat_mbtowc.c74 { 1, 1, "\xfc\xe4\xf6", MB_LEN_MAX },
88 { 1, 1, "\177", MB_LEN_MAX },
89 { 1, 1, "\200", MB_LEN_MAX },
90 { 1, 1, "\201", MB_LEN_MAX },
104 { 1, 1, "", MB_LEN_MAX },
120 { 0, 1, "\xfc\xe4\xf6", MB_LEN_MAX },
121 { 0, 1, "\177", MB_LEN_MAX },
122 { 0, 1, "", MB_LEN_MAX },
136 { 0, 1, "\xfc\xe4\xf6", MB_LEN_MAX },
137 { 0, 1, "\177", MB_LEN_MAX },
[all …]
/glibc-2.36/wcsmbs/
Dtest-c8rtomb.c36 char buf[MB_LEN_MAX] = { 0 }; in test_truncated_code_unit_sequence()
48 char buf[MB_LEN_MAX] = { 0 }; in test_truncated_code_unit_sequence()
60 char buf[MB_LEN_MAX] = { 0 }; in test_truncated_code_unit_sequence()
73 char buf[MB_LEN_MAX] = { 0 }; in test_truncated_code_unit_sequence()
85 char buf[MB_LEN_MAX] = { 0 }; in test_truncated_code_unit_sequence()
98 char buf[MB_LEN_MAX] = { 0 }; in test_truncated_code_unit_sequence()
118 char buf[MB_LEN_MAX] = { 0 }; in test_invalid_trailing_code_unit_sequence()
130 char buf[MB_LEN_MAX] = { 0 }; in test_invalid_trailing_code_unit_sequence()
142 char buf[MB_LEN_MAX] = { 0 }; in test_invalid_trailing_code_unit_sequence()
155 char buf[MB_LEN_MAX] = { 0 }; in test_invalid_trailing_code_unit_sequence()
[all …]
Dwctob.c31 unsigned char buf[MB_LEN_MAX]; in wctob()
49 data.__outbufend = buf + MB_LEN_MAX; in wctob()
Dwcrtomb.c41 char buf[MB_LEN_MAX]; in __wcrtomb_internal()
/glibc-2.36/stdio-common/
Dvfscanf-internal.c754 && *strptr + strsize - str <= MB_LEN_MAX) in __vfwscanf_internal()
766 strleng + MB_LEN_MAX); in __vfwscanf_internal()
777 strsize = strleng + MB_LEN_MAX; in __vfwscanf_internal()
1045 && *strptr + strsize - str <= MB_LEN_MAX) in __vfwscanf_internal()
1058 strleng + MB_LEN_MAX); in __vfwscanf_internal()
1078 strsize = strleng + MB_LEN_MAX; in __vfwscanf_internal()
1094 assert (n <= MB_LEN_MAX); in __vfwscanf_internal()
1151 char buf[MB_LEN_MAX]; in __vfwscanf_internal()
1493 char extra_mbdigit[MB_LEN_MAX]; in __vfwscanf_internal()
2202 char mbdigits[12][MB_LEN_MAX + 1]; in __vfwscanf_internal()
[all …]
D_i18n_number.h33 char decimal[MB_LEN_MAX + 1]; in _i18n_number_rewrite()
34 char thousands[MB_LEN_MAX + 1]; in _i18n_number_rewrite()
Dvfprintf-process-arg.c450 char buf[MB_LEN_MAX]; in LABEL()
Dvfprintf-internal.c265 _Static_assert (sizeof (buf) > MB_LEN_MAX, in outstring_converted_wide_string()
/glibc-2.36/stdlib/bits/
Dstdlib.h85 #if defined MB_LEN_MAX && MB_LEN_MAX != __STDLIB_MB_LEN_MAX in __NTH()
/glibc-2.36/include/
Dlimits.h32 #define MB_LEN_MAX 16 macro
/glibc-2.36/sysdeps/arm/
Daeabi_lcsts.c54 eabi_constant (MB_LEN_MAX);
/glibc-2.36/iconvdata/
Dbug-iconv11.c30 #define MAXOUTBYTES (MAXINBYTES * MB_LEN_MAX)
/glibc-2.36/benchtests/
Dbench-wcrtomb.c89 char buf[MB_LEN_MAX];
/glibc-2.36/ChangeLog.old/
DChangeLog.libidn92 buffer overrun. Instead, avoid multiplying by MB_LEN_MAX if the
94 the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
DChangeLog.51529 * limits.h: Change MB_LEN_MAX to 6. A 31-bit ISO 10646
DChangeLog.810462 * include/limits.h: Define MB_LEN_MAX in any case to 6. The gcc
/glibc-2.36/posix/
Dsysconf.c113 return MB_LEN_MAX; in __sysconf()
Dregex_internal.c214 unsigned char buf[MB_LEN_MAX]; in build_wcs_buffer()
215 DEBUG_ASSERT (MB_LEN_MAX >= pstr->mb_cur_max); in build_wcs_buffer()
287 char buf[MB_LEN_MAX]; in build_wcs_upper_buffer()
288 DEBUG_ASSERT (pstr->mb_cur_max <= MB_LEN_MAX); in build_wcs_upper_buffer()
Dregcomp.c312 unsigned char buf[MB_LEN_MAX]; in re_compile_fastmap_iter()
Dtst-regex.input10462 * include/limits.h: Define MB_LEN_MAX in any case to 6. The gcc
/glibc-2.36/wcsmbs/bits/
Dwchar2.h397 #if defined MB_LEN_MAX && MB_LEN_MAX != __WCHAR_MB_LEN_MAX in __NTH()
/glibc-2.36/conform/data/
Dlimits.h-data12 macro-int-constant MB_LEN_MAX >= 1
/glibc-2.36/sysdeps/posix/
Dsysconf.c719 return MB_LEN_MAX; in __sysconf()
/glibc-2.36/libio/
Dwfileops.c55 char mb_buf[MB_LEN_MAX]; in _IO_wdo_write()
227 char accbuf[MB_LEN_MAX]; in libc_hidden_def()
/glibc-2.36/manual/
Dcharset.texi400 @deftypevr Macro int MB_LEN_MAX
402 @code{MB_LEN_MAX} specifies the maximum number of bytes in the multibyte
412 The value is never greater than @code{MB_LEN_MAX}. Unlike
413 @code{MB_LEN_MAX} this macro need not be a compile-time constant, and in
427 char buf[MB_LEN_MAX];
768 while ((nbytes = mbrlen (s, MB_LEN_MAX, &state)) > 0)
782 we here use @code{MB_LEN_MAX} as the size argument in the @code{mbrlen}
1214 /* @r{Note the use of @code{MB_LEN_MAX}.}
1216 char buffer[BUFSIZ + MB_LEN_MAX];

12