/glibc-2.36/wcsmbs/ |
D | Makefile | 25 headers := wchar.h bits/wchar.h bits/wchar2.h bits/wchar-ldbl.h uchar.h \ 51 tst-wcrtomb tst-wcpncpy tst-mbsrtowcs tst-wchar-h tst-mbrtowc2 \ 100 CPPFLAGS-tst-wchar-h.c += -D_FORTIFY_SOURCE=2
|
/glibc-2.36/debug/ |
D | wcrtomb_chk.c | 27 __wcrtomb_chk (char *s, wchar_t wchar, mbstate_t *ps, size_t buflen) in __wcrtomb_chk() argument 29 return __wcrtomb_internal (s, wchar, ps, buflen); in __wcrtomb_chk()
|
D | wctomb_chk.c | 27 __wctomb_chk (char *s, wchar_t wchar, size_t buflen) in __wctomb_chk() argument 34 return __wcrtomb (s, wchar, &__wctomb_state); in __wctomb_chk()
|
/glibc-2.36/stdlib/ |
D | wctomb.c | 36 wctomb (char *s, wchar_t wchar) in wctomb() argument 55 return __wcrtomb (s, wchar, &__wctomb_state); in wctomb()
|
/glibc-2.36/conform/ |
D | Makefile | 36 wchar.h wctype.h 73 varargs.h wchar.h wctype.h 85 utmpx.h wchar.h wctype.h 94 wchar.h wctype.h
|
/glibc-2.36/wctype/ |
D | Makefile | 25 headers := wctype.h bits/wctype-wchar.h
|
/glibc-2.36/manual/ |
D | charset.texi | 126 @standards{ISO, wchar.h} 135 @pindex wchar.h 136 This type is defined in @file{wchar.h} and was introduced in 145 @standards{ISO, wchar.h} 153 @standards{ISO, wchar.h} 163 @standards{ISO, wchar.h} 194 @pindex wchar.h 196 defined in @file{wchar.h}. 460 @standards{ISO, wchar.h} 466 @pindex wchar.h [all …]
|
D | string.texi | 294 The wide character equivalent is declared in @file{wchar.h}. 297 @standards{ISO, wchar.h} 335 @standards{GNU, wchar.h} 340 This function is a GNU extension and is declared in @file{wchar.h}. 349 are declared in @file{wchar.h}. 351 @pindex wchar.h 402 @standards{ISO, wchar.h} 454 @standards{GNU, wchar.h} 494 @standards{ISO, wchar.h} 539 @standards{ISO, wchar.h} [all …]
|
D | stdio.texi | 770 @standards{ISO, wchar.h} 791 declared in @file{wchar.h}. 854 @file{stdio.h} and the wide stream functions in @file{wchar.h}. 856 @pindex wchar.h 877 @standards{ISO, wchar.h} 895 @standards{POSIX, wchar.h} 914 @standards{ISO, wchar.h} 931 @standards{GNU, wchar.h} 947 @standards{ISO, wchar.h} 961 @standards{GNU, wchar.h} [all …]
|
D | arith.texi | 2620 @pindex wchar.h 2622 beginning with @samp{wcs} are declared in @file{wchar.h}. One might 2700 @standards{ISO, wchar.h} 2727 @standards{ISO, wchar.h} 2752 @standards{ISO, wchar.h} 2767 @standards{GNU, wchar.h} 2785 @standards{ISO, wchar.h} 2800 @standards{GNU, wchar.h} 2825 @standards{ISO, wchar.h} 2844 @standards{ISO, wchar.h} [all …]
|
D | contrib.texi | 117 and wide-character support functions (@file{wctype.h}, @file{wchar.h}, etc.).
|
D | ctype.texi | 636 It is declared in @file{wchar.h}.
|
/glibc-2.36/conform/data/ |
D | wctype.h-data | 60 allow-header wchar.h
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.17 | 398 * include/wchar.h: Undefine __need_mbstate_t and __need_wint_t 521 * wctype/wctype.h: Use <wchar.h> to get the wint_t definition. 523 * wcsmbs/wchar.h: Correct preprocessor directive indentation. Move 1373 * conform/data/wchar.h-data: Fix up XPG7 tests. 1493 * conform/data/wchar.h-data: Likewise. 4830 * wcsmbs/wchar.h: mbsnrtowcs, open_wmemstream, wcpcpy, wcpncpy, 5236 * wcsmbs/wchar.h: Likewise. 5424 * wcsmbs/wchar.h: Move undefs for local __need_* constants to the 8177 * wcsmbs/wchar.h: Unconditionally undefine __need_mbstate and 8227 * wcsmbs/wchar.h: Define __need_file also for __USE_XOPEN2K. [all …]
|
D | ChangeLog.11 | 2384 * wcsmbs/wchar.h: Get definition of __FILE. Use __FILE instead of FILE. 2386 * include/wchar.h: Use __FILE instead of FILE. 2392 * sysdeps/generic/bits/wchar.h (WCHAR_MIN): Define to -2147483647 - 1. 2393 * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Likewise. 2409 * wcsmbs/wchar.h: Likewise. 3332 * wctype/wchar-lookup.h: Include stdint.h. 3435 * stdlib/Makefile (headers): Add bits/wchar.h. 3436 * sysdeps/unix/sysv/linux/i386/bits/wchar.h: New file. 3437 * sysdeps/generic/bits/wchar.h: New file. 3438 * sysdeps/generic/stdint.h: Include <bits/wchar.h>. Use values in this [all …]
|
D | ChangeLog.13 | 1175 * posix/regcomp.c: Wrap #include wchar.h and wctype.h in #if. 1185 * posix/regex_internal.c: Wrap #include wchar.h and wctype.h in #if. 1197 * posix/regexec.c: Wrap #include wchar.h and wctype.h in #if. 2038 * include/wchar.h: Declare __mbsrtowcs_l. 2310 * wcsmbs/wchar.h: Likewise. 2390 * wcsmbs/wchar.h: Don't declare __*_l names. 2391 * include/wchar.h: Declare them here instead. 2407 * wcsmbs/wchar.h (__wcsftime_l, wcsftime_l): Declare them. 3684 * include/wchar.h (putwc): Use libc_hidden_proto. 3931 * wcsmbs/wchar.h [__USE_GNU]: Likewise. [all …]
|
D | ChangeLog.16 | 835 * wcsmbs/wchar.h (btowc, wctob): Don't optimize in C++. 926 * wcsmbs/wchar.h (__wcstol_internal, __wcstoul_internal): Declare these 2691 * stdlib/bits/monetary-ldbl.h: Remove pastos from wchar-ldbl.h. 2696 * wcsmbs/bits/wchar-ldbl.h: Remove stale #if. 2702 * wcsmbs/wchar.h: Include bits/wchar-ldbl.h after bits/wchar2.h 2750 * include/wchar.h (__fwprintf, __vfwprintf): Fix commented out 2753 * wcsmbs/bits/wchar-ldbl.h: New file. 2755 * wcsmbs/wchar.h [__LDBL_COMPAT]: #include it. 2865 * wcsmbs/wchar.h (wcstold): Likewise. 2875 * stdlib/strtold.c: Include bits/wordsize.h, wchar.h. [all …]
|
D | ChangeLog.10 | 84 * conform/conformtest.pl (@headers): Add wordexp.h, wctype.h, wchar.h, 120 * conform/data/wchar.h-data: New file. 3682 * include/wchar.h: Likewise. 4408 * wcsmbs/wchar.h: Likewise. 4747 * include/wchar.h: Likewise. 5185 * wcsmbs/wchar.h: Likewise. 5767 * wcsmbs/wchar.h (WCHAR_MIN, WCHAR_MAX): Use all-numeric values. 9331 * wcsmbs/wchar.h: Fix comment. 9375 * libio/wscanf.c: Include <wchar.h> for prototype. 9392 * libio/putwchar.c: Include <wchar.h> instead of "stdio.h". [all …]
|
D | ChangeLog.9 | 1047 * wcsmbs/wcstold_l.c: Correct last patch to include wchar.h from 1084 * wcsmbs/wcstold.c [__NO_LONG_DOUBLE_MATH]: Include wchar.h. 4224 * wcsmbs/wchar.h: Likewise. 4376 * wcsmbs/wchar.h: Likewise. 4484 * wcsmbs/wchar.h: Likewise. 5313 * wcsmbs/wchar.h: Remove prototype of internal function 5713 * include/wchar.h: Likewise. 6460 * wcsmbs/wchar.h: Likewise.
|
D | ChangeLog.21 | 7598 * include/wchar.h: Modified. 7803 * wcsmbs/bits/wchar-ldbl.h: Modified. 7824 * wcsmbs/wchar.h: Modified. 7825 [__LDBL_COMPAT || __LONG_DOUBLE_USES_FLOAT128 == 1](bits/wchar-ldbl.h): Remove. 7862 [__LDBL_COMPAT || __LDOUBLE_REDIRECTS_TO_FLOAT128_ABI == 1](bits/wchar-ldbl.h): New. 7877 * include/wchar.h: Modified. 9721 * include/wchar.h: Modified. 12288 * wcsmbs/bits/wchar-ldbl.h: Modified. 12307 * wcsmbs/wchar.h: Modified. 12308 [__LDBL_COMPAT](bits/wchar-ldbl.h): Remove. [all …]
|
D | ChangeLog.12 | 2778 * wcsmbs/wchar.h (mbrlen): Likewise. 3482 * wcsmbs/wchar.h (fgetwc, getwc, getwchar, fputwc, putwc, putwchar, 5179 * include/wchar.h: Add prototype for __wcscat. 6679 * posix/bug-regex1.c: Include <wchar.h> for fwide. 6714 * wcsmbs/wchar.h: Move __wcslen from here to... 6715 * include/wchar.h: ...here. 7031 * conform/data/wchar.h-data: Add missing functions. 7362 * wcsmbs/wchar.h: Get FILE definition for XPG5.
|
D | ChangeLog.7 | 299 * wcsmbs/wchar.h: Define WCHAR_{MIN,MAX} if not already defined. 595 * wcsmbs/wchar.h: Fix documentation bugs. Declare wcsdup only 1642 * wcsmbs/wchar.h: Likewise. 6966 * wchar.h: Likewise. 9134 * wcsmbs/wchar.h: Add prototypes for new functions. 12889 * wcsmbs/wchar.h: Likewise. 12907 * wcsmbs/wchar.h: Add prototypes for wcscasecmp and wcsncase. 12913 * wcsmbs/wchar.h: Add prototypes for wcstoll and wcstoull. 12935 * wcsmbs/wchar.h (wcstoq): Use __internal_wcstoll in inline version. 13489 * wcsmbs/wchar.h [__USE_GNU]: Declare wcscoll_l and wcsxfrm_l.
|
/glibc-2.36/benchtests/strcoll-inputs/ |
D | filelist#C | 90 wchar.h 93 tst-wchar-h.c 169 wchar-ldbl.h 9838 wchar.h-data 13158 wchar.h 14188 wchar-lookup.h 14431 wchar.h
|
D | filelist#en_US.UTF-8 | 90 wchar.h 93 tst-wchar-h.c 169 wchar-ldbl.h 9838 wchar.h-data 13158 wchar.h 14188 wchar-lookup.h 14431 wchar.h
|
/glibc-2.36/posix/ |
D | tst-regex.input | 110 * wcsmbs/wchar.h: Likewise. 134 * include/wchar.h: Likewise. 1495 * wcsmbs/wchar.h: For XPG4 include wctype.h. 3261 * posix/regex.c: Include <wchar.h> before <wctype.h>, to work around 5848 * wcsmbs/wchar.h: Declare __btowc and __mbsinit. 6000 * wcsmbs/wchar.h: Add prototype for __wcslen, wcsnlen. Remove 10676 * wcsmbs/wchar.h: Get definition of FILE. Define `struct tm' tag. 12092 * wcsmbs/wchar.h: Add prototypes for wmemrtowcs and wmemrtombs.
|