Home
last modified time | relevance | path

Searched defs:_STLP_STRNCPY (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/stlport/src/c_locale_dummy/
Dc_locale_dummy.c33 # define _STLP_STRNCPY(D, DS, S, C) strncpy_s(D, DS, S, C) macro
38 # define _STLP_STRNCPY(D, DS, S, C) strncpy(D, S, C) macro
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/
Dc_locale_win32.c33 # define _STLP_STRNCPY(D, DS, S, C) strncpy_s(D, DS, S, C) macro
37 # define _STLP_STRNCPY(D, DS, S, C) strncpy(D, S, C) macro