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

Lines Matching defs:wcswidth

1315 #   undef wcswidth
1316 # define wcswidth rpl_wcswidth
1318 _GL_FUNCDECL_RPL (wcswidth, int, (const wchar_t *s, size_t n)
1320 _GL_CXXALIAS_RPL (wcswidth, int, (const wchar_t *s, size_t n));
1323 _GL_FUNCDECL_SYS (wcswidth, int, (const wchar_t *s, size_t n)
1326 _GL_CXXALIAS_SYS (wcswidth, int, (const wchar_t *s, size_t n));
1328 _GL_CXXALIASWARN (wcswidth);
1330 # undef wcswidth
1332 _GL_WARN_ON_USE (wcswidth, "wcswidth is unportable - "
1333 "use gnulib module wcswidth for portability");