Home | History | Annotate | Download | only in linux-lib

Lines Matching defs:mbrtowc

440    implementing mbrtowc for encodings like UTF-8.  */
531 # undef mbrtowc
532 # define mbrtowc rpl_mbrtowc
534 _GL_FUNCDECL_RPL (mbrtowc, size_t,
536 _GL_CXXALIAS_RPL (mbrtowc, size_t,
540 _GL_FUNCDECL_SYS (mbrtowc, size_t,
543 _GL_CXXALIAS_SYS (mbrtowc, size_t,
546 _GL_CXXALIASWARN (mbrtowc);
548 # undef mbrtowc
550 _GL_WARN_ON_USE (mbrtowc, "mbrtowc is unportable - "
551 "use gnulib module mbrtowc for portability");