/bionic/libc/upstream-freebsd/lib/libc/string/ |
wmemcmp.c | 26 * citrus Id: wmemcmp.c,v 1.2 2000/12/20 14:08:31 itojun Exp 32 __RCSID("$NetBSD: wmemcmp.c,v 1.1 2000/12/23 23:14:37 itojun Exp $"); 40 wmemcmp(const wchar_t *s1, const wchar_t *s2, size_t n) function
|
/ndk/sources/android/support/src/ |
wchar_support.c | 257 if (!wmemcmp(p, find, find_len)) 320 int wmemcmp(const wchar_t *s1, const wchar_t *s2, size_t n) { function
|
/external/bison/darwin-lib/ |
wchar.h | 802 _GL_FUNCDECL_SYS (wmemcmp, int, 806 _GL_CXXALIAS_SYS (wmemcmp, int, 808 _GL_CXXALIASWARN (wmemcmp); 810 # undef wmemcmp macro 812 _GL_WARN_ON_USE (wmemcmp, "wmemcmp is unportable - " 813 "use gnulib module wmemcmp for portability"); [all...] |
/external/bison/linux-lib/ |
wchar.h | 802 _GL_FUNCDECL_SYS (wmemcmp, int, 806 _GL_CXXALIAS_SYS (wmemcmp, int, 808 _GL_CXXALIASWARN (wmemcmp); 810 # undef wmemcmp macro 812 _GL_WARN_ON_USE (wmemcmp, "wmemcmp is unportable - " 813 "use gnulib module wmemcmp for portability"); [all...] |