/glibc-2.36/localedata/tests-mbwc/ |
D | dat_mbtowc.c | 74 { 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/ |
D | test-c8rtomb.c | 36 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 …]
|
D | wctob.c | 31 unsigned char buf[MB_LEN_MAX]; in wctob() 49 data.__outbufend = buf + MB_LEN_MAX; in wctob()
|
D | wcrtomb.c | 41 char buf[MB_LEN_MAX]; in __wcrtomb_internal()
|
/glibc-2.36/stdio-common/ |
D | vfscanf-internal.c | 754 && *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.h | 33 char decimal[MB_LEN_MAX + 1]; in _i18n_number_rewrite() 34 char thousands[MB_LEN_MAX + 1]; in _i18n_number_rewrite()
|
D | vfprintf-process-arg.c | 450 char buf[MB_LEN_MAX]; in LABEL()
|
D | vfprintf-internal.c | 265 _Static_assert (sizeof (buf) > MB_LEN_MAX, in outstring_converted_wide_string()
|
/glibc-2.36/stdlib/bits/ |
D | stdlib.h | 85 #if defined MB_LEN_MAX && MB_LEN_MAX != __STDLIB_MB_LEN_MAX in __NTH()
|
/glibc-2.36/include/ |
D | limits.h | 32 #define MB_LEN_MAX 16 macro
|
/glibc-2.36/sysdeps/arm/ |
D | aeabi_lcsts.c | 54 eabi_constant (MB_LEN_MAX);
|
/glibc-2.36/iconvdata/ |
D | bug-iconv11.c | 30 #define MAXOUTBYTES (MAXINBYTES * MB_LEN_MAX)
|
/glibc-2.36/benchtests/ |
D | bench-wcrtomb.c | 89 char buf[MB_LEN_MAX];
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.libidn | 92 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
|
D | ChangeLog.5 | 1529 * limits.h: Change MB_LEN_MAX to 6. A 31-bit ISO 10646
|
D | ChangeLog.8 | 10462 * include/limits.h: Define MB_LEN_MAX in any case to 6. The gcc
|
/glibc-2.36/posix/ |
D | sysconf.c | 113 return MB_LEN_MAX; in __sysconf()
|
D | regex_internal.c | 214 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()
|
D | regcomp.c | 312 unsigned char buf[MB_LEN_MAX]; in re_compile_fastmap_iter()
|
D | tst-regex.input | 10462 * include/limits.h: Define MB_LEN_MAX in any case to 6. The gcc
|
/glibc-2.36/wcsmbs/bits/ |
D | wchar2.h | 397 #if defined MB_LEN_MAX && MB_LEN_MAX != __WCHAR_MB_LEN_MAX in __NTH()
|
/glibc-2.36/conform/data/ |
D | limits.h-data | 12 macro-int-constant MB_LEN_MAX >= 1
|
/glibc-2.36/sysdeps/posix/ |
D | sysconf.c | 719 return MB_LEN_MAX; in __sysconf()
|
/glibc-2.36/libio/ |
D | wfileops.c | 55 char mb_buf[MB_LEN_MAX]; in _IO_wdo_write() 227 char accbuf[MB_LEN_MAX]; in libc_hidden_def()
|
/glibc-2.36/manual/ |
D | charset.texi | 400 @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];
|