Home | History | Annotate | Download | only in lib

Lines Matching refs:wcswidth

1003 #   undef wcswidth
1004 # define wcswidth rpl_wcswidth
1006 _GL_FUNCDECL_RPL (wcswidth, int, (const wchar_t *s, size_t n)
1008 _GL_CXXALIAS_RPL (wcswidth, int, (const wchar_t *s, size_t n));
1011 _GL_FUNCDECL_SYS (wcswidth, int, (const wchar_t *s, size_t n)
1014 _GL_CXXALIAS_SYS (wcswidth, int, (const wchar_t *s, size_t n));
1016 _GL_CXXALIASWARN (wcswidth);
1018 # undef wcswidth
1020 _GL_WARN_ON_USE (wcswidth, "wcswidth is unportable - "
1021 "use gnulib module wcswidth for portability");