Searched defs:mbrtowc (Results 1 - 8 of 8) sorted by relevance

/haiku-fatelf/src/bin/bash/lib/readline/
H A Drlmbutil.h63 # define mbrtowc(pwc, s, n, ps) (mbrtowc) (pwc, s, n, 0) macro
/haiku-fatelf/src/bin/coreutils/lib/
H A Dmbrtowc.c39 mbrtowc (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps) function
319 # undef mbrtowc macro
[all...]
H A Dwchar.h214 # undef mbrtowc macro
215 # define mbrtowc(w,s,n,p) \ macro
/haiku-fatelf/src/bin/network/wget/lib/
H A Dmbrtowc.c39 mbrtowc (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps) function
319 # undef mbrtowc macro
[all...]
/haiku-fatelf/src/bin/bash/
H A Dconfig-bot.h167 # define mbrtowc(pwc, s, n, ps) (mbrtowc) (pwc, s, n, 0) macro
/haiku-fatelf/src/libs/iconv/
H A Dloop_wchar.h33 # define mbrtowc(pwc, s, n, ps) (mbrtowc)(pwc, s, n, 0) macro
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dquotearg.c48 # define mbrtowc(pwc, s, n, ps) ((*(pwc) = *(s)) != 0) macro
/haiku-fatelf/src/bin/diffutils/lib/
H A Dregex.c91 # define mbrtowc __mbrtowc macro

Completed in 83 milliseconds