Searched refs:wcsncpy (Results 1 - 17 of 17) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/main/win32/
H A DSDL_win32_main.c216 wcsncpy( stdoutPath, path, SDL_arraysize(stdoutPath) );
240 wcsncpy( stderrPath, path, SDL_arraysize(stdoutPath) );
371 wcsncpy(bufp+wcslen(bufp), szCmdLine,nLen-wcslen(bufp));
/external/srec/portable/include/
H A Dptypes.h421 #define LSTRNCPY wcsncpy
/external/bison/lib/
H A Dwchar.in.h627 _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");
/external/bison/darwin-lib/
H A Dwchar.h939 _GL_FUNCDECL_SYS (wcsncpy, wchar_t *,
942 _GL_CXXALIAS_SYS (wcsncpy, wchar_t *,
944 _GL_CXXALIASWARN (wcsncpy);
946 # undef wcsncpy macro
948 _GL_WARN_ON_USE (wcsncpy, "wcsncpy is unportable - "
949 "use gnulib module wcsncpy for portability");
/external/bison/linux-lib/
H A Dwchar.h939 _GL_FUNCDECL_SYS (wcsncpy, wchar_t *,
942 _GL_CXXALIAS_SYS (wcsncpy, wchar_t *,
944 _GL_CXXALIASWARN (wcsncpy);
946 # undef wcsncpy macro
948 _GL_WARN_ON_USE (wcsncpy, "wcsncpy is unportable - "
949 "use gnulib module wcsncpy for portability");
/external/stlport/src/c_locale_glibc/
H A Dc_locale_glibc2.c390 wcsncpy(buf1, s1, bufsize1); buf1[bufsize1] = 0;
391 wcsncpy(buf2, s2, bufsize2); buf2[bufsize2] = 0;
446 wcsncpy(buf, src, src_n);
/external/libedit/src/
H A Dchartype.h103 #define Strncpy(d,s,n) wcsncpy(d,s,n)
/external/ltrace/testsuite/ltrace.minor/
H A Dwchar.exp123 wcsncpy(wbuf, L"1234•", 64);
194 {{^wcsncpy\(.*, "1234•", 64\).*= .*} == 1}
/external/libcxx/test/depr/depr.c.headers/
H A Dwchar_h.pass.cpp75 static_assert((std::is_same<decltype(wcsncpy(ws, L"", s)), wchar_t*>::value), "");
/external/libcxx/test/strings/c.strings/
H A Dcwchar.pass.cpp75 static_assert((std::is_same<decltype(std::wcsncpy(ws, L"", s)), wchar_t*>::value), "");
/external/stlport/stlport/stl/
H A D_cwchar.h281 using _STLP_VENDOR_CSTD::wcsncpy;
/external/stlport/src/c_locale_win32/
H A Dc_wlocale_win32.c19 # define _STLP_WCSNCPY(D, DS, S, C) wcsncpy(D, S, C)
/external/stlport/src/c_locale_dummy/
H A Dc_locale_dummy.c40 # define _STLP_WCSNCPY(D, DS, S, C) wcsncpy(D, S, C)
/external/ltrace/etc/
H A Dlibc.so.conf496 addr wcsncpy(addr, wstring_t, ulong);
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_win.cpp1756 ::wcsncpy(lf->lfFaceName, wideFamilyName, LF_FACESIZE - 1);
/external/skia/src/ports/
H A DSkFontHost_win.cpp1787 ::wcsncpy(lf->lfFaceName, wideFamilyName, LF_FACESIZE - 1);
/external/bison/
H A Dconfigure33750 for gl_func in btowc wctob mbsinit mbrtowc mbrlen mbsrtowcs mbsnrtowcs wcrtomb wcsrtombs wcsnrtombs wcwidth wmemchr wmemcmp wmemcpy wmemmove wmemset wcslen wcsnlen wcscpy wcpcpy wcsncpy wcpncpy wcscat wcsncat wcscmp wcsncmp wcscasecmp wcsncasecmp wcscoll wcsxfrm wcsdup wcschr wcsrchr wcscspn wcsspn wcspbrk wcsstr wcstok wcswidth ; do

Completed in 437 milliseconds