HomeSort by relevance Sort by last modified time
    Searched defs:wmemcmp (Results 1 - 5 of 5) sorted by null

  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wchar.h 969 __CRT_INLINE int __cdecl wmemcmp(const wchar_t *_S1,const wchar_t *_S2,size_t _N) { function
    [all...]

Completed in 472 milliseconds