Searched refs:wcrtomb (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/lib/
H A Dwchar.in.h232 # undef wcrtomb
233 # define wcrtomb rpl_wcrtomb
236 extern size_t wcrtomb (char *s, wchar_t wc, mbstate_t *ps);
239 # undef wcrtomb
240 # define wcrtomb(s,w,p) \
241 (GL_LINK_WARNING ("wcrtomb is unportable - " \
242 "use gnulib module wcrtomb for portability"), \
243 wcrtomb (s, w, p))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/md5/
H A Dwchar.in.h232 # undef wcrtomb
233 # define wcrtomb rpl_wcrtomb
236 extern size_t wcrtomb (char *s, wchar_t wc, mbstate_t *ps);
239 # undef wcrtomb
240 # define wcrtomb(s,w,p) \
241 (GL_LINK_WARNING ("wcrtomb is unportable - " \
242 "use gnulib module wcrtomb for portability"), \
243 wcrtomb (s, w, p))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A DcharsetConv.c299 static inline size_t wcrtomb(char *s, wchar_t wc, mbstate_t *ps) function
368 int r = wcrtomb(dptr, wchar[i], &ps);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libiconv-1.11/lib/
H A Dloop_wchar.h148 size_t count = wcrtomb(buf+bufcount,*inptr,&state);
247 size_t bufcount = wcrtomb(buf,(wchar_t)0,&state);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dunistr.c787 cnt = wcrtomb(mbs + o, wc, &mbstate);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.c75 # define wcrtomb __wcrtomb macro
4545 retval = wcrtomb (buf, c, &state);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libiconv-1.11/
H A Dconfigure32804 for ac_func in getc_unlocked mbrtowc wcrtomb mbsinit setlocale
[all...]

Completed in 225 milliseconds