HomeSort by relevance Sort by last modified time
    Searched refs:wcsncpy (Results 1 - 17 of 17) sorted by null

  /bionic/libc/upstream-freebsd/lib/libc/string/
wcsncpy.c 48 wcsncpy(wchar_t * __restrict dst, const wchar_t * __restrict src, size_t n) function
  /development/ndk/platforms/android-3/include/
wchar.h 131 extern wchar_t *wcsncpy(wchar_t *, const wchar_t *, size_t);
  /development/ndk/platforms/android-8/include/
wchar.h 137 extern wchar_t *wcsncpy(wchar_t *, const wchar_t *, size_t);
  /development/ndk/platforms/android-9/include/
wchar.h 118 extern wchar_t *wcsncpy(wchar_t *, const wchar_t *, size_t);
  /external/bison/lib/
wchar.in.h 627 _GL_FUNCDECL_SYS (wcsncpy, wchar_t *,
630 _GL_CXXALIAS_SYS (wcsncpy, wchar_t *,
632 _GL_CXXALIASWARN (wcsncpy);
634 # undef wcsncpy
636 _GL_WARN_ON_USE (wcsncpy, "wcsncpy is unportable - "
637 "use gnulib module wcsncpy for portability");
    [all...]
  /external/bison/darwin-lib/
wchar.h 939 _GL_FUNCDECL_SYS (wcsncpy, wchar_t *,
942 _GL_CXXALIAS_SYS (wcsncpy, wchar_t *,
944 _GL_CXXALIASWARN (wcsncpy);
946 # undef wcsncpy macro
    [all...]
  /external/bison/linux-lib/
wchar.h 939 _GL_FUNCDECL_SYS (wcsncpy, wchar_t *,
942 _GL_CXXALIAS_SYS (wcsncpy, wchar_t *,
944 _GL_CXXALIASWARN (wcsncpy);
946 # undef wcsncpy macro
    [all...]
  /bionic/libc/include/
wchar.h 126 extern wchar_t *wcsncpy(wchar_t *, const wchar_t *, size_t);
  /development/ndk/platforms/android-L/include/
wchar.h 126 extern wchar_t *wcsncpy(wchar_t *, const wchar_t *, size_t);
  /external/libedit/src/
chartype.h 103 #define Strncpy(d,s,n) wcsncpy(d,s,n)
  /external/ltrace/testsuite/ltrace.minor/
wchar.exp 123 wcsncpy(wbuf, L"1234?", 64);
194 {{^wcsncpy\(.*, "1234?", 64\).*= .*} == 1}
  /external/libcxx/test/depr/depr.c.headers/
wchar_h.pass.cpp 75 static_assert((std::is_same<decltype(wcsncpy(ws, L"", s)), wchar_t*>::value), "");
  /external/libcxx/test/strings/c.strings/
cwchar.pass.cpp 75 static_assert((std::is_same<decltype(std::wcsncpy(ws, L"", s)), wchar_t*>::value), "");
  /external/ltrace/etc/
libc.so.conf 496 addr wcsncpy(addr, wstring_t, ulong);
  /bionic/libc/
Android.mk 264 upstream-freebsd/lib/libc/string/wcsncpy.c \
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_win.cpp     [all...]
  /external/bison/
configure     [all...]

Completed in 527 milliseconds