Home
last modified time | relevance | path

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

12

/glibc-2.36/stdlib/
Dtestmb.c50 char mbc[MB_CUR_MAX]; in main()
52 if ((r = mbtowc (&wc, &c, MB_CUR_MAX)) <= 0) in main()
Dtestmb2.c17 if (mbtowc (&wc, "\xc3\xa1", MB_CUR_MAX) != 2 || wc != 0xE1) in main()
Dstdlib.h97 #define MB_CUR_MAX (__ctype_get_mb_cur_max ()) macro
/glibc-2.36/wcsmbs/
Dtst-mbrtowc.c184 char buf[MB_CUR_MAX]; in check_ascii()
189 for (i = 0; i < MB_CUR_MAX; ++i) in check_ascii()
194 n = mbrtowc (&wc, buf, MB_CUR_MAX, &s); in check_ascii()
Dtst-wcrtomb.c59 char buf[2 * MB_CUR_MAX]; in check_ascii()
Dwcsmbs-tst1.c23 printf ("MB_CUR_MAX %Zd\n", MB_CUR_MAX); in main()
/glibc-2.36/sysdeps/arm/
Daeabi_mb_cur_max.c26 return MB_CUR_MAX; in __aeabi_MB_CUR_MAX()
/glibc-2.36/debug/
Dwctomb_chk.c31 if (buflen < MB_CUR_MAX) in __wctomb_chk()
Dtst-fortify.c1453 assert (MB_CUR_MAX <= 10); in do_test()
/glibc-2.36/localedata/tests-mbwc/
Dtst_mblen.c35 n = MB_CUR_MAX; in tst_mblen()
Dtst_mbrlen.c52 n = MB_CUR_MAX; in tst_mbrlen()
Dtst_mbrtowc.c54 n = MB_CUR_MAX; in tst_mbrtowc()
Dtst_mbtowc.c42 n = MB_CUR_MAX; in tst_mbtowc()
Dtst_mbsrtowcs.c50 n = MB_CUR_MAX; in tst_mbsrtowcs()
/glibc-2.36/include/
Dstdlib.h314 # undef MB_CUR_MAX
315 # define MB_CUR_MAX (_NL_CURRENT_WORD (LC_CTYPE, _NL_CTYPE_MB_CUR_MAX)) macro
/glibc-2.36/posix/
Dfnmatch.c255 if (__glibc_unlikely (MB_CUR_MAX != 1)) in fnmatch()
Dregex_internal.h119 #if (defined MB_CUR_MAX && HAVE_WCTYPE_H && HAVE_ISWCTYPE) || _LIBC
Dregcomp.c869 dfa->mb_cur_max = MB_CUR_MAX; in init_dfa()
Dtst-regex.input3566 * locale/C-ctype.c (_nl_C_LC_CTYPE): Define MB_CUR_MAX for C locale
5296 * wcsmbs/mbsrtowcs.c: Include stdlib.h for MB_CUR_MAX.
/glibc-2.36/conform/data/
Dstdlib.h-data13 macro MB_CUR_MAX
/glibc-2.36/manual/
Dcharset.texi408 @deftypevr Macro int MB_CUR_MAX
410 @code{MB_CUR_MAX} expands into a positive integer expression that is the
417 @code{MB_CUR_MAX} is defined in @file{stdlib.h}.
432 fread (&buf[len], 1, MB_CUR_MAX - len, fp);
442 variable size. The @code{fread} call makes sure that @code{MB_CUR_MAX}
444 a problem if @code{MB_CUR_MAX} is not a compile-time constant.
671 value greater than or equal to @code{MB_CUR_MAX} since the input might
889 @var{MB_CUR_MAX} bytes long, but programs that need to run on @glibcadj{}
1215 @r{@code{MB_CUR_MAX} cannot portably be used here.} */
1275 if ((eof && filled > 0) || filled >= MB_CUR_MAX)
[all …]
Dstdio.texi3549 @code{MB_CUR_MAX} bytes for each wide character read. In case
3565 @code{MB_CUR_MAX} bytes for each wide character read. In case
3579 to @code{MB_CUR_MAX} bytes for each character. If @samp{%lc} is used in
3799 of the width or precision by @code{MB_CUR_MAX}.
/glibc-2.36/ChangeLog.old/
DChangeLog.144320 instead of MB_CUR_MAX.
4322 instead of MB_CUR_MAX.
4326 of MB_CUR_MAX.
4328 dfa->mb_cur_max instead of MB_CUR_MAX.
4333 Use mb_cur_max instead of MB_CUR_MAX.
4335 MB_CUR_MAX.
4338 MB_CUR_MAX.
4340 instead of MB_CUR_MAX.
4344 MB_CUR_MAX.
4345 (extend_buffers): Use pstr->mb_cur_max instead of MB_CUR_MAX.
[all …]
DChangeLog.51536 when the macro MB_CUR_MAX is used.
1542 * stdlib/stdlib.h (MB_CUR_MAX): Not constant anymore. Get value
DChangeLog.83566 * locale/C-ctype.c (_nl_C_LC_CTYPE): Define MB_CUR_MAX for C locale
5296 * wcsmbs/mbsrtowcs.c: Include stdlib.h for MB_CUR_MAX.

12