Searched refs:mbstate_t (Results 1 - 25 of 115) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A Dmbsinit.c28 - sizeof (mbstate_t) >= 4,
33 We define the meaning of mbstate_t as follows:
34 - In mb -> wc direction, mbstate_t's first byte contains the number of
36 - In wc -> mb direction, mbstate_t contains no information. In other
39 verify (sizeof (mbstate_t) >= 4);
42 mbsinit (const mbstate_t *ps)
H A Dwchar.in.h91 /* Override mbstate_t if it is too small.
92 On IRIX 6.5, sizeof (mbstate_t) == 1, which is not sufficient for
96 # undef mbstate_t
97 # define mbstate_t rpl_mbstate_t
146 extern int mbsinit (const mbstate_t *ps);
164 extern size_t mbrtowc (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps);
182 extern size_t mbrlen (const char *s, size_t n, mbstate_t *ps);
200 extern size_t mbsrtowcs (wchar_t *dest, const char **srcp, size_t len, mbstate_t *ps);
218 extern size_t mbsnrtowcs (wchar_t *dest, const char **srcp, size_t srclen, size_t len, mbstate_t *ps);
236 extern size_t wcrtomb (char *s, wchar_t wc, mbstate_t *p
[all...]
H A Dmbrtowc.c34 verify (sizeof (mbstate_t) >= 4);
39 mbrtowc (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps)
322 rpl_mbrtowc (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps)
335 static mbstate_t internal_state;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dmbsinit.c28 - sizeof (mbstate_t) >= 4,
33 We define the meaning of mbstate_t as follows:
34 - In mb -> wc direction, mbstate_t's first byte contains the number of
36 - In wc -> mb direction, mbstate_t contains no information. In other
39 verify (sizeof (mbstate_t) >= 4);
42 mbsinit (const mbstate_t *ps)
H A Dwchar.in.h98 /* Override mbstate_t if it is too small.
99 On IRIX 6.5, sizeof (mbstate_t) == 1, which is not sufficient for
103 # undef mbstate_t
104 # define mbstate_t rpl_mbstate_t
167 _GL_FUNCDECL_RPL (mbsinit, int, (const mbstate_t *ps));
168 _GL_CXXALIAS_RPL (mbsinit, int, (const mbstate_t *ps));
171 _GL_FUNCDECL_SYS (mbsinit, int, (const mbstate_t *ps));
173 _GL_CXXALIAS_SYS (mbsinit, int, (const mbstate_t *ps));
193 (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps));
195 (wchar_t *pwc, const char *s, size_t n, mbstate_t *p
[all...]
H A Dmbiter.h104 mbstate_t state; /* if in_shift: current shift state */
187 memcpy (&new_iter->state, &old_iter->state, sizeof (mbstate_t));
189 memset (&new_iter->state, 0, sizeof (mbstate_t));
198 (iter).in_shift = false, memset (&(iter).state, '\0', sizeof (mbstate_t)), \
H A Dmbrtowc.c34 verify (sizeof (mbstate_t) >= 4);
39 mbrtowc (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps)
322 rpl_mbrtowc (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps)
335 static mbstate_t internal_state;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/lib/
H A Dconfig.h28 #define mbstate_t int macro
H A Dloop_wchar.h30 /* Some systems, like BeOS, have multibyte encodings but lack mbstate_t. */
32 # ifdef mbstate_t
42 # ifndef mbstate_t
43 typedef int mbstate_t; typedef
52 mbstate_t state;
144 mbstate_t state = wcd->state;
241 memset(&wcd->state,'\0',sizeof(mbstate_t));
245 mbstate_t state = wcd->state;
347 mbstate_t state = wcd->state;
420 memset(&wcd->state,0,sizeof(mbstate_t));
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/
H A Dtest-mbsinit.c24 SIGNATURE_CHECK (mbsinit, int, (const mbstate_t *));
33 static mbstate_t state;
H A Dtest-mbrtowc.c25 mbstate_t *));
36 mbstate_t state;
46 memset (&state, '\0', sizeof (mbstate_t));
58 memset (&state, '\0', sizeof (mbstate_t));
74 memset (&state, '\0', sizeof (mbstate_t));
115 memset (&state, '\0', sizeof (mbstate_t));
130 memset (&state, '\0', sizeof (mbstate_t));
172 memset (&state, '\0', sizeof (mbstate_t));
222 memset (&state, '\0', sizeof (mbstate_t));
273 memset (&state, '\0', sizeof (mbstate_t));
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/md5/
H A Dwchar.in.h91 /* Override mbstate_t if it is too small.
92 On IRIX 6.5, sizeof (mbstate_t) == 1, which is not sufficient for
96 # undef mbstate_t
97 # define mbstate_t rpl_mbstate_t
146 extern int mbsinit (const mbstate_t *ps);
164 extern size_t mbrtowc (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps);
182 extern size_t mbrlen (const char *s, size_t n, mbstate_t *ps);
200 extern size_t mbsrtowcs (wchar_t *dest, const char **srcp, size_t len, mbstate_t *ps);
218 extern size_t mbsnrtowcs (wchar_t *dest, const char **srcp, size_t srclen, size_t len, mbstate_t *ps);
236 extern size_t wcrtomb (char *s, wchar_t wc, mbstate_t *p
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/metrowerks/wchar_t_panther_fix/machine/
H A Dansi.h46 #if 0 // 10.3 headers declare mbstate_t as union
47 typedef int mbstate_t;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dmbuiter.h112 mbstate_t state; /* if in_shift: current shift state */
194 memcpy (&new_iter->state, &old_iter->state, sizeof (mbstate_t));
196 memset (&new_iter->state, 0, sizeof (mbstate_t));
205 (iter).in_shift = false, memset (&(iter).state, '\0', sizeof (mbstate_t)), \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/lib/
H A Dloop_wchar.h30 /* Some systems, like BeOS, have multibyte encodings but lack mbstate_t. */
32 # ifdef mbstate_t
42 # ifndef mbstate_t
43 typedef int mbstate_t; typedef
52 mbstate_t state;
70 mbstate_t state = wcd->state;
133 memset(&wcd->state,'\0',sizeof(mbstate_t));
137 mbstate_t state = wcd->state;
209 mbstate_t state = wcd->state;
251 memset(&wcd->state,0,sizeof(mbstate_t));
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dmbuiter.h112 mbstate_t state; /* if in_shift: current shift state */
194 memcpy (&new_iter->state, &old_iter->state, sizeof (mbstate_t));
196 memset (&new_iter->state, 0, sizeof (mbstate_t));
205 (iter).in_shift = false, memset (&(iter).state, '\0', sizeof (mbstate_t)), \
H A Dquotearg.c46 # undef mbstate_t macro
47 # define mbstate_t int macro
401 mbstate_t mbstate;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dm-common.c76 mbstate_t cur_state;
79 memset (&cur_state, 0, sizeof (mbstate_t));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dwx_cw_cm.h65 /* CW8.3+ has mbstate_t */
67 typedef int mbstate_t; typedef
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/common/
H A Dtuklib_mbstr_width.c33 mbstate_t state;
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/common/
H A Dtuklib_mbstr_width.c33 mbstate_t state;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/
H A Dconfig.h313 /* Define to 1 if <wchar.h> declares mbstate_t. */
702 #define mbstate_t int macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A DcharsetConv.c297 typedef int mbstate_t; typedef
299 static inline size_t wcrtomb(char *s, wchar_t wc, mbstate_t *ps)
306 size_t n, mbstate_t *ps)
365 mbstate_t ps;
390 mbstate_t ps;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dregcomp.c56 mbstate_t state;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/
H A Dconfig.h253 /* Define to 1 if mbrtowc and mbstate_t are properly declared. */
256 /* Define to 1 if <wchar.h> declares mbstate_t. */
574 #define mbstate_t int macro

Completed in 228 milliseconds

12345