headers/cpp/ropeimpl.h
1534
_Rope_iterator<wchar_t,__STL_DEFAULT_ALLOCATOR(char)> __first,
headers/cpp/ropeimpl.h
1535
_Rope_iterator<wchar_t,__STL_DEFAULT_ALLOCATOR(char)> __middle,
headers/cpp/ropeimpl.h
1536
_Rope_iterator<wchar_t,__STL_DEFAULT_ALLOCATOR(char)> __last) {
headers/cpp/ropeimpl.h
824
inline bool _Rope_insert_char_consumer<wchar_t>::operator()
headers/cpp/ropeimpl.h
825
(const wchar_t* __leaf, size_t __n)
headers/cpp/ropeimpl.h
902
inline bool _Rope_is_simple(wchar_t*) { return true; }
headers/cpp/std/straits.h
136
struct string_char_traits <wchar_t> {
headers/cpp/std/straits.h
137
typedef wchar_t char_type;
headers/cpp/stl_algobase.h
207
inline wchar_t* copy(const wchar_t* __first, const wchar_t* __last,
headers/cpp/stl_algobase.h
208
wchar_t* __result) {
headers/cpp/stl_algobase.h
209
memmove(__result, __first, sizeof(wchar_t) * (__last - __first));
headers/cpp/stl_construct.h
82
inline void destroy(wchar_t*, wchar_t*) {}
headers/cpp/stl_rope.h
2479
typedef rope<wchar_t> wrope;
headers/cpp/stl_rope.h
59
inline bool _S_is_basic_char_type(wchar_t*) { return true; }
headers/cpp/stl_rope.h
67
inline void _S_cond_store_eos(wchar_t& __c) { __c = 0; }
headers/cpp/stl_uninitialized.h
89
inline wchar_t*
headers/cpp/stl_uninitialized.h
90
uninitialized_copy(const wchar_t* __first, const wchar_t* __last,
headers/cpp/stl_uninitialized.h
91
wchar_t* __result)
headers/cpp/stl_uninitialized.h
93
memmove(__result, __first, sizeof(wchar_t) * (__last - __first));
headers/cpp/streambuf.h
58
#define _IO_wchar_t wchar_t
headers/cpp/type_traits.h
132
__STL_TEMPLATE_NULL struct __type_traits<wchar_t> {
headers/cpp/type_traits.h
327
__STL_TEMPLATE_NULL struct _Is_integer<wchar_t> {
headers/glibc/printf.h
37
wchar_t spec; /* Format letter. */
headers/glibc/printf.h
50
wchar_t pad; /* Padding character. */
headers/libs/iconv/iconv.h
122
void (*write_replacement) (const wchar_t *buf, size_t buflen,
headers/libs/iconv/iconv.h
131
(wchar_t code,
headers/libs/iconv/iconv.h
87
typedef void (*iconv_wide_char_hook) (wchar_t wc, void* data);
headers/posix/stdlib.h
154
extern int mbtowc(wchar_t *pwc, const char *string, size_t maxSize);
headers/posix/stdlib.h
155
extern int wctomb(char *string, wchar_t wchar);
headers/posix/stdlib.h
156
extern size_t mbstowcs(wchar_t *pwcs, const char *string, size_t maxSize);
headers/posix/stdlib.h
157
extern size_t wcstombs(char *string, const wchar_t *pwcs, size_t maxSize);
headers/posix/uchar.h
32
wchar_t tmp = (wchar_t)wc;
headers/posix/uchar.h
40
return mbrtowc((wchar_t*)dest, src, srcLength, mbState);
headers/posix/uchar.h
47
return wcrtomb(dest, (wchar_t)wc, mbState);
headers/posix/wchar.h
101
extern wchar_t *wcschrnul(const wchar_t *wcs, wchar_t wc);
headers/posix/wchar.h
103
extern int wcscmp(const wchar_t *wcs1, const wchar_t *wcs2);
headers/posix/wchar.h
104
extern int wcscoll(const wchar_t *wcs1, const wchar_t *wcs2);
headers/posix/wchar.h
105
extern int wcscoll_l(const wchar_t *wcs1, const wchar_t *wcs2, locale_t locale);
headers/posix/wchar.h
106
extern wchar_t *wcscpy(wchar_t *dest, const wchar_t *src);
headers/posix/wchar.h
107
extern size_t wcscspn(const wchar_t *wcs, const wchar_t *reject);
headers/posix/wchar.h
108
extern wchar_t *wcsdup(const wchar_t *wcs);
headers/posix/wchar.h
109
extern size_t wcsftime(wchar_t *dest, size_t destLength,
headers/posix/wchar.h
110
const wchar_t *format, const struct tm *timeptr);
headers/posix/wchar.h
111
extern size_t wcslcat(wchar_t *dest, const wchar_t *src, size_t maxLength);
headers/posix/wchar.h
112
extern size_t wcslcpy(wchar_t *dest, const wchar_t *src, size_t maxLength);
headers/posix/wchar.h
113
extern size_t wcslen(const wchar_t *wcs);
headers/posix/wchar.h
114
extern int wcsncasecmp(const wchar_t *wcs1, const wchar_t *wcs2,
headers/posix/wchar.h
116
extern int wcsncasecmp_l(const wchar_t *wcs1, const wchar_t *wcs2,
headers/posix/wchar.h
118
extern wchar_t *wcsncat(wchar_t *dest, const wchar_t *src, size_t srcLength);
headers/posix/wchar.h
119
extern int wcsncmp(const wchar_t *wcs1, const wchar_t *wcs2,
headers/posix/wchar.h
121
extern wchar_t *wcsncpy(wchar_t *dest, const wchar_t *src, size_t srcLength);
headers/posix/wchar.h
122
extern size_t wcsnlen(const wchar_t *wcs, size_t maxLength);
headers/posix/wchar.h
123
extern size_t wcsnrtombs(char *dest, const wchar_t **src, size_t srcLength,
headers/posix/wchar.h
125
extern wchar_t *wcspbrk(const wchar_t *wcs, const wchar_t *accept);
headers/posix/wchar.h
126
extern wchar_t *wcsrchr(const wchar_t *wcs, wchar_t wc);
headers/posix/wchar.h
127
extern size_t wcsrtombs(char *dest, const wchar_t **src, size_t destLength,
headers/posix/wchar.h
129
extern size_t wcsspn(const wchar_t *wcs, const wchar_t *accept);
headers/posix/wchar.h
130
extern wchar_t *wcsstr(const wchar_t *haystack, const wchar_t *needle);
headers/posix/wchar.h
131
extern double wcstod(const wchar_t *wcs, wchar_t **endPtr);
headers/posix/wchar.h
132
extern float wcstof(const wchar_t *wcs, wchar_t **endPtr);
headers/posix/wchar.h
133
extern wchar_t *wcstok(wchar_t *wcs1, const wchar_t *wcs2, wchar_t **ptr);
headers/posix/wchar.h
134
extern long wcstol(const wchar_t *wcs, wchar_t **endPtr, int base);
headers/posix/wchar.h
135
extern long double wcstold(const wchar_t *wcs, wchar_t **endPtr);
headers/posix/wchar.h
136
extern long long wcstoll(const wchar_t *wcs, wchar_t **endPtr, int base);
headers/posix/wchar.h
137
extern unsigned long wcstoul(const wchar_t *wcs, wchar_t **endPtr,
headers/posix/wchar.h
139
extern unsigned long long wcstoull(const wchar_t *wcs, wchar_t **endPtr,
headers/posix/wchar.h
141
extern wchar_t *wcswcs(const wchar_t *haystack, const wchar_t *needle);
headers/posix/wchar.h
142
extern int wcswidth(const wchar_t *wcs, size_t length);
headers/posix/wchar.h
143
extern size_t wcsxfrm(wchar_t *dest, const wchar_t *src, size_t destLength);
headers/posix/wchar.h
144
extern size_t wcsxfrm_l(wchar_t *dest, const wchar_t *src, size_t destLength,
headers/posix/wchar.h
147
extern int wcwidth(wchar_t wc);
headers/posix/wchar.h
148
extern wchar_t *wmemchr(const wchar_t *wcs, wchar_t wc, size_t n);
headers/posix/wchar.h
149
extern int wmemcmp(const wchar_t *wcs1, const wchar_t *wcs2, size_t n);
headers/posix/wchar.h
150
extern wchar_t *wmemcpy(wchar_t *dest, const wchar_t *src, size_t n);
headers/posix/wchar.h
151
extern wchar_t *wmemmove(wchar_t *dest, const wchar_t *src, size_t n);
headers/posix/wchar.h
153
extern wchar_t *wmempcpy(wchar_t *dest, const wchar_t *src, size_t n);
headers/posix/wchar.h
155
extern wchar_t *wmemset(wchar_t *dest, wchar_t wc, size_t n);
headers/posix/wchar.h
157
extern int wprintf(const wchar_t *format, ...);
headers/posix/wchar.h
158
extern int wscanf(const wchar_t *format, ...);
headers/posix/wchar.h
57
extern wchar_t *fgetws(wchar_t *dest, int destLength, FILE *stream);
headers/posix/wchar.h
58
extern wint_t fputwc(wchar_t wc, FILE *stream);
headers/posix/wchar.h
59
extern int fputws(const wchar_t *wcs, FILE *stream);
headers/posix/wchar.h
61
extern int fwprintf(FILE *stream, const wchar_t *format, ...);
headers/posix/wchar.h
62
extern int fwscanf(FILE *stream, const wchar_t *format, ...);
headers/posix/wchar.h
67
extern size_t mbrtowc(wchar_t *dest, const char *src, size_t srcLength,
headers/posix/wchar.h
70
extern size_t mbsnrtowcs(wchar_t *dest, const char **src, size_t srcLength,
headers/posix/wchar.h
72
extern size_t mbsrtowcs(wchar_t *dest, const char **src, size_t destLength,
headers/posix/wchar.h
75
extern wint_t putwc(wchar_t wc, FILE *stream);
headers/posix/wchar.h
76
extern wint_t putwchar(wchar_t wc);
headers/posix/wchar.h
78
extern int swprintf(wchar_t *dest, size_t destLength,
headers/posix/wchar.h
79
const wchar_t *format, ...);
headers/posix/wchar.h
80
extern int swscanf(const wchar_t *wcs, const wchar_t *format, ...);
headers/posix/wchar.h
84
extern int vfwprintf(FILE *stream, const wchar_t *format, va_list arg);
headers/posix/wchar.h
85
extern int vfwscanf(FILE *stream, const wchar_t *format, va_list arg);
headers/posix/wchar.h
86
extern int vswprintf(wchar_t *dest, size_t destLength,
headers/posix/wchar.h
87
const wchar_t *format, va_list arg);
headers/posix/wchar.h
88
extern int vswscanf(const wchar_t *wcs, const wchar_t *format,
headers/posix/wchar.h
90
extern int vwprintf(const wchar_t *format, va_list arg);
headers/posix/wchar.h
91
extern int vwscanf(const wchar_t *format, va_list arg);
headers/posix/wchar.h
93
extern wchar_t *wcpcpy(wchar_t *dest, const wchar_t *src);
headers/posix/wchar.h
94
extern wchar_t *wcpncpy(wchar_t *dest, const wchar_t *src, size_t srcLength);
headers/posix/wchar.h
95
extern size_t wcrtomb(char *dest, wchar_t wc, mbstate_t *mbState);
headers/posix/wchar.h
96
extern int wcscasecmp(const wchar_t *wcs1, const wchar_t *wcs2);
headers/posix/wchar.h
97
extern int wcscasecmp_l(const wchar_t *wcs1, const wchar_t *wcs2, locale_t locale);
headers/posix/wchar.h
98
extern wchar_t *wcscat(wchar_t *dest, const wchar_t *src);
headers/posix/wchar.h
99
extern wchar_t *wcschr(const wchar_t *wcs, wchar_t wc);
headers/private/libroot/locale/ICUCollateData.h
33
status_t Wcscoll(const wchar_t* a, const wchar_t* b,
headers/private/libroot/locale/ICUCollateData.h
35
status_t Wcsxfrm(wchar_t* out, const wchar_t* in,
headers/private/libroot/locale/ICUCtypeData.h
34
status_t MultibyteToWchar(wchar_t* wcOut, const char* mb,
headers/private/libroot/locale/ICUCtypeData.h
37
status_t MultibyteStringToWchar(wchar_t* wcDest,
headers/private/libroot/locale/ICUCtypeData.h
41
status_t WcharToMultibyte(char* mbOut, wchar_t wc,
headers/private/libroot/locale/ICUCtypeData.h
45
const wchar_t** wcSource,
headers/private/libroot/locale/ICULocaleBackend.h
44
virtual status_t MultibyteToWchar(wchar_t* wcOut, const char* mb,
headers/private/libroot/locale/ICULocaleBackend.h
47
virtual status_t MultibyteStringToWchar(wchar_t* wcDest,
headers/private/libroot/locale/ICULocaleBackend.h
51
virtual status_t WcharToMultibyte(char* mbOut, wchar_t wc,
headers/private/libroot/locale/ICULocaleBackend.h
55
const wchar_t** wcSource,
headers/private/libroot/locale/ICULocaleBackend.h
64
virtual status_t Wcscoll(const wchar_t* a, const wchar_t* b,
headers/private/libroot/locale/ICULocaleBackend.h
66
virtual status_t Wcsxfrm(wchar_t* out, const wchar_t* in,
headers/private/libroot/locale/LocaleBackend.h
125
virtual status_t MultibyteToWchar(wchar_t* wcOut, const char* mb,
headers/private/libroot/locale/LocaleBackend.h
128
virtual status_t MultibyteStringToWchar(wchar_t* wcDest,
headers/private/libroot/locale/LocaleBackend.h
132
virtual status_t WcharToMultibyte(char* mbOut, wchar_t wc,
headers/private/libroot/locale/LocaleBackend.h
136
const wchar_t** wcSource,
headers/private/libroot/locale/LocaleBackend.h
146
virtual status_t Wcscoll(const wchar_t* a, const wchar_t* b,
headers/private/libroot/locale/LocaleBackend.h
148
virtual status_t Wcsxfrm(wchar_t* out, const wchar_t* in,
headers/private/libroot/wchar_private.h
22
extern size_t __mbrtowc(wchar_t *dest, const char *src, size_t srcLength,
headers/private/libroot/wchar_private.h
25
extern size_t __mbsnrtowcs(wchar_t *dest, const char **src, size_t srcLength,
headers/private/libroot/wchar_private.h
27
extern size_t __mbsrtowcs(wchar_t *dest, const char **src, size_t destLength,
headers/private/libroot/wchar_private.h
29
extern size_t __mbstowcs(wchar_t *dest, const char *src, size_t destLength);
headers/private/libroot/wchar_private.h
30
extern int __mbtowc(wchar_t *dest, const char *src, size_t destLength);
headers/private/libroot/wchar_private.h
32
extern wchar_t *__wcpcpy(wchar_t *dest, const wchar_t *src);
headers/private/libroot/wchar_private.h
33
extern wchar_t *__wcpncpy(wchar_t *dest, const wchar_t *src, size_t srcLength);
headers/private/libroot/wchar_private.h
34
extern size_t __wcrtomb(char *dest, wchar_t wc, mbstate_t *mbState);
headers/private/libroot/wchar_private.h
35
extern int __wcscasecmp(const wchar_t *wcs1, const wchar_t *wcs2);
headers/private/libroot/wchar_private.h
36
extern int __wcscasecmp_l(const wchar_t *wcs1, const wchar_t *wcs2,
headers/private/libroot/wchar_private.h
38
extern wchar_t *__wcscat(wchar_t *dest, const wchar_t *src);
headers/private/libroot/wchar_private.h
39
extern wchar_t *__wcschr(const wchar_t *wcs, wchar_t wc);
headers/private/libroot/wchar_private.h
40
extern wchar_t *__wcschrnul(const wchar_t *wcs, wchar_t wc);
headers/private/libroot/wchar_private.h
41
extern int __wcscmp(const wchar_t *wcs1, const wchar_t *wcs2);
headers/private/libroot/wchar_private.h
42
extern int __wcscoll(const wchar_t *wcs1, const wchar_t *wcs2);
headers/private/libroot/wchar_private.h
43
extern int __wcscoll_l(const wchar_t *wcs1, const wchar_t *wcs2,
headers/private/libroot/wchar_private.h
45
extern wchar_t *__wcscpy(wchar_t *dest, const wchar_t *src);
headers/private/libroot/wchar_private.h
46
extern size_t __wcscspn(const wchar_t *wcs, const wchar_t *reject);
headers/private/libroot/wchar_private.h
47
extern wchar_t *__wcsdup(const wchar_t *wcs);
headers/private/libroot/wchar_private.h
48
extern size_t __wcsftime(wchar_t *dest, size_t destLength,
headers/private/libroot/wchar_private.h
49
const wchar_t *format, const struct tm *time);
headers/private/libroot/wchar_private.h
50
extern size_t __wcslcat(wchar_t *dest, const wchar_t *src, size_t maxLength);
headers/private/libroot/wchar_private.h
51
extern size_t __wcslcpy(wchar_t *dest, const wchar_t *src, size_t maxLength);
headers/private/libroot/wchar_private.h
52
extern size_t __wcslen(const wchar_t *wcs);
headers/private/libroot/wchar_private.h
53
extern int __wcsncasecmp(const wchar_t *wcs1, const wchar_t *wcs2,
headers/private/libroot/wchar_private.h
55
extern int __wcsncasecmp_l(const wchar_t *wcs1, const wchar_t *wcs2,
headers/private/libroot/wchar_private.h
57
extern wchar_t *__wcsncat(wchar_t *dest, const wchar_t *src, size_t srcLength);
headers/private/libroot/wchar_private.h
58
extern int __wcsncmp(const wchar_t *wcs1, const wchar_t *wcs2,
headers/private/libroot/wchar_private.h
60
extern wchar_t *__wcsncpy(wchar_t *dest, const wchar_t *src, size_t srcLength);
headers/private/libroot/wchar_private.h
61
extern size_t __wcsnlen(const wchar_t *wcs, size_t maxLength);
headers/private/libroot/wchar_private.h
62
extern size_t __wcsnrtombs(char *dest, const wchar_t **src, size_t srcLength,
headers/private/libroot/wchar_private.h
64
extern wchar_t *__wcspbrk(const wchar_t *wcs, const wchar_t *accept);
headers/private/libroot/wchar_private.h
65
extern wchar_t *__wcsrchr(const wchar_t *wcs, wchar_t wc);
headers/private/libroot/wchar_private.h
66
extern size_t __wcsrtombs(char *dest, const wchar_t **src, size_t destLength,
headers/private/libroot/wchar_private.h
68
extern size_t __wcsspn(const wchar_t *wcs, const wchar_t *accept);
headers/private/libroot/wchar_private.h
69
extern wchar_t *__wcsstr(const wchar_t *haystack, const wchar_t *needle);
headers/private/libroot/wchar_private.h
70
extern double __wcstod(const wchar_t *wcs, wchar_t **endPtr);
headers/private/libroot/wchar_private.h
71
extern float __wcstof(const wchar_t *wcs, wchar_t **endPtr);
headers/private/libroot/wchar_private.h
72
extern wchar_t *__wcstok(wchar_t *wcs1, const wchar_t *wcs2, wchar_t **ptr);
headers/private/libroot/wchar_private.h
73
extern long __wcstol(const wchar_t *wcs, wchar_t **endPtr, int base);
headers/private/libroot/wchar_private.h
74
extern long double __wcstold(const wchar_t *wcs, wchar_t **endPtr);
headers/private/libroot/wchar_private.h
75
extern long long __wcstoll(const wchar_t *wcs, wchar_t **endPtr, int base);
headers/private/libroot/wchar_private.h
76
extern unsigned long __wcstoul(const wchar_t *wcs, wchar_t **endPtr,
headers/private/libroot/wchar_private.h
78
extern unsigned long long __wcstoull(const wchar_t *wcs, wchar_t **endPtr,
headers/private/libroot/wchar_private.h
80
extern size_t __wcstombs(char *string, const wchar_t *wcs, size_t maxSize);
headers/private/libroot/wchar_private.h
81
extern int __wctomb(char *string, wchar_t wc);
headers/private/libroot/wchar_private.h
82
extern wchar_t *__wcswcs(const wchar_t *haystack, const wchar_t *needle);
headers/private/libroot/wchar_private.h
83
extern int __wcswidth(const wchar_t *wcs, size_t length);
headers/private/libroot/wchar_private.h
84
extern size_t __wcsxfrm(wchar_t *dest, const wchar_t *src, size_t destLength);
headers/private/libroot/wchar_private.h
85
extern size_t __wcsxfrm_l(wchar_t *dest, const wchar_t *src, size_t destLength,
headers/private/libroot/wchar_private.h
88
extern int __wcwidth(wchar_t wc);
headers/private/libroot/wchar_private.h
89
extern wchar_t *__wmemchr(const wchar_t *wcs, wchar_t wc, size_t n);
headers/private/libroot/wchar_private.h
90
extern int __wmemcmp(const wchar_t *wcs1, const wchar_t *wcs2, size_t n);
headers/private/libroot/wchar_private.h
91
extern wchar_t *__wmemcpy(wchar_t *dest, const wchar_t *src, size_t n);
headers/private/libroot/wchar_private.h
92
extern wchar_t *__wmempcpy(wchar_t *dest, const wchar_t *src, size_t n);
headers/private/libroot/wchar_private.h
93
extern wchar_t *__wmemmove(wchar_t *dest, const wchar_t *src, size_t n);
headers/private/libroot/wchar_private.h
94
extern wchar_t *__wmemset(wchar_t *dest, wchar_t wc, size_t n);
src/add-ons/index_server/fulltext/CLuceneDataBase.h
41
bool _RemoveDocument(wchar_t* doc,
src/add-ons/kernel/file_systems/ntfs/libntfs/unistr.c
1036
wchar_t wc;
src/add-ons/kernel/file_systems/ntfs/libntfs/unistr.c
912
wchar_t wc;
src/add-ons/kernel/file_systems/ntfs/libntfs/unistr.c
963
wc = (wchar_t)le16_to_cpu(ins[i]);
src/add-ons/media/plugins/ape_reader/MAClib/All.h
74
typedef wchar_t str_utf16;
src/apps/serialconnect/libvterm/src/unicode.c
132
static int bisearch(wchar_t ucs, const struct interval *table, int max) {
src/apps/serialconnect/libvterm/src/unicode.c
185
static int mk_wcwidth(wchar_t ucs)
src/apps/serialconnect/libvterm/src/unicode.c
218
static int mk_wcswidth(const wchar_t *pwcs, size_t n)
src/apps/serialconnect/libvterm/src/unicode.c
241
static int mk_wcwidth_cjk(wchar_t ucs)
src/apps/serialconnect/libvterm/src/unicode.c
308
static int mk_wcswidth_cjk(const wchar_t *pwcs, size_t n)
src/libs/bsd/vis.c
133
static const wchar_t char_shell[] = L"'`\";&<>()|{}]\\$!^~";
src/libs/bsd/vis.c
134
static const wchar_t char_glob[] = L"*?[#";
src/libs/bsd/vis.c
163
static wchar_t *
src/libs/bsd/vis.c
164
do_hvis(wchar_t *dst, wint_t c, int flags, wint_t nextc, const wchar_t *extra)
src/libs/bsd/vis.c
186
static wchar_t *
src/libs/bsd/vis.c
187
do_mvis(wchar_t *dst, wint_t c, int flags, wint_t nextc, const wchar_t *extra)
src/libs/bsd/vis.c
207
static wchar_t *
src/libs/bsd/vis.c
208
do_mbyte(wchar_t *dst, wint_t c, int flags, wint_t nextc, int iswextra)
src/libs/bsd/vis.c
304
static wchar_t *
src/libs/bsd/vis.c
305
do_svis(wchar_t *dst, wint_t c, int flags, wint_t nextc, const wchar_t *extra)
src/libs/bsd/vis.c
332
typedef wchar_t *(*visfun_t)(wchar_t *, wint_t, int, wint_t, const wchar_t *);
src/libs/bsd/vis.c
350
static wchar_t *
src/libs/bsd/vis.c
353
wchar_t *dst, *d;
src/libs/bsd/vis.c
355
const wchar_t *s;
src/libs/bsd/vis.c
366
dst[i] = (wchar_t)(u_char)src[i];
src/libs/bsd/vis.c
398
wchar_t *dst, *src, *pdst, *psrc, *start, *extra;
src/libs/bsd/vis.c
96
static wchar_t *do_svis(wchar_t *, wint_t, int, wint_t, const wchar_t *);
src/libs/iconv/iconv.c
281
if (sizeof(wchar_t) == 4) {
src/libs/iconv/iconv.c
285
if (sizeof(wchar_t) == 2) {
src/libs/iconv/iconv.c
289
if (sizeof(wchar_t) == 1) {
src/libs/iconv/iconv.c
357
if (sizeof(wchar_t) == 4) {
src/libs/iconv/iconv.c
361
if (sizeof(wchar_t) == 2) {
src/libs/iconv/iconv.c
365
if (sizeof(wchar_t) == 1) {
src/libs/iconv/iconv.c
697
if (sizeof(wchar_t) == 4) {
src/libs/iconv/iconv.c
701
if (sizeof(wchar_t) == 2) {
src/libs/iconv/iconv.c
705
if (sizeof(wchar_t) == 1) {
src/libs/iconv/loop_wchar.h
140
while (*inbytesleft >= sizeof(wchar_t)) {
src/libs/iconv/loop_wchar.h
141
const wchar_t * inptr = (const wchar_t *) *inbuf;
src/libs/iconv/loop_wchar.h
146
while (inleft >= sizeof(wchar_t)) {
src/libs/iconv/loop_wchar.h
159
const wchar_t * fallback_inptr;
src/libs/iconv/loop_wchar.h
166
for (fallback_inptr = (const wchar_t *) *inbuf;
src/libs/iconv/loop_wchar.h
179
*inbytesleft = inleft - sizeof(wchar_t);
src/libs/iconv/loop_wchar.h
192
inleft -= sizeof(wchar_t);
src/libs/iconv/loop_wchar.h
247
size_t bufcount = wcrtomb(buf,(wchar_t)0,&state);
src/libs/iconv/loop_wchar.h
296
static void mb_to_wc_write_replacement (const wchar_t *buf, size_t buflen,
src/libs/iconv/loop_wchar.h
304
if (plocals->l_outbytesleft < sizeof(wchar_t)*buflen)
src/libs/iconv/loop_wchar.h
308
*(wchar_t*) plocals->l_outbuf = *buf;
src/libs/iconv/loop_wchar.h
309
plocals->l_outbuf += sizeof(wchar_t);
src/libs/iconv/loop_wchar.h
310
plocals->l_outbytesleft -= sizeof(wchar_t);
src/libs/iconv/loop_wchar.h
348
wchar_t wc;
src/libs/iconv/loop_wchar.h
389
if (*outbytesleft < sizeof(wchar_t)) {
src/libs/iconv/loop_wchar.h
393
*(wchar_t*) *outbuf = wc;
src/libs/iconv/loop_wchar.h
399
*outbuf += sizeof(wchar_t);
src/libs/iconv/loop_wchar.h
400
*outbytesleft -= sizeof(wchar_t);
src/libs/iconv/loop_wchar.h
434
const wchar_t* inptr = (const wchar_t*) *inbuf;
src/libs/iconv/loop_wchar.h
435
size_t inleft = *inbytesleft / sizeof(wchar_t);
src/libs/iconv/loop_wchar.h
436
wchar_t* outptr = (wchar_t*) *outbuf;
src/libs/iconv/loop_wchar.h
437
size_t outleft = *outbytesleft / sizeof(wchar_t);
src/libs/iconv/loop_wchar.h
440
*inbytesleft -= count * sizeof(wchar_t);
src/libs/iconv/loop_wchar.h
441
*outbytesleft -= count * sizeof(wchar_t);
src/libs/iconv/loop_wchar.h
443
wchar_t wc = *inptr++;
src/system/libroot/posix/glibc/iconv/gconv.h
34
#define __UNKNOWN_10646_CHAR ((wchar_t) 0xfffd)
src/system/libroot/posix/glibc/iconv/gconv_simple.c
125
= __mbrtowc((wchar_t*)outptr, (const char*)inptr, inLen, state); \
src/system/libroot/posix/glibc/iconv/gconv_simple.c
133
outptr += sizeof(wchar_t); \
src/system/libroot/posix/glibc/iconv/gconv_simple.c
138
outptr += sizeof(wchar_t); \
src/system/libroot/posix/glibc/iconv/gconv_simple.c
167
size_t result = __wcrtomb((char*)outptr, *(wchar_t*)inptr, state); \
src/system/libroot/posix/glibc/iconv/gconv_simple.c
170
STANDARD_TO_LOOP_ERR_HANDLER(sizeof(wchar_t)); \
src/system/libroot/posix/glibc/iconv/gconv_simple.c
173
inptr += sizeof(wchar_t); \
src/system/libroot/posix/glibc/iconv/gconv_simple.c
178
inptr += sizeof(wchar_t); \
src/system/libroot/posix/glibc/include/arch/x86/printf_fphex.h
41
wnumbuf + sizeof (wnumbuf) / sizeof (wchar_t),\
src/system/libroot/posix/glibc/include/arch/x86/printf_fphex.h
48
wnumbuf + sizeof (wnumbuf) / sizeof (wchar_t), \
src/system/libroot/posix/glibc/include/wchar.h
10
extern int __wcsncasecmp (__const wchar_t *__s1, __const wchar_t *__s2,
src/system/libroot/posix/glibc/include/wchar.h
13
extern int __wcscoll (__const wchar_t *__s1, __const wchar_t *__s2);
src/system/libroot/posix/glibc/include/wchar.h
14
extern size_t __wcslen (__const wchar_t *__s) __attribute_pure__;
src/system/libroot/posix/glibc/include/wchar.h
15
extern size_t __wcsnlen (__const wchar_t *__s, size_t __maxlen)
src/system/libroot/posix/glibc/include/wchar.h
17
extern wchar_t *__wcscat (wchar_t *dest, const wchar_t *src);
src/system/libroot/posix/glibc/include/wchar.h
20
extern size_t __mbrtowc (wchar_t *__restrict __pwc,
src/system/libroot/posix/glibc/include/wchar.h
23
extern size_t __wcrtomb (char *__restrict __s, wchar_t __wc,
src/system/libroot/posix/glibc/include/wchar.h
25
extern size_t __mbsrtowcs (wchar_t *__restrict __dst,
src/system/libroot/posix/glibc/include/wchar.h
29
__const wchar_t **__restrict __src,
src/system/libroot/posix/glibc/include/wchar.h
31
extern size_t __mbsnrtowcs (wchar_t *__restrict __dst,
src/system/libroot/posix/glibc/include/wchar.h
35
__const wchar_t **__restrict __src,
src/system/libroot/posix/glibc/include/wchar.h
38
extern wchar_t *__wcpcpy (wchar_t *__dest, __const wchar_t *__src);
src/system/libroot/posix/glibc/include/wchar.h
39
extern wchar_t *__wcpncpy (wchar_t *__dest, __const wchar_t *__src,
src/system/libroot/posix/glibc/include/wchar.h
41
extern wchar_t *__wmemcpy (wchar_t *__s1, __const wchar_t *s2,
src/system/libroot/posix/glibc/include/wchar.h
43
extern wchar_t *__wmempcpy (wchar_t *__restrict __s1,
src/system/libroot/posix/glibc/include/wchar.h
44
__const wchar_t *__restrict __s2,
src/system/libroot/posix/glibc/include/wchar.h
46
extern wchar_t *__wmemmove (wchar_t *__s1, __const wchar_t *__s2,
src/system/libroot/posix/glibc/include/wchar.h
48
extern wchar_t *__wcschrnul (__const wchar_t *__s, wchar_t __wc)
src/system/libroot/posix/glibc/include/wchar.h
52
__const wchar_t *__restrict __format,
src/system/libroot/posix/glibc/include/wchar.h
55
extern int __vswprintf (wchar_t *__restrict __s, size_t __n,
src/system/libroot/posix/glibc/include/wchar.h
56
__const wchar_t *__restrict __format,
src/system/libroot/posix/glibc/include/wchar.h
60
__const wchar_t *__restrict __format, ...)
src/system/libroot/posix/glibc/include/wchar.h
63
__const wchar_t *__restrict __format,
src/system/libroot/posix/glibc/include/wchar.h
8
extern int __wcscasecmp (__const wchar_t *__s1, __const wchar_t *__s2)
src/system/libroot/posix/glibc/libio/fputwc.c
32
wchar_t wc;
src/system/libroot/posix/glibc/libio/fputwc_u.c
34
wchar_t wc;
src/system/libroot/posix/glibc/libio/fwprintf.c
27
__fwprintf (FILE *stream, const wchar_t *format, ...)
src/system/libroot/posix/glibc/libio/fwscanf.c
26
__fwscanf (FILE *stream, const wchar_t *format, ...)
src/system/libroot/posix/glibc/libio/iofgetws.c
30
wchar_t *
src/system/libroot/posix/glibc/libio/iofgetws.c
32
wchar_t *buf;
src/system/libroot/posix/glibc/libio/iofgetws.c
37
wchar_t *result;
src/system/libroot/posix/glibc/libio/iofgetws_u.c
30
wchar_t *
src/system/libroot/posix/glibc/libio/iofgetws_u.c
32
wchar_t *buf;
src/system/libroot/posix/glibc/libio/iofgetws_u.c
37
wchar_t *result;
src/system/libroot/posix/glibc/libio/iofputws.c
32
const wchar_t *str;
src/system/libroot/posix/glibc/libio/iofputws_u.c
33
const wchar_t *str;
src/system/libroot/posix/glibc/libio/iofwide.c
214
const wchar_t *from_start, const wchar_t *from_end,
src/system/libroot/posix/glibc/libio/iofwide.c
215
const wchar_t **from_stop, char *to_start, char *to_end,
src/system/libroot/posix/glibc/libio/iofwide.c
242
*from_stop = (wchar_t *) from_start_copy;
src/system/libroot/posix/glibc/libio/iofwide.c
359
wchar_t *to_start, wchar_t *to_end, wchar_t **to_stop)
src/system/libroot/posix/glibc/libio/iofwide.c
386
*to_stop = (wchar_t *) codecvt->__cd_in.__cd.__data[0].__outbuf;
src/system/libroot/posix/glibc/libio/iofwide.c
469
wchar_t to_buf[max];
src/system/libroot/posix/glibc/libio/iofwide.c
49
const wchar_t *from_start,
src/system/libroot/posix/glibc/libio/iofwide.c
494
wchar_t to_buf[max];
src/system/libroot/posix/glibc/libio/iofwide.c
50
const wchar_t *from_end,
src/system/libroot/posix/glibc/libio/iofwide.c
51
const wchar_t **from_stop, char *to_start,
src/system/libroot/posix/glibc/libio/iofwide.c
60
const char **from_stop, wchar_t *to_start,
src/system/libroot/posix/glibc/libio/iofwide.c
61
wchar_t *to_end, wchar_t **to_stop);
src/system/libroot/posix/glibc/libio/iogetwline.c
38
wchar_t *buf;
src/system/libroot/posix/glibc/libio/iogetwline.c
57
wchar_t *buf;
src/system/libroot/posix/glibc/libio/iogetwline.c
63
wchar_t *ptr = buf;
src/system/libroot/posix/glibc/libio/iogetwline.c
96
wchar_t *t;
src/system/libroot/posix/glibc/libio/iolibio.h
54
extern int _IO_vswprintf (wchar_t*, _IO_size_t, const wchar_t*, _IO_va_list)
src/system/libroot/posix/glibc/libio/iovswscanf.c
32
__vswscanf (const wchar_t *string, const wchar_t *format, _IO_va_list args)
src/system/libroot/posix/glibc/libio/iovswscanf.c
42
_IO_wstr_init_static (&sf._sbf._f, (wchar_t *)string, 0, NULL);
src/system/libroot/posix/glibc/libio/iowpadn.c
30
static wchar_t const blanks[PADSIZE] =
src/system/libroot/posix/glibc/libio/iowpadn.c
35
static wchar_t const zeroes[PADSIZE] =
src/system/libroot/posix/glibc/libio/iowpadn.c
47
wchar_t padbuf[PADSIZE];
src/system/libroot/posix/glibc/libio/iowpadn.c
48
const wchar_t *padptr;
src/system/libroot/posix/glibc/libio/libio.h
198
const wchar_t *,
src/system/libroot/posix/glibc/libio/libio.h
199
const wchar_t *,
src/system/libroot/posix/glibc/libio/libio.h
200
const wchar_t **, char *,
src/system/libroot/posix/glibc/libio/libio.h
208
const char **, wchar_t *,
src/system/libroot/posix/glibc/libio/libio.h
209
wchar_t *, wchar_t **);
src/system/libroot/posix/glibc/libio/libio.h
223
wchar_t *_IO_read_ptr; /* Current read pointer */
src/system/libroot/posix/glibc/libio/libio.h
224
wchar_t *_IO_read_end; /* End of get area. */
src/system/libroot/posix/glibc/libio/libio.h
225
wchar_t *_IO_read_base; /* Start of putback+get area. */
src/system/libroot/posix/glibc/libio/libio.h
226
wchar_t *_IO_write_base; /* Start of put area. */
src/system/libroot/posix/glibc/libio/libio.h
227
wchar_t *_IO_write_ptr; /* Current put pointer. */
src/system/libroot/posix/glibc/libio/libio.h
228
wchar_t *_IO_write_end; /* End of put area. */
src/system/libroot/posix/glibc/libio/libio.h
229
wchar_t *_IO_buf_base; /* Start of reserve area. */
src/system/libroot/posix/glibc/libio/libio.h
230
wchar_t *_IO_buf_end; /* End of reserve area. */
src/system/libroot/posix/glibc/libio/libio.h
232
wchar_t *_IO_save_base; /* Pointer to start of non-current get area. */
src/system/libroot/posix/glibc/libio/libio.h
233
wchar_t *_IO_backup_base; /* Pointer to first valid character of
src/system/libroot/posix/glibc/libio/libio.h
235
wchar_t *_IO_save_end; /* Pointer to end of non-current get area. */
src/system/libroot/posix/glibc/libio/libio.h
241
wchar_t _shortbuf[1];
src/system/libroot/posix/glibc/libio/libio.h
479
extern _IO_wint_t _IO_putwc (wchar_t __wc, _IO_FILE *__fp);
src/system/libroot/posix/glibc/libio/libio.h
514
extern int _IO_vfwscanf (_IO_FILE * __restrict, const wchar_t * __restrict,
src/system/libroot/posix/glibc/libio/libio.h
516
extern int _IO_vfwprintf (_IO_FILE *__restrict, const wchar_t *__restrict,
src/system/libroot/posix/glibc/libio/libioP.h
400
_IO_ssize_t _IO_least_wmarker (_IO_FILE *, wchar_t *) __THROW;
src/system/libroot/posix/glibc/libio/libioP.h
408
extern void _IO_wsetb (_IO_FILE *, wchar_t *, wchar_t *, int) __THROW;
src/system/libroot/posix/glibc/libio/libioP.h
416
extern unsigned _IO_adjust_wcolumn (unsigned, const wchar_t *, int) __THROW;
src/system/libroot/posix/glibc/libio/libioP.h
506
extern int _IO_wdo_write (_IO_FILE *, const wchar_t *, _IO_size_t);
src/system/libroot/posix/glibc/libio/libioP.h
643
extern _IO_FILE* _IO_wfile_setbuf (_IO_FILE *, wchar_t *, _IO_ssize_t);
src/system/libroot/posix/glibc/libio/libioP.h
683
extern void _IO_wstr_init_static (_IO_FILE *, wchar_t *, _IO_size_t, wchar_t *)
src/system/libroot/posix/glibc/libio/libioP.h
706
extern _IO_size_t _IO_getwline (_IO_FILE *,wchar_t *, _IO_size_t, wint_t, int);
src/system/libroot/posix/glibc/libio/libioP.h
707
extern _IO_size_t _IO_getwline_info (_IO_FILE *,wchar_t *, _IO_size_t,
src/system/libroot/posix/glibc/libio/libioP.h
779
(_B) = (wchar_t *) mmap (0, ROUND_TO_PAGE (_S), \
src/system/libroot/posix/glibc/libio/libioP.h
782
if ((_B) == (wchar_t *) MAP_FAILED) \
src/system/libroot/posix/glibc/libio/libioP.h
798
(_B) = (wchar_t *)malloc(_S); \
src/system/libroot/posix/glibc/libio/putwc.c
23
wchar_t wc;
src/system/libroot/posix/glibc/libio/putwc_u.c
23
wchar_t wc;
src/system/libroot/posix/glibc/libio/putwchar.c
23
wchar_t wc;
src/system/libroot/posix/glibc/libio/putwchar_u.c
23
wchar_t wc;
src/system/libroot/posix/glibc/libio/strfile.h
82
wchar_t overflow_buf[64];
src/system/libroot/posix/glibc/libio/swprintf.c
25
__swprintf (wchar_t *s, size_t n, const wchar_t *format, ...)
src/system/libroot/posix/glibc/libio/swscanf.c
25
__swscanf (const wchar_t *s, const wchar_t *format, ...)
src/system/libroot/posix/glibc/libio/vswprintf.c
49
/ sizeof (wchar_t)), 0);
src/system/libroot/posix/glibc/libio/vswprintf.c
56
/ sizeof (wchar_t)));
src/system/libroot/posix/glibc/libio/vswprintf.c
95
wchar_t *string;
src/system/libroot/posix/glibc/libio/vswprintf.c
97
const wchar_t *format;
src/system/libroot/posix/glibc/libio/vwprintf.c
26
__vwprintf (const wchar_t *format, __gnuc_va_list arg)
src/system/libroot/posix/glibc/libio/vwscanf.c
31
__vwscanf (const wchar_t *format, _IO_va_list args)
src/system/libroot/posix/glibc/libio/wfiledoalloc.c
85
wchar_t *p;
src/system/libroot/posix/glibc/libio/wfiledoalloc.c
97
size = (size + sizeof (wchar_t) - 1) / sizeof (wchar_t);
src/system/libroot/posix/glibc/libio/wfiledoalloc.c
98
ALLOC_WBUF (p, size * sizeof (wchar_t), EOF);
src/system/libroot/posix/glibc/libio/wfileops.c
1029
wchar_t *p = f->_wide_data->_IO_write_ptr;
src/system/libroot/posix/glibc/libio/wfileops.c
619
const wchar_t *wide_read_base;
src/system/libroot/posix/glibc/libio/wfileops.c
620
const wchar_t *wide_read_ptr;
src/system/libroot/posix/glibc/libio/wfileops.c
621
const wchar_t *wide_read_end;
src/system/libroot/posix/glibc/libio/wfileops.c
63
const wchar_t *data;
src/system/libroot/posix/glibc/libio/wfileops.c
701
size_t outsize = delta * sizeof (wchar_t);
src/system/libroot/posix/glibc/libio/wfileops.c
704
const wchar_t *in = fp->_wide_data->_IO_write_base;
src/system/libroot/posix/glibc/libio/wfileops.c
81
const wchar_t *new_data;
src/system/libroot/posix/glibc/libio/wfileops.c
981
const wchar_t *s = (const wchar_t *) data;
src/system/libroot/posix/glibc/libio/wfileops.c
999
const wchar_t *p;
src/system/libroot/posix/glibc/libio/wgenops.c
109
wchar_t *b;
src/system/libroot/posix/glibc/libio/wgenops.c
110
wchar_t *eb;
src/system/libroot/posix/glibc/libio/wgenops.c
114
FREE_BUF (f->_wide_data->_IO_buf_base, _IO_wblen (f) * sizeof (wchar_t));
src/system/libroot/posix/glibc/libio/wgenops.c
152
wchar_t *bbuf = (wchar_t *) malloc (backup_size
src/system/libroot/posix/glibc/libio/wgenops.c
153
* sizeof (wchar_t));
src/system/libroot/posix/glibc/libio/wgenops.c
170
wchar_t *new_buf;
src/system/libroot/posix/glibc/libio/wgenops.c
172
new_buf = (wchar_t *) malloc (new_size * sizeof (wchar_t));
src/system/libroot/posix/glibc/libio/wgenops.c
199
_IO_wblen (fp) * sizeof (wchar_t));
src/system/libroot/posix/glibc/libio/wgenops.c
316
const wchar_t *s = (const wchar_t *) data;
src/system/libroot/posix/glibc/libio/wgenops.c
344
wchar_t *p = f->_wide_data->_IO_write_ptr;
src/system/libroot/posix/glibc/libio/wgenops.c
368
wchar_t *s = (wchar_t*) data;
src/system/libroot/posix/glibc/libio/wgenops.c
392
wchar_t *p = fp->_wide_data->_IO_read_ptr;
src/system/libroot/posix/glibc/libio/wgenops.c
42
static int save_for_wbackup (_IO_FILE *fp, wchar_t *end_p) __THROW
src/system/libroot/posix/glibc/libio/wgenops.c
427
wchar_t *buf;
src/system/libroot/posix/glibc/libio/wgenops.c
501
wchar_t *end_p;
src/system/libroot/posix/glibc/libio/wgenops.c
516
wchar_t *new_buffer;
src/system/libroot/posix/glibc/libio/wgenops.c
518
new_buffer = (wchar_t *) malloc ((avail + needed_size)
src/system/libroot/posix/glibc/libio/wgenops.c
519
* sizeof (wchar_t));
src/system/libroot/posix/glibc/libio/wgenops.c
53
wchar_t *end_p;
src/system/libroot/posix/glibc/libio/wgenops.c
533
-least_mark * sizeof (wchar_t));
src/system/libroot/posix/glibc/libio/wgenops.c
536
(end_p - fp->_wide_data->_IO_read_base) * sizeof (wchar_t));
src/system/libroot/posix/glibc/libio/wgenops.c
548
needed_size * sizeof (wchar_t));
src/system/libroot/posix/glibc/libio/wgenops.c
570
-least_mark * sizeof (wchar_t));
src/system/libroot/posix/glibc/libio/wgenops.c
573
(end_p - fp->_wide_data->_IO_read_base) * sizeof (wchar_t));
src/system/libroot/posix/glibc/libio/wgenops.c
584
needed_size * sizeof (wchar_t));
src/system/libroot/posix/glibc/libio/wgenops.c
603
&& (wchar_t)fp->_wide_data->_IO_read_ptr[-1] == (wchar_t) c)
src/system/libroot/posix/glibc/libio/wgenops.c
642
const wchar_t *line;
src/system/libroot/posix/glibc/libio/wgenops.c
645
const wchar_t *ptr = line + count;
src/system/libroot/posix/glibc/libio/wgenops.c
69
wchar_t *tmp;
src/system/libroot/posix/glibc/libio/wgenops.c
90
wchar_t *tmp;
src/system/libroot/posix/glibc/libio/wprintf.c
26
__wprintf (const wchar_t *format, ...)
src/system/libroot/posix/glibc/libio/wscanf.c
27
__wscanf (const wchar_t *format, ...)
src/system/libroot/posix/glibc/libio/wstrops.c
101
= (wchar_t *) (*((_IO_strfile *) fp)->_s._allocate_buffer) (new_size
src/system/libroot/posix/glibc/libio/wstrops.c
102
* sizeof (wchar_t));
src/system/libroot/posix/glibc/libio/wstrops.c
179
wchar_t *oldbuf, *newbuf;
src/system/libroot/posix/glibc/libio/wstrops.c
196
= (wchar_t *) (*((_IO_strfile *) fp)->_s._allocate_buffer) (newsize
src/system/libroot/posix/glibc/libio/wstrops.c
197
* sizeof (wchar_t));
src/system/libroot/posix/glibc/libio/wstrops.c
37
wchar_t *ptr;
src/system/libroot/posix/glibc/libio/wstrops.c
39
wchar_t *pstart;
src/system/libroot/posix/glibc/libio/wstrops.c
41
wchar_t *end;
src/system/libroot/posix/glibc/libio/wstrops.c
45
else if ((_IO_size_t) ptr + size * sizeof (wchar_t) > (_IO_size_t) ptr)
src/system/libroot/posix/glibc/libio/wstrops.c
50
end = ptr + (-1 - (_IO_size_t) ptr) / sizeof (wchar_t);
src/system/libroot/posix/glibc/libio/wstrops.c
94
wchar_t *new_buf;
src/system/libroot/posix/glibc/libio/wstrops.c
95
wchar_t *old_buf = fp->_wide_data->_IO_buf_base;
src/system/libroot/posix/glibc/locale/localeinfo.h
88
static inline const wchar_t
src/system/libroot/posix/glibc/locale/localeinfo.h
94
wchar_t out = 0;
src/system/libroot/posix/glibc/locale/outdigitswc.h
29
static inline wchar_t
src/system/libroot/posix/glibc/regex/regcomp.c
2736
wchar_t wc;
src/system/libroot/posix/glibc/regex/regcomp.c
2766
wchar_t *new_array_start, *new_array_end;
src/system/libroot/posix/glibc/regex/regcomp.c
2773
new_array_start = re_realloc (mbcset->range_starts, wchar_t,
src/system/libroot/posix/glibc/regex/regcomp.c
2775
new_array_end = re_realloc (mbcset->range_ends, wchar_t,
src/system/libroot/posix/glibc/regex/regcomp.c
320
wchar_t wc;
src/system/libroot/posix/glibc/regex/regcomp.c
3268
wchar_t *new_mbchars;
src/system/libroot/posix/glibc/regex/regcomp.c
3273
new_mbchars = re_realloc (mbcset->mbchars, wchar_t,
src/system/libroot/posix/glibc/regex/regcomp.c
847
size_t max_i18n_object_size = MAX (sizeof (wchar_t), sizeof (wctype_t));
src/system/libroot/posix/glibc/regex/regex_internal.c
227
wchar_t wc;
src/system/libroot/posix/glibc/regex/regex_internal.c
252
wc = (wchar_t) pstr->raw_mbs[pstr->raw_mbs_idx + byte_idx];
src/system/libroot/posix/glibc/regex/regex_internal.c
300
wchar_t wc;
src/system/libroot/posix/glibc/regex/regex_internal.c
310
pstr->wcs[byte_idx] = (wchar_t) pstr->mbs[byte_idx];
src/system/libroot/posix/glibc/regex/regex_internal.c
322
wchar_t wcu = __towupper (wc);
src/system/libroot/posix/glibc/regex/regex_internal.c
352
pstr->wcs[byte_idx++] = (wchar_t) ch;
src/system/libroot/posix/glibc/regex/regex_internal.c
370
wchar_t wc;
src/system/libroot/posix/glibc/regex/regex_internal.c
391
wchar_t wcu = __towupper (wc);
src/system/libroot/posix/glibc/regex/regex_internal.c
475
pstr->wcs[byte_idx++] = (wchar_t) ch;
src/system/libroot/posix/glibc/regex/regex_internal.c
506
wchar_t wc2;
src/system/libroot/posix/glibc/regex/regex_internal.c
728
wc = (wchar_t) *p;
src/system/libroot/posix/glibc/regex/regex_internal.c
736
wchar_t wc2;
src/system/libroot/posix/glibc/regex/regex_internal.h
329
wchar_t *mbchars;
src/system/libroot/posix/glibc/regex/regex_internal.h
346
wchar_t *range_starts;
src/system/libroot/posix/glibc/regex/regex_internal.h
347
wchar_t *range_ends;
src/system/libroot/posix/glibc/regex/regex_internal.h
767
wchar_t wch;
src/system/libroot/posix/glibc/regex/regexec.c
3797
wchar_t wc = ((cset->nranges || cset->nchar_classes || cset->nmbchars)
src/system/libroot/posix/glibc/stdio-common/_itowa.c
83
extern const wchar_t _itowa_lower_digits[] attribute_hidden;
src/system/libroot/posix/glibc/stdio-common/_itowa.c
85
extern const wchar_t _itowa_upper_digits[] attribute_hidden;
src/system/libroot/posix/glibc/stdio-common/_itowa.c
89
wchar_t *
src/system/libroot/posix/glibc/stdio-common/_itowa.c
92
wchar_t *buflim;
src/system/libroot/posix/glibc/stdio-common/_itowa.c
96
const wchar_t *digits = (upper_case
src/system/libroot/posix/glibc/stdio-common/_itowa.c
98
wchar_t *bp = buflim;
src/system/libroot/posix/glibc/stdio-common/_itowa.h
30
extern wchar_t *_itowa (unsigned long long int value, wchar_t *buflim,
src/system/libroot/posix/glibc/stdio-common/_itowa.h
33
static inline wchar_t *
src/system/libroot/posix/glibc/stdio-common/_itowa.h
35
_itowa_word (_ITOA_WORD_TYPE value, wchar_t *buflim,
src/system/libroot/posix/glibc/stdio-common/_itowa.h
38
extern const wchar_t _itowa_upper_digits[] attribute_hidden;
src/system/libroot/posix/glibc/stdio-common/_itowa.h
39
extern const wchar_t _itowa_lower_digits[] attribute_hidden;
src/system/libroot/posix/glibc/stdio-common/_itowa.h
40
const wchar_t *digits = (upper_case
src/system/libroot/posix/glibc/stdio-common/_itowa.h
42
wchar_t *bp = buflim;
src/system/libroot/posix/glibc/stdio-common/fxprintf.c
41
wchar_t wfmt[len];
src/system/libroot/posix/glibc/stdio-common/itowa-digits.c
22
const wchar_t _itowa_lower_digits[36] attribute_hidden
src/system/libroot/posix/glibc/stdio-common/itowa-digits.c
25
const wchar_t _itowa_upper_digits[36] attribute_hidden
src/system/libroot/posix/glibc/stdio-common/printf-parse.h
114
return (const unsigned int *) __wcschrnul ((const wchar_t *) format, L'%');
src/system/libroot/posix/glibc/stdio-common/printf-parse.h
51
wchar_t pa_wchar;
src/system/libroot/posix/glibc/stdio-common/printf-parse.h
61
const wchar_t *pa_wstring;
src/system/libroot/posix/glibc/stdio-common/printf-parsemb.c
309
spec->info.spec = (wchar_t) *format++;
src/system/libroot/posix/glibc/stdio-common/printf-parsemb.c
35
# define CHAR_T wchar_t
src/system/libroot/posix/glibc/stdio-common/printf-prs.c
42
# define CHAR_T wchar_t
src/system/libroot/posix/glibc/stdio-common/printf.h
116
extern int register_printf_modifier (const wchar_t *__str) __wur __THROW;
src/system/libroot/posix/glibc/stdio-common/printf.h
37
wchar_t spec; /* Format letter. */
src/system/libroot/posix/glibc/stdio-common/printf.h
54
wchar_t pad; /* Padding character. */
src/system/libroot/posix/glibc/stdio-common/printf_fp.c
1132
*wcp++ = (wchar_t) p.type;
src/system/libroot/posix/glibc/stdio-common/printf_fp.c
1186
wchar_t *copywc;
src/system/libroot/posix/glibc/stdio-common/printf_fp.c
1304
static wchar_t *
src/system/libroot/posix/glibc/stdio-common/printf_fp.c
1306
group_number (wchar_t *buf, wchar_t *bufend, unsigned int intdig_no,
src/system/libroot/posix/glibc/stdio-common/printf_fp.c
1307
const char *grouping, wchar_t thousands_sep, int ngroups)
src/system/libroot/posix/glibc/stdio-common/printf_fp.c
1309
wchar_t *p;
src/system/libroot/posix/glibc/stdio-common/printf_fp.c
146
static wchar_t *group_number (wchar_t *buf, wchar_t *bufend,
src/system/libroot/posix/glibc/stdio-common/printf_fp.c
148
wchar_t thousands_sep, int ngroups)
src/system/libroot/posix/glibc/stdio-common/printf_fp.c
167
static wchar_t
src/system/libroot/posix/glibc/stdio-common/printf_fp.c
227
wchar_t decimalwc;
src/system/libroot/posix/glibc/stdio-common/printf_fp.c
231
wchar_t thousands_sepwc = 0;
src/system/libroot/posix/glibc/stdio-common/printf_fp.c
236
const wchar_t *wspecial = NULL;
src/system/libroot/posix/glibc/stdio-common/printf_fp.c
258
wchar_t *wbuffer = NULL;
src/system/libroot/posix/glibc/stdio-common/printf_fp.c
46
# define CHAR_T wchar_t
src/system/libroot/posix/glibc/stdio-common/printf_fp.c
815
wchar_t *wstartp, *wcp;
src/system/libroot/posix/glibc/stdio-common/printf_fp.c
899
if (__builtin_expect (chars_needed >= (size_t) -1 / sizeof (wchar_t) - 2
src/system/libroot/posix/glibc/stdio-common/printf_fp.c
906
wbuffer_to_alloc = (2 + chars_needed) * sizeof (wchar_t);
src/system/libroot/posix/glibc/stdio-common/printf_fp.c
910
wbuffer = (wchar_t *) malloc (wbuffer_to_alloc);
src/system/libroot/posix/glibc/stdio-common/printf_fp.c
916
wbuffer = (wchar_t *) alloca (wbuffer_to_alloc);
src/system/libroot/posix/glibc/stdio-common/printf_fp.c
944
wchar_t last_digit, next_digit;
src/system/libroot/posix/glibc/stdio-common/printf_fp.c
948
wchar_t *wtp;
src/system/libroot/posix/glibc/stdio-common/printf_fphex.c
103
wchar_t decimalwc;
src/system/libroot/posix/glibc/stdio-common/printf_fphex.c
107
const wchar_t *wspecial = NULL;
src/system/libroot/posix/glibc/stdio-common/printf_fphex.c
114
wchar_t wnumbuf[32];
src/system/libroot/posix/glibc/stdio-common/printf_fphex.c
115
wchar_t *wnumstr;
src/system/libroot/posix/glibc/stdio-common/printf_fphex.c
116
wchar_t *wnumend;
src/system/libroot/posix/glibc/stdio-common/printf_fphex.c
122
wchar_t wexpbuf[5];
src/system/libroot/posix/glibc/stdio-common/printf_fphex.c
123
wchar_t *wexpstr;
src/system/libroot/posix/glibc/stdio-common/printf_fphex.c
285
wnumstr = _itowa_word (num, wnumbuf + (sizeof wnumbuf) / sizeof (wchar_t), 16,
src/system/libroot/posix/glibc/stdio-common/printf_fphex.c
292
wnumstr = _itowa (num, wnumbuf + sizeof wnumbuf / sizeof (wchar_t), 16,
src/system/libroot/posix/glibc/stdio-common/printf_fphex.c
299
while (wnumstr > wnumbuf + (sizeof wnumbuf - 52) / sizeof (wchar_t))
src/system/libroot/posix/glibc/stdio-common/printf_fphex.c
384
wnumstr[cnt] = (wchar_t) info->spec;
src/system/libroot/posix/glibc/stdio-common/printf_fphex.c
439
wexpbuf + sizeof wexpbuf / sizeof (wchar_t), 10, 0);
src/system/libroot/posix/glibc/stdio-common/printf_fphex.c
478
const wchar_t *wtmp = &decimalwc;
src/system/libroot/posix/glibc/stdio-common/printf_size.c
115
const wchar_t *wspecial = NULL;
src/system/libroot/posix/glibc/stdio-common/vfprintf.c
1025
outchar (va_arg (ap, wchar_t)); \
src/system/libroot/posix/glibc/stdio-common/vfprintf.c
1041
string = (CHAR_T *) va_arg (ap, const wchar_t *); \
src/system/libroot/posix/glibc/stdio-common/vfprintf.c
1076
if (__glibc_unlikely (len > SIZE_MAX / sizeof (wchar_t))) \
src/system/libroot/posix/glibc/stdio-common/vfprintf.c
1082
else if (__libc_use_alloca (len * sizeof (wchar_t))) \
src/system/libroot/posix/glibc/stdio-common/vfprintf.c
1083
string = (CHAR_T *) alloca (len * sizeof (wchar_t)); \
src/system/libroot/posix/glibc/stdio-common/vfprintf.c
1084
else if ((string = (CHAR_T *) malloc (len * sizeof (wchar_t))) \
src/system/libroot/posix/glibc/stdio-common/vfprintf.c
112
# define CHAR_T wchar_t
src/system/libroot/posix/glibc/stdio-common/vfprintf.c
1152
len = __wcrtomb (buf, (fspec == NULL ? va_arg (ap, wchar_t) \
src/system/libroot/posix/glibc/stdio-common/vfprintf.c
1211
const wchar_t *s2 = (const wchar_t *) string; \
src/system/libroot/posix/glibc/stdio-common/vfprintf.c
1236
s2 = (const wchar_t *) string; \
src/system/libroot/posix/glibc/stdio-common/vfprintf.c
2131
wchar_t thousands_sep
src/system/libroot/posix/glibc/stdio-common/vfprintf.c
216
static CHAR_T *group_number (CHAR_T *, CHAR_T *, const char *, wchar_t)
src/system/libroot/posix/glibc/stdio-common/vfprintf.c
230
wchar_t thousands_sep = L'\0';
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
114
# define CHAR_T wchar_t
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
1190
STRING_ARG (wstr, wchar_t, 100);
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
1214
&& wstr == (wchar_t *) *strptr + strsize)
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
1217
wstr = (wchar_t *) realloc (*strptr,
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
1219
* sizeof (wchar_t));
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
1224
wstr = (wchar_t *) realloc (*strptr,
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
1226
* sizeof (wchar_t));
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
1237
((wchar_t *) (*strptr))[strsize - 1] = L'\0';
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
1290
&& wstr == (wchar_t *) *strptr + strsize)
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
1293
wstr = (wchar_t *) realloc (*strptr,
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
1295
* sizeof (wchar_t)));
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
1299
wstr = (wchar_t *) realloc (*strptr,
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
1301
* sizeof (wchar_t)));
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
1312
((wchar_t *) (*strptr))[strsize - 1] = L'\0';
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
1340
if ((flags & MALLOC) && wstr - (wchar_t *) *strptr != strsize)
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
1342
wchar_t *cp = (wchar_t *) realloc (*strptr,
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
1344
- (wchar_t *) *strptr)
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
1345
* sizeof(wchar_t)));
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
1425
const wchar_t *wcdigits[10];
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
1426
const wchar_t *wcdigits_extended[10];
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
1464
wcdigits[n] = (const wchar_t *)
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
1467
wchar_t *wc_extended = (wchar_t *)
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
1468
alloca ((to_level + 2) * sizeof (wchar_t));
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
1529
wcdigits[n] = (const wchar_t *)
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
209
_IO_vfwscanf (_IO_FILE *s, const wchar_t *format, _IO_va_list argptr,
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
2374
wchar_t *twend;
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
2376
STRING_ARG (wstr, wchar_t, 100);
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
2399
tw = (wchar_t *) f; /* Marks the beginning. */
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
2408
twend = (wchar_t *) f - 1;
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
2455
wchar_t *runp;
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
2468
wchar_t wc;
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
2511
&& wstr == (wchar_t *) *strptr + strsize)
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
2514
wstr = (wchar_t *) realloc (*strptr,
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
2516
* sizeof (wchar_t));
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
2521
wstr = (wchar_t *)
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
2523
* sizeof (wchar_t));
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
2534
((wchar_t *) (*strptr))[strsize - 1] = L'\0';
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
2596
&& wstr == (wchar_t *) *strptr + strsize)
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
2599
wstr = (wchar_t *) realloc (*strptr,
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
2601
* sizeof (wchar_t)));
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
2606
wstr = (wchar_t *)
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
2608
* sizeof (wchar_t)));
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
2619
((wchar_t *) (*strptr))[strsize - 1] = L'\0';
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
2660
&& wstr - (wchar_t *) *strptr != strsize)
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
2662
wchar_t *cp = (wchar_t *)
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
2663
realloc (*strptr, ((wstr - (wchar_t *) *strptr)
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
2664
* sizeof(wchar_t)));
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
267
wchar_t *wstr = NULL;
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
2686
wchar_t *runp;
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
2700
wchar_t wc;
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
2972
__vfwscanf (FILE *s, const wchar_t *format, va_list argptr)
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
845
STRING_ARG (wstr, wchar_t, (width > 1024 ? 1024 : width));
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
858
&& wstr == (wchar_t *) *strptr + strsize)
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
863
wstr = (wchar_t *) realloc (*strptr,
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
864
newsize * sizeof (wchar_t));
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
868
wstr = (wchar_t *) realloc (*strptr,
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
870
* sizeof (wchar_t));
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
913
&& wstr == (wchar_t *) *strptr + strsize)
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
918
wstr = (wchar_t *) realloc (*strptr,
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
919
newsize * sizeof (wchar_t));
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
923
wstr = (wchar_t *) realloc (*strptr,
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
925
* sizeof (wchar_t)));
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
981
if ((flags & MALLOC) && wstr - (wchar_t *) *strptr != strsize)
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
983
wchar_t *cp = (wchar_t *) realloc (*strptr,
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
985
- (wchar_t *) *strptr)
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
986
* sizeof (wchar_t)));
src/system/libroot/posix/glibc/stdlib/grouping.h
35
wchar_t thousands,
src/system/libroot/posix/glibc/stdlib/strtod.c
476
wchar_t decimal;
src/system/libroot/posix/glibc/stdlib/strtod.c
483
wchar_t thousands = L'\0';
src/system/libroot/posix/glibc/stdlib/strtod.c
98
# define STRING_TYPE wchar_t
src/system/libroot/posix/glibc/stdlib/strtol.c
173
# define STRING_TYPE wchar_t
src/system/libroot/posix/glibc/stdlib/strtol.c
251
wchar_t thousands = L'\0';
src/system/libroot/posix/glibc/stdlib/strtol.c
356
if (((wchar_t) c < L_('0') || (wchar_t) c > L_('9'))
src/system/libroot/posix/glibc/wcsmbs/wchar.h
118
extern wchar_t *wmemchr (__const wchar_t *__s, wchar_t __c, size_t __n)
src/system/libroot/posix/glibc/wcsmbs/wchar.h
122
extern int wmemcmp (__const wchar_t *__s1, __const wchar_t *__s2, size_t __n)
src/system/libroot/posix/glibc/wcsmbs/wchar.h
125
extern wchar_t *wmemcpy (wchar_t *__restrict __s1,
src/system/libroot/posix/glibc/wcsmbs/wchar.h
126
__const wchar_t *__restrict __s2, size_t __n) __THROW;
src/system/libroot/posix/glibc/wcsmbs/wchar.h
130
extern wchar_t *wmemmove (wchar_t *__s1, __const wchar_t *__s2, size_t __n)
src/system/libroot/posix/glibc/wcsmbs/wchar.h
134
extern wchar_t *wmemset (wchar_t *__s, wchar_t __c, size_t __n) __THROW;
src/system/libroot/posix/glibc/wcsmbs/wchar.h
139
extern wchar_t *wmempcpy (wchar_t *__restrict __s1,
src/system/libroot/posix/glibc/wcsmbs/wchar.h
140
__const wchar_t *__restrict __s2, size_t __n)
src/system/libroot/posix/glibc/wcsmbs/wchar.h
159
extern size_t mbrtowc (wchar_t *__restrict __pwc,
src/system/libroot/posix/glibc/wcsmbs/wchar.h
164
extern size_t wcrtomb (char *__restrict __s, wchar_t __wc,
src/system/libroot/posix/glibc/wcsmbs/wchar.h
177
extern size_t mbsrtowcs (wchar_t *__restrict __dst,
src/system/libroot/posix/glibc/wcsmbs/wchar.h
184
__const wchar_t **__restrict __src, size_t __len,
src/system/libroot/posix/glibc/wcsmbs/wchar.h
191
extern double wcstod (__const wchar_t *__restrict __nptr,
src/system/libroot/posix/glibc/wcsmbs/wchar.h
192
wchar_t **__restrict __endptr) __THROW;
src/system/libroot/posix/glibc/wcsmbs/wchar.h
196
extern float wcstof (__const wchar_t *__restrict __nptr,
src/system/libroot/posix/glibc/wcsmbs/wchar.h
197
wchar_t **__restrict __endptr) __THROW;
src/system/libroot/posix/glibc/wcsmbs/wchar.h
198
extern long double wcstold (__const wchar_t *__restrict __nptr,
src/system/libroot/posix/glibc/wcsmbs/wchar.h
199
wchar_t **__restrict __endptr) __THROW;
src/system/libroot/posix/glibc/wcsmbs/wchar.h
205
extern long int wcstol (__const wchar_t *__restrict __nptr,
src/system/libroot/posix/glibc/wcsmbs/wchar.h
206
wchar_t **__restrict __endptr, int __base) __THROW;
src/system/libroot/posix/glibc/wcsmbs/wchar.h
210
extern unsigned long int wcstoul (__const wchar_t *__restrict __nptr,
src/system/libroot/posix/glibc/wcsmbs/wchar.h
211
wchar_t **__restrict __endptr, int __base)
src/system/libroot/posix/glibc/wcsmbs/wchar.h
218
extern long long int wcstoq (__const wchar_t *__restrict __nptr,
src/system/libroot/posix/glibc/wcsmbs/wchar.h
219
wchar_t **__restrict __endptr, int __base)
src/system/libroot/posix/glibc/wcsmbs/wchar.h
225
extern unsigned long long int wcstouq (__const wchar_t *__restrict __nptr,
src/system/libroot/posix/glibc/wcsmbs/wchar.h
226
wchar_t **__restrict __endptr,
src/system/libroot/posix/glibc/wcsmbs/wchar.h
234
extern long long int wcstoll (__const wchar_t *__restrict __nptr,
src/system/libroot/posix/glibc/wcsmbs/wchar.h
235
wchar_t **__restrict __endptr, int __base)
src/system/libroot/posix/glibc/wcsmbs/wchar.h
241
extern unsigned long long int wcstoull (__const wchar_t *__restrict __nptr,
src/system/libroot/posix/glibc/wcsmbs/wchar.h
242
wchar_t **__restrict __endptr,
src/system/libroot/posix/glibc/wcsmbs/wchar.h
249
extern double __wcstod_internal (__const wchar_t *__restrict __nptr,
src/system/libroot/posix/glibc/wcsmbs/wchar.h
250
wchar_t **__restrict __endptr, int __group)
src/system/libroot/posix/glibc/wcsmbs/wchar.h
252
extern float __wcstof_internal (__const wchar_t *__restrict __nptr,
src/system/libroot/posix/glibc/wcsmbs/wchar.h
253
wchar_t **__restrict __endptr, int __group)
src/system/libroot/posix/glibc/wcsmbs/wchar.h
255
extern long double __wcstold_internal (__const wchar_t *__restrict __nptr,
src/system/libroot/posix/glibc/wcsmbs/wchar.h
256
wchar_t **__restrict __endptr,
src/system/libroot/posix/glibc/wcsmbs/wchar.h
260
extern long int __wcstol_internal (__const wchar_t *__restrict __nptr,
src/system/libroot/posix/glibc/wcsmbs/wchar.h
261
wchar_t **__restrict __endptr,
src/system/libroot/posix/glibc/wcsmbs/wchar.h
266
extern unsigned long int __wcstoul_internal (__const wchar_t *__restrict __npt,
src/system/libroot/posix/glibc/wcsmbs/wchar.h
267
wchar_t **__restrict __endptr,
src/system/libroot/posix/glibc/wcsmbs/wchar.h
273
extern long long int __wcstoll_internal (__const wchar_t *__restrict __nptr,
src/system/libroot/posix/glibc/wcsmbs/wchar.h
274
wchar_t **__restrict __endptr,
src/system/libroot/posix/glibc/wcsmbs/wchar.h
280
extern unsigned long long int __wcstoull_internal (__const wchar_t *
src/system/libroot/posix/glibc/wcsmbs/wchar.h
282
wchar_t **
src/system/libroot/posix/glibc/wcsmbs/wchar.h
293
__extern_inline double wcstod (__const wchar_t *__restrict __nptr,
src/system/libroot/posix/glibc/wcsmbs/wchar.h
294
wchar_t **__restrict __endptr) __THROW
src/system/libroot/posix/glibc/wcsmbs/wchar.h
296
__extern_inline long int wcstol (__const wchar_t *__restrict __nptr,
src/system/libroot/posix/glibc/wcsmbs/wchar.h
297
wchar_t **__restrict __endptr,
src/system/libroot/posix/glibc/wcsmbs/wchar.h
300
__extern_inline unsigned long int wcstoul (__const wchar_t *__restrict __nptr,
src/system/libroot/posix/glibc/wcsmbs/wchar.h
301
wchar_t **__restrict __endptr,
src/system/libroot/posix/glibc/wcsmbs/wchar.h
306
__extern_inline float wcstof (__const wchar_t *__restrict __nptr,
src/system/libroot/posix/glibc/wcsmbs/wchar.h
307
wchar_t **__restrict __endptr) __THROW
src/system/libroot/posix/glibc/wcsmbs/wchar.h
309
__extern_inline long double wcstold (__const wchar_t *__restrict __nptr,
src/system/libroot/posix/glibc/wcsmbs/wchar.h
310
wchar_t **__restrict __endptr) __THROW
src/system/libroot/posix/glibc/wcsmbs/wchar.h
315
__extern_inline long long int wcstoq (__const wchar_t *__restrict __nptr,
src/system/libroot/posix/glibc/wcsmbs/wchar.h
316
wchar_t **__restrict __endptr,
src/system/libroot/posix/glibc/wcsmbs/wchar.h
320
__extern_inline unsigned long long int wcstouq (__const wchar_t *
src/system/libroot/posix/glibc/wcsmbs/wchar.h
322
wchar_t **__restrict __endptr,
src/system/libroot/posix/glibc/wcsmbs/wchar.h
338
__const wchar_t *__restrict __format, ...)
src/system/libroot/posix/glibc/wcsmbs/wchar.h
341
extern int wprintf (__const wchar_t *__restrict __format, ...)
src/system/libroot/posix/glibc/wcsmbs/wchar.h
344
extern int swprintf (wchar_t *__restrict __s, size_t __n,
src/system/libroot/posix/glibc/wcsmbs/wchar.h
345
__const wchar_t *__restrict __format, ...)
src/system/libroot/posix/glibc/wcsmbs/wchar.h
350
__const wchar_t *__restrict __format,
src/system/libroot/posix/glibc/wcsmbs/wchar.h
354
extern int vwprintf (__const wchar_t *__restrict __format,
src/system/libroot/posix/glibc/wcsmbs/wchar.h
359
extern int vswprintf (wchar_t *__restrict __s, size_t __n,
src/system/libroot/posix/glibc/wcsmbs/wchar.h
360
__const wchar_t *__restrict __format,
src/system/libroot/posix/glibc/wcsmbs/wchar.h
367
__const wchar_t *__restrict __format, ...)
src/system/libroot/posix/glibc/wcsmbs/wchar.h
370
extern int wscanf (__const wchar_t *__restrict __format, ...)
src/system/libroot/posix/glibc/wcsmbs/wchar.h
373
extern int swscanf (__const wchar_t *__restrict __s,
src/system/libroot/posix/glibc/wcsmbs/wchar.h
374
__const wchar_t *__restrict __format, ...)
src/system/libroot/posix/glibc/wcsmbs/wchar.h
381
__const wchar_t *__restrict __format,
src/system/libroot/posix/glibc/wcsmbs/wchar.h
385
extern int vwscanf (__const wchar_t *__restrict __format,
src/system/libroot/posix/glibc/wcsmbs/wchar.h
389
extern int vswscanf (__const wchar_t *__restrict __s,
src/system/libroot/posix/glibc/wcsmbs/wchar.h
390
__const wchar_t *__restrict __format,
src/system/libroot/posix/glibc/wcsmbs/wchar.h
405
extern wint_t fputwc (wchar_t __wc, __FILE *__stream) __THROW;
src/system/libroot/posix/glibc/wcsmbs/wchar.h
406
extern wint_t putwc (wchar_t __wc, __FILE *__stream) __THROW;
src/system/libroot/posix/glibc/wcsmbs/wchar.h
409
extern wint_t putwchar (wchar_t __wc) __THROW;
src/system/libroot/posix/glibc/wcsmbs/wchar.h
414
extern wchar_t *fgetws (wchar_t *__restrict __ws, int __n,
src/system/libroot/posix/glibc/wcsmbs/wchar.h
418
extern int fputws (__const wchar_t *__restrict __ws,
src/system/libroot/posix/glibc/wcsmbs/wchar.h
436
extern wint_t fputwc_unlocked (wchar_t __wc, __FILE *__stream) __THROW;
src/system/libroot/posix/glibc/wcsmbs/wchar.h
440
extern wint_t putwc_unlocked (wchar_t __wc, __FILE *__stream) __THROW;
src/system/libroot/posix/glibc/wcsmbs/wchar.h
441
extern wint_t putwchar_unlocked (wchar_t __wc) __THROW;
src/system/libroot/posix/glibc/wcsmbs/wchar.h
445
extern wchar_t *fgetws_unlocked (wchar_t *__restrict __ws, int __n,
src/system/libroot/posix/glibc/wcsmbs/wchar.h
449
extern int fputws_unlocked (__const wchar_t *__restrict __ws,
src/system/libroot/posix/glibc/wcsmbs/wcstold.c
51
__wcstold_internal (const wchar_t *nptr, wchar_t **endptr, int group)
src/system/libroot/posix/glibc/wcsmbs/wcstold.c
58
wcstold (const wchar_t *nptr, wchar_t **endptr)
src/system/libroot/posix/glob.c
1053
g_strchr(const Char *str, wchar_t ch)
src/system/libroot/posix/glob.c
156
static const Char *g_strchr(const Char *, wchar_t);
src/system/libroot/posix/glob.c
194
wchar_t wc;
src/system/libroot/posix/glob.c
426
wchar_t wc;
src/system/libroot/posix/glob.c
427
wchar_t wbuf[MAXPATHLEN];
src/system/libroot/posix/glob.c
428
wchar_t *wbufend, *dc;
src/system/libroot/posix/glob.c
765
wchar_t wc;
src/system/libroot/posix/musl/regex/fnmatch.c
108
wchar_t wc;
src/system/libroot/posix/musl/regex/fnmatch.c
125
wchar_t wc2;
src/system/libroot/posix/musl/regex/fnmatch.c
35
wchar_t wc;
src/system/libroot/posix/musl/regex/fnmatch.c
88
wchar_t wc;
src/system/libroot/posix/musl/time/wcsftime.c
12
wchar_t wbuf[100];
src/system/libroot/posix/musl/time/wcsftime.c
13
wchar_t *p;
src/system/libroot/posix/musl/time/wcsftime.c
15
const wchar_t *t;
src/system/libroot/posix/musl/time/wcsftime.c
67
size_t wcsftime(wchar_t *restrict wcs, size_t n, const wchar_t *restrict f, const struct tm *restrict tm)
src/system/libroot/posix/musl/time/wcsftime.c
8
size_t __wcsftime_l(wchar_t *restrict s, size_t n, const wchar_t *restrict f, const struct tm *restrict tm, locale_t loc)
src/system/libroot/posix/wchar/btowc.c
14
wchar_t wc;
src/system/libroot/posix/wchar/mbstowcs.c
10
__mbstowcs(wchar_t* pwc, const char* s, size_t n)
src/system/libroot/posix/wchar/mbtowc.c
13
__mbtowc(wchar_t* pwc, const char* s, size_t n)
src/system/libroot/posix/wchar/wcpcpy.c
10
__wcpcpy(wchar_t* dest, const wchar_t* src)
src/system/libroot/posix/wchar/wcpcpy.c
9
wchar_t*
src/system/libroot/posix/wchar/wcpncpy.c
10
__wcpncpy(wchar_t* dest, const wchar_t* src, size_t n)
src/system/libroot/posix/wchar/wcpncpy.c
12
const wchar_t* srcEnd = src + n;
src/system/libroot/posix/wchar/wcpncpy.c
13
wchar_t* destEnd = dest + n;
src/system/libroot/posix/wchar/wcpncpy.c
9
wchar_t*
src/system/libroot/posix/wchar/wcscasecmp.c
12
__wcscasecmp(const wchar_t* wcs1, const wchar_t* wcs2)
src/system/libroot/posix/wchar/wcscasecmp.c
33
__wcscasecmp_l(const wchar_t* wcs1, const wchar_t* wcs2, locale_t locale)
src/system/libroot/posix/wchar/wcscat.c
10
__wcscat(wchar_t* destIn, const wchar_t* src)
src/system/libroot/posix/wchar/wcscat.c
12
wchar_t* dest = destIn;
src/system/libroot/posix/wchar/wcscat.c
9
wchar_t*
src/system/libroot/posix/wchar/wcschr.c
10
__wcschr(const wchar_t* wcs, wchar_t wc)
src/system/libroot/posix/wchar/wcschr.c
14
return (wchar_t*)wcs;
src/system/libroot/posix/wchar/wcschr.c
9
wchar_t*
src/system/libroot/posix/wchar/wcschrnul.c
10
__wcschrnul(const wchar_t* wcs, wchar_t wc)
src/system/libroot/posix/wchar/wcschrnul.c
15
return (wchar_t*)wcs;
src/system/libroot/posix/wchar/wcschrnul.c
9
wchar_t*
src/system/libroot/posix/wchar/wcscmp.c
10
__wcscmp(const wchar_t* wcs1, const wchar_t* wcs2)
src/system/libroot/posix/wchar/wcscpy.c
10
__wcscpy(wchar_t* destIn, const wchar_t* src)
src/system/libroot/posix/wchar/wcscpy.c
12
wchar_t* dest = destIn;
src/system/libroot/posix/wchar/wcscpy.c
9
wchar_t*
src/system/libroot/posix/wchar/wcscspn.c
10
__wcscspn(const wchar_t* wcs, const wchar_t* rejectIn)
src/system/libroot/posix/wchar/wcscspn.c
12
const wchar_t* wcPointer = wcs;
src/system/libroot/posix/wchar/wcscspn.c
13
wchar_t wc;
src/system/libroot/posix/wchar/wcscspn.c
15
const wchar_t* reject;
src/system/libroot/posix/wchar/wcsdup.c
13
wchar_t*
src/system/libroot/posix/wchar/wcsdup.c
14
__wcsdup(const wchar_t* wcs)
src/system/libroot/posix/wchar/wcsdup.c
20
size_t bufferSize = (wcslen(wcs) + 1) * sizeof(wchar_t);
src/system/libroot/posix/wchar/wcsdup.c
21
wchar_t* dest = malloc(bufferSize);
src/system/libroot/posix/wchar/wcslcat.c
19
__wcslcat(wchar_t* dest, const wchar_t* source, size_t maxLength)
src/system/libroot/posix/wchar/wcslcpy.c
11
__wcslcpy(wchar_t* dest, const wchar_t* source, size_t maxLength)
src/system/libroot/posix/wchar/wcslen.c
10
__wcslen(const wchar_t* wcs)
src/system/libroot/posix/wchar/wcsncasecmp.c
12
__wcsncasecmp(const wchar_t* wcs1, const wchar_t* wcs2, size_t count)
src/system/libroot/posix/wchar/wcsncasecmp.c
33
__wcsncasecmp_l(const wchar_t* wcs1, const wchar_t* wcs2, size_t count, locale_t locale)
src/system/libroot/posix/wchar/wcsncat.c
10
__wcsncat(wchar_t* destIn, const wchar_t* src, size_t n)
src/system/libroot/posix/wchar/wcsncat.c
12
wchar_t* dest = destIn;
src/system/libroot/posix/wchar/wcsncat.c
13
const wchar_t* srcEnd = src + n;
src/system/libroot/posix/wchar/wcsncat.c
9
wchar_t*
src/system/libroot/posix/wchar/wcsncmp.c
10
__wcsncmp(const wchar_t* wcs1, const wchar_t* wcs2, size_t count)
src/system/libroot/posix/wchar/wcsncpy.c
10
__wcsncpy(wchar_t* destIn, const wchar_t* src, size_t n)
src/system/libroot/posix/wchar/wcsncpy.c
12
wchar_t* dest = destIn;
src/system/libroot/posix/wchar/wcsncpy.c
13
const wchar_t* srcEnd = src + n;
src/system/libroot/posix/wchar/wcsncpy.c
14
const wchar_t* destEnd = dest + n;
src/system/libroot/posix/wchar/wcsncpy.c
9
wchar_t*
src/system/libroot/posix/wchar/wcsnlen.c
10
__wcsnlen(const wchar_t* wcs, size_t maxLength)
src/system/libroot/posix/wchar/wcspbrk.c
10
__wcspbrk(const wchar_t* wcs, const wchar_t* acceptIn)
src/system/libroot/posix/wchar/wcspbrk.c
13
const wchar_t* accept = acceptIn;
src/system/libroot/posix/wchar/wcspbrk.c
16
return (wchar_t*)wcs;
src/system/libroot/posix/wchar/wcspbrk.c
9
wchar_t*
src/system/libroot/posix/wchar/wcsrchr.c
10
__wcsrchr(const wchar_t* wcsIn, wchar_t wc)
src/system/libroot/posix/wchar/wcsrchr.c
12
const wchar_t* wcs = wcsIn + wcslen(wcsIn);
src/system/libroot/posix/wchar/wcsrchr.c
15
return (wchar_t*)wcs;
src/system/libroot/posix/wchar/wcsrchr.c
9
wchar_t*
src/system/libroot/posix/wchar/wcsspn.c
10
__wcsspn(const wchar_t* wcs, const wchar_t* acceptIn)
src/system/libroot/posix/wchar/wcsspn.c
12
const wchar_t* wcPointer = wcs;
src/system/libroot/posix/wchar/wcsspn.c
13
wchar_t wc;
src/system/libroot/posix/wchar/wcsspn.c
15
const wchar_t* accept;
src/system/libroot/posix/wchar/wcsstr.c
10
__wcsstr(const wchar_t* haystack, const wchar_t* needleIn)
src/system/libroot/posix/wchar/wcsstr.c
13
return (wchar_t*)haystack;
src/system/libroot/posix/wchar/wcsstr.c
16
const wchar_t* needle = needleIn;
src/system/libroot/posix/wchar/wcsstr.c
17
const wchar_t* haystackPointer = haystack;
src/system/libroot/posix/wchar/wcsstr.c
21
return (wchar_t*)haystack;
src/system/libroot/posix/wchar/wcsstr.c
9
wchar_t*
src/system/libroot/posix/wchar/wcstok.c
11
wchar_t *
src/system/libroot/posix/wchar/wcstok.c
12
__wcstok(wchar_t* wcs, const wchar_t* delim, wchar_t** savePtr)
src/system/libroot/posix/wchar/wcstok.c
14
wchar_t *wcsBegin, *wcsEnd;
src/system/libroot/posix/wchar/wcstombs.c
10
__wcstombs(char* s, const wchar_t* pwcs, size_t n)
src/system/libroot/posix/wchar/wcswidth.c
10
__wcswidth(const wchar_t* wcstring, size_t n)
src/system/libroot/posix/wchar/wctomb.c
10
__wctomb(char* s, wchar_t wc)
src/system/libroot/posix/wchar/wcwidth.c
324
wcwidth(wchar_t uc)
src/system/libroot/posix/wchar/wmemchr.c
10
__wmemchr(const wchar_t* dest, const wchar_t wc, size_t count)
src/system/libroot/posix/wchar/wmemchr.c
14
return (wchar_t*)dest;
src/system/libroot/posix/wchar/wmemchr.c
9
wchar_t*
src/system/libroot/posix/wchar/wmemcmp.c
10
__wmemcmp(const wchar_t* wcs1, const wchar_t* wcs2, size_t count)
src/system/libroot/posix/wchar/wmemcmp.c
13
const wchar_t wc1 = *wcs1++;
src/system/libroot/posix/wchar/wmemcmp.c
14
const wchar_t wc2 = *wcs2++;
src/system/libroot/posix/wchar/wmemcpy.c
11
wchar_t*
src/system/libroot/posix/wchar/wmemcpy.c
12
__wmemcpy(wchar_t* dest, const wchar_t* src, size_t count)
src/system/libroot/posix/wchar/wmemcpy.c
14
return memcpy(dest, src, count * sizeof(wchar_t));
src/system/libroot/posix/wchar/wmemmove.c
11
wchar_t*
src/system/libroot/posix/wchar/wmemmove.c
12
__wmemmove(wchar_t* dest, const wchar_t* src, size_t count)
src/system/libroot/posix/wchar/wmemmove.c
14
return memmove(dest, src, count * sizeof(wchar_t));
src/system/libroot/posix/wchar/wmempcpy.c
11
wchar_t*
src/system/libroot/posix/wchar/wmempcpy.c
12
__wmempcpy(wchar_t* dest, const wchar_t* src, size_t count)
src/system/libroot/posix/wchar/wmempcpy.c
14
memcpy(dest, src, count * sizeof(wchar_t));
src/system/libroot/posix/wchar/wmemset.c
10
__wmemset(wchar_t* destIn, const wchar_t wc, size_t count)
src/system/libroot/posix/wchar/wmemset.c
12
wchar_t* dest = destIn;
src/system/libroot/posix/wchar/wmemset.c
9
wchar_t*
src/tests/add-ons/index_server/fulltext_search/BeaconSearcher.h
28
wchar_t* GetNextHit() ;
src/tests/system/libroot/posix/gnulib-test-mbrtowc.c
102
wc = (wchar_t) 0xBADFACE;
src/tests/system/libroot/posix/gnulib-test-mbrtowc.c
118
wc = (wchar_t) 0xBADFACE;
src/tests/system/libroot/posix/gnulib-test-mbrtowc.c
121
assert (wc == (wchar_t) 0xBADFACE);
src/tests/system/libroot/posix/gnulib-test-mbrtowc.c
129
wc = (wchar_t) 0xBADFACE;
src/tests/system/libroot/posix/gnulib-test-mbrtowc.c
132
assert (wc == (wchar_t) 0xBADFACE);
src/tests/system/libroot/posix/gnulib-test-mbrtowc.c
135
wc = (wchar_t) 0xBADFACE;
src/tests/system/libroot/posix/gnulib-test-mbrtowc.c
138
assert (wc == (wchar_t) 0xBADFACE);
src/tests/system/libroot/posix/gnulib-test-mbrtowc.c
141
wc = (wchar_t) 0xBADFACE;
src/tests/system/libroot/posix/gnulib-test-mbrtowc.c
144
assert (wc == (wchar_t) 0xBADFACE);
src/tests/system/libroot/posix/gnulib-test-mbrtowc.c
147
wc = (wchar_t) 0xBADFACE;
src/tests/system/libroot/posix/gnulib-test-mbrtowc.c
150
assert (wc == (wchar_t) 0x1F403);
src/tests/system/libroot/posix/gnulib-test-mbrtowc.c
169
wc = (wchar_t) 0xBADFACE;
src/tests/system/libroot/posix/gnulib-test-mbrtowc.c
176
wc = (wchar_t) 0xBADFACE;
src/tests/system/libroot/posix/gnulib-test-mbrtowc.c
188
wc = (wchar_t) 0xBADFACE;
src/tests/system/libroot/posix/gnulib-test-mbrtowc.c
195
wc = (wchar_t) 0xBADFACE;
src/tests/system/libroot/posix/gnulib-test-mbrtowc.c
202
wc = (wchar_t) 0xBADFACE;
src/tests/system/libroot/posix/gnulib-test-mbrtowc.c
222
wc = (wchar_t) 0xBADFACE;
src/tests/system/libroot/posix/gnulib-test-mbrtowc.c
229
wc = (wchar_t) 0xBADFACE;
src/tests/system/libroot/posix/gnulib-test-mbrtowc.c
232
assert (wc == (wchar_t) 0xBADFACE);
src/tests/system/libroot/posix/gnulib-test-mbrtowc.c
236
wc = (wchar_t) 0xBADFACE;
src/tests/system/libroot/posix/gnulib-test-mbrtowc.c
248
wc = (wchar_t) 0xBADFACE;
src/tests/system/libroot/posix/gnulib-test-mbrtowc.c
256
wc = (wchar_t) 0xBADFACE;
src/tests/system/libroot/posix/gnulib-test-mbrtowc.c
263
wc = (wchar_t) 0xBADFACE;
src/tests/system/libroot/posix/gnulib-test-mbrtowc.c
299
wc = (wchar_t) 0xBADFACE;
src/tests/system/libroot/posix/gnulib-test-mbrtowc.c
306
wc = (wchar_t) 0xBADFACE;
src/tests/system/libroot/posix/gnulib-test-mbrtowc.c
314
wc = (wchar_t) 0xBADFACE;
src/tests/system/libroot/posix/gnulib-test-mbrtowc.c
317
assert (wc == (wchar_t) 0xBADFACE);
src/tests/system/libroot/posix/gnulib-test-mbrtowc.c
32
wchar_t wc;
src/tests/system/libroot/posix/gnulib-test-mbrtowc.c
321
wc = (wchar_t) 0xBADFACE;
src/tests/system/libroot/posix/gnulib-test-mbrtowc.c
333
wc = (wchar_t) 0xBADFACE;
src/tests/system/libroot/posix/gnulib-test-mbrtowc.c
341
wc = (wchar_t) 0xBADFACE;
src/tests/system/libroot/posix/gnulib-test-mbrtowc.c
361
wc = (wchar_t) 0xBADFACE;
src/tests/system/libroot/posix/gnulib-test-mbrtowc.c
368
wc = (wchar_t) 0xBADFACE;
src/tests/system/libroot/posix/gnulib-test-mbrtowc.c
371
assert (wc == (wchar_t) 0xBADFACE);
src/tests/system/libroot/posix/gnulib-test-mbrtowc.c
375
wc = (wchar_t) 0xBADFACE;
src/tests/system/libroot/posix/gnulib-test-mbrtowc.c
387
wc = (wchar_t) 0xBADFACE;
src/tests/system/libroot/posix/gnulib-test-mbrtowc.c
397
wc = (wchar_t) 0xBADFACE;
src/tests/system/libroot/posix/gnulib-test-mbrtowc.c
404
wc = (wchar_t) 0xBADFACE;
src/tests/system/libroot/posix/gnulib-test-mbrtowc.c
46
wc = (wchar_t) 0xBADFACE;
src/tests/system/libroot/posix/gnulib-test-mbrtowc.c
59
wc = (wchar_t) 0xBADFACE;
src/tests/system/libroot/posix/gnulib-test-mbsnrtowcs.c
102
wc = (wchar_t) 0xBADFACE;
src/tests/system/libroot/posix/gnulib-test-mbsnrtowcs.c
109
wc = (wchar_t) 0xBADFACE;
src/tests/system/libroot/posix/gnulib-test-mbsnrtowcs.c
134
assert(buf[4] == (wchar_t) 0xBADFACE);
src/tests/system/libroot/posix/gnulib-test-mbsnrtowcs.c
136
assert(buf[1] == (wchar_t) 0xBADFACE);
src/tests/system/libroot/posix/gnulib-test-mbsnrtowcs.c
154
wc = (wchar_t) 0xBADFACE;
src/tests/system/libroot/posix/gnulib-test-mbsnrtowcs.c
161
wc = (wchar_t) 0xBADFACE;
src/tests/system/libroot/posix/gnulib-test-mbsnrtowcs.c
164
assert(wc == (wchar_t) 0xBADFACE);
src/tests/system/libroot/posix/gnulib-test-mbsnrtowcs.c
191
assert(buf[5] == (wchar_t) 0xBADFACE);
src/tests/system/libroot/posix/gnulib-test-mbsnrtowcs.c
193
assert(buf[2] == (wchar_t) 0xBADFACE);
src/tests/system/libroot/posix/gnulib-test-mbsnrtowcs.c
211
wc = (wchar_t) 0xBADFACE;
src/tests/system/libroot/posix/gnulib-test-mbsnrtowcs.c
218
wc = (wchar_t) 0xBADFACE;
src/tests/system/libroot/posix/gnulib-test-mbsnrtowcs.c
226
wc = (wchar_t) 0xBADFACE;
src/tests/system/libroot/posix/gnulib-test-mbsnrtowcs.c
229
assert(wc == (wchar_t) 0xBADFACE);
src/tests/system/libroot/posix/gnulib-test-mbsnrtowcs.c
255
assert(buf[4] == (wchar_t) 0xBADFACE);
src/tests/system/libroot/posix/gnulib-test-mbsnrtowcs.c
257
assert(buf[2] == (wchar_t) 0xBADFACE);
src/tests/system/libroot/posix/gnulib-test-mbsnrtowcs.c
275
wc = (wchar_t) 0xBADFACE;
src/tests/system/libroot/posix/gnulib-test-mbsnrtowcs.c
282
wc = (wchar_t) 0xBADFACE;
src/tests/system/libroot/posix/gnulib-test-mbsnrtowcs.c
285
assert(wc == (wchar_t) 0xBADFACE);
src/tests/system/libroot/posix/gnulib-test-mbsnrtowcs.c
312
assert(buf[5] == (wchar_t) 0xBADFACE);
src/tests/system/libroot/posix/gnulib-test-mbsnrtowcs.c
314
assert(buf[2] == (wchar_t) 0xBADFACE);
src/tests/system/libroot/posix/gnulib-test-mbsnrtowcs.c
34
wchar_t wc;
src/tests/system/libroot/posix/gnulib-test-mbsnrtowcs.c
60
wc = (wchar_t) 0xBADFACE;
src/tests/system/libroot/posix/gnulib-test-mbsnrtowcs.c
64
assert(wc == (wchar_t) 0xBADFACE);
src/tests/system/libroot/posix/gnulib-test-mbsnrtowcs.c
67
wc = (wchar_t) 0xBADFACE;
src/tests/system/libroot/posix/gnulib-test-mbsnrtowcs.c
78
wchar_t buf[BUFSIZE];
src/tests/system/libroot/posix/gnulib-test-mbsnrtowcs.c
85
buf[i] = (wchar_t) 0xBADFACE;
src/tests/system/libroot/posix/gnulib-test-mbsrtowcs.c
115
wc = (wchar_t) 0xBADFACE;
src/tests/system/libroot/posix/gnulib-test-mbsrtowcs.c
119
assert(wc == (wchar_t) 0xBADFACE);
src/tests/system/libroot/posix/gnulib-test-mbsrtowcs.c
122
wc = (wchar_t) 0xBADFACE;
src/tests/system/libroot/posix/gnulib-test-mbsrtowcs.c
136
buf[i] = (wchar_t) 0xBADFACE;
src/tests/system/libroot/posix/gnulib-test-mbsrtowcs.c
153
wc = (wchar_t) 0xBADFACE;
src/tests/system/libroot/posix/gnulib-test-mbsrtowcs.c
160
wc = (wchar_t) 0xBADFACE;
src/tests/system/libroot/posix/gnulib-test-mbsrtowcs.c
184
assert(buf[4] == (wchar_t) 0xBADFACE);
src/tests/system/libroot/posix/gnulib-test-mbsrtowcs.c
186
assert(buf[1] == (wchar_t) 0xBADFACE);
src/tests/system/libroot/posix/gnulib-test-mbsrtowcs.c
205
wc = (wchar_t) 0xBADFACE;
src/tests/system/libroot/posix/gnulib-test-mbsrtowcs.c
212
wc = (wchar_t) 0xBADFACE;
src/tests/system/libroot/posix/gnulib-test-mbsrtowcs.c
215
assert(wc == (wchar_t) 0xBADFACE);
src/tests/system/libroot/posix/gnulib-test-mbsrtowcs.c
237
assert(buf[5] == (wchar_t) 0xBADFACE);
src/tests/system/libroot/posix/gnulib-test-mbsrtowcs.c
239
assert(buf[2] == (wchar_t) 0xBADFACE);
src/tests/system/libroot/posix/gnulib-test-mbsrtowcs.c
262
wc = (wchar_t) 0xBADFACE;
src/tests/system/libroot/posix/gnulib-test-mbsrtowcs.c
269
wc = (wchar_t) 0xBADFACE;
src/tests/system/libroot/posix/gnulib-test-mbsrtowcs.c
277
wc = (wchar_t) 0xBADFACE;
src/tests/system/libroot/posix/gnulib-test-mbsrtowcs.c
280
assert(wc == (wchar_t) 0xBADFACE);
src/tests/system/libroot/posix/gnulib-test-mbsrtowcs.c
301
assert(buf[4] == (wchar_t) 0xBADFACE);
src/tests/system/libroot/posix/gnulib-test-mbsrtowcs.c
303
assert(buf[2] == (wchar_t) 0xBADFACE);
src/tests/system/libroot/posix/gnulib-test-mbsrtowcs.c
321
wc = (wchar_t) 0xBADFACE;
src/tests/system/libroot/posix/gnulib-test-mbsrtowcs.c
328
wc = (wchar_t) 0xBADFACE;
src/tests/system/libroot/posix/gnulib-test-mbsrtowcs.c
33
wchar_t wc;
src/tests/system/libroot/posix/gnulib-test-mbsrtowcs.c
331
assert(wc == (wchar_t) 0xBADFACE);
src/tests/system/libroot/posix/gnulib-test-mbsrtowcs.c
353
assert(buf[5] == (wchar_t) 0xBADFACE);
src/tests/system/libroot/posix/gnulib-test-mbsrtowcs.c
355
assert(buf[2] == (wchar_t) 0xBADFACE);
src/tests/system/libroot/posix/gnulib-test-mbsrtowcs.c
36
wchar_t buf[BUFSIZE];
src/tests/system/libroot/posix/gnulib-test-mbsrtowcs.c
50
buf[i] = (wchar_t) 0xBADFACE;
src/tests/system/libroot/posix/gnulib-test-mbsrtowcs.c
53
wc = (wchar_t) 0xBADFACE;
src/tests/system/libroot/posix/gnulib-test-mbsrtowcs.c
60
wc = (wchar_t) 0xBADFACE;
src/tests/system/libroot/posix/gnulib-test-mbsrtowcs.c
84
assert(buf[6] == (wchar_t) 0xBADFACE);
src/tests/system/libroot/posix/gnulib-test-wcrtomb.c
29
wchar_t wc;
src/tests/system/libroot/posix/gnulib-test-wcrtomb.c
34
wc = (wchar_t) 0xBADFACE;
src/tests/system/libroot/posix/gnulib-test-wcsnrtombs.c
41
wchar_t input[10];
src/tests/system/libroot/posix/gnulib-test-wcsnrtombs.c
43
const wchar_t *src;
src/tests/system/libroot/posix/gnulib-test-wcsrtombs.c
38
wchar_t input[10];
src/tests/system/libroot/posix/gnulib-test-wcsrtombs.c
40
const wchar_t *src;
src/tests/system/libroot/posix/testmb.c
39
wchar_t wc;
src/tests/system/libroot/posix/testmb.c
8
wchar_t w[10];
src/tests/system/libroot/posix/tst-fgetws.c
120
if ((wchar_t) il_str2[i] != wcs[i]) {
src/tests/system/libroot/posix/tst-fgetws.c
19
wchar_t *ret, wcs[WIDE_STR_LEN];
src/tests/system/libroot/posix/tst-getwc.c
28
wchar_t buf[100];
src/tests/system/libroot/posix/tst-mbrtowc.c
107
wchar_t wc;
src/tests/system/libroot/posix/tst-mbrtowc.c
189
wchar_t wc = (wchar_t) 0xffffffff;
src/tests/system/libroot/posix/tst-mbrtowc.c
214
} else if (wc != (wchar_t) c) {
src/tests/system/libroot/posix/tst-mbrtowc.c
37
wchar_t wc;
src/tests/system/libroot/posix/tst-mbrtowc.c
72
wchar_t wc;
src/tests/system/libroot/posix/tst-swprintf.c
5
static wchar_t buf[100];
src/tests/system/libroot/posix/tst-swscanf.c
23
const wchar_t *fmt;
src/tests/system/libroot/posix/tst-swscanf.c
24
const wchar_t *wfmt;
src/tests/system/libroot/posix/tst-swscanf.c
25
const wchar_t *arg;
src/tests/system/libroot/posix/tst-swscanf.c
28
const wchar_t *wres;
src/tests/system/libroot/posix/tst-swscanf.c
56
wchar_t wbuf[100];
src/tests/system/libroot/posix/tst-swscanf2.c
14
wchar_t wbuf2[20];
src/tests/system/libroot/posix/tst-swscanf2.c
17
wchar_t wc5;
src/tests/system/libroot/posix/tst-swscanf2.c
9
const wchar_t in[] =L"7 + 35 is 42" ;
src/tests/system/libroot/posix/tst-wcrtomb.c
53
wchar_t wc;
src/tests/system/libroot/posix/tst-wcrtomb.c
76
} else if (wc != (wchar_t) buf[0]) {
src/tests/system/libroot/posix/tst-wcstof.c
13
wchar_t tmp[3];
src/tests/system/libroot/posix/tst-wscanf.c
12
wchar_t wbuf2[20];
src/tests/system/libroot/posix/tst-wscanf.c
14
wchar_t wc4;