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

  /device/linaro/bootloader/edk2/StdLib/LibC/Wchar/
String.c 35 /** The wmemset function copies the value of c into each of the first n wide
38 @return The wmemset function returns the value of s.
40 wchar_t *wmemset(wchar_t *s, wchar_t c, size_t n) function
  /bionic/libc/upstream-freebsd/lib/libc/string/
wmemset.c 26 * citrus Id: wmemset.c,v 1.2 2000/12/20 14:08:31 itojun Exp
32 __RCSID("$NetBSD: wmemset.c,v 1.1 2000/12/23 23:14:37 itojun Exp $");
40 wmemset(wchar_t *s, wchar_t c, size_t n) function
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_cwchar.h 93 extern wchar_t *wmemset();
314 # undef wmemset macro
317 inline wchar_t* wmemset(wchar_t* __wdst, wchar_t __wc, size_t __n) function
324 inline wchar_t* wmemset(wchar_t* __wdst, wchar_t __wc, size_t __n)
328 using _STLP_VENDOR_CSTD::wmemset;
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_cwchar.h 93 extern wchar_t *wmemset();
314 # undef wmemset macro
317 inline wchar_t* wmemset(wchar_t* __wdst, wchar_t __wc, size_t __n) function
324 inline wchar_t* wmemset(wchar_t* __wdst, wchar_t __wc, size_t __n)
328 using _STLP_VENDOR_CSTD::wmemset;
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_cwchar.h 93 extern wchar_t *wmemset();
314 # undef wmemset macro
317 inline wchar_t* wmemset(wchar_t* __wdst, wchar_t __wc, size_t __n) function
324 inline wchar_t* wmemset(wchar_t* __wdst, wchar_t __wc, size_t __n)
328 using _STLP_VENDOR_CSTD::wmemset;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
wchar2.h 124 size_t __n), wmemset);
128 __warnattr ("wmemset called with length bigger than size of destination "
132 __NTH (wmemset (wchar_t *__restrict __s, wchar_t __c, size_t __n)) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
wchar2.h 122 size_t __n), wmemset);
126 __warnattr ("wmemset called with length bigger than size of destination "
130 __NTH (wmemset (wchar_t *__s, wchar_t __c, size_t __n)) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
wchar2.h 122 size_t __n), wmemset);
126 __warnattr ("wmemset called with length bigger than size of destination "
130 __NTH (wmemset (wchar_t *__s, wchar_t __c, size_t __n)) function
  /prebuilts/ndk/r11/sources/android/support/src/
wchar_support.c 345 wchar_t* wmemset(wchar_t* s, wchar_t c, size_t n) { function
  /prebuilts/ndk/r13/sources/android/support/src/
wchar_support.c 345 wchar_t* wmemset(wchar_t* s, wchar_t c, size_t n) { function
  /external/bison/darwin-lib/
wchar.h 858 _GL_FUNCDECL_SYS (wmemset, wchar_t *, (wchar_t *s, wchar_t c, size_t n));
860 _GL_CXXALIAS_SYS (wmemset, wchar_t *, (wchar_t *s, wchar_t c, size_t n));
861 _GL_CXXALIASWARN (wmemset);
863 # undef wmemset macro
865 _GL_WARN_ON_USE (wmemset, "wmemset is unportable - "
866 "use gnulib module wmemset for portability");
    [all...]
  /external/bison/linux-lib/
wchar.h 858 _GL_FUNCDECL_SYS (wmemset, wchar_t *, (wchar_t *s, wchar_t c, size_t n));
860 _GL_CXXALIAS_SYS (wmemset, wchar_t *, (wchar_t *s, wchar_t c, size_t n));
861 _GL_CXXALIASWARN (wmemset);
863 # undef wmemset macro
865 _GL_WARN_ON_USE (wmemset, "wmemset is unportable - "
866 "use gnulib module wmemset for portability");
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wchar.h 988 __CRT_INLINE wchar_t *__cdecl wmemset(wchar_t *_S,wchar_t _C,size_t _N) { function
    [all...]

Completed in 674 milliseconds