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

Lines Matching full:wcscmp

1010 _GL_FUNCDECL_SYS (wcscmp, int, (const wchar_t *s1, const wchar_t *s2)
1013 _GL_CXXALIAS_SYS (wcscmp, int, (const wchar_t *s1, const wchar_t *s2));
1014 _GL_CXXALIASWARN (wcscmp);
1016 # undef wcscmp
1018 _GL_WARN_ON_USE (wcscmp, "wcscmp is unportable - "
1019 "use gnulib module wcscmp for portability");
1096 /* Transform S2 into array pointed to by S1 such that if wcscmp is applied