Searched defs:_STLP_STRNCPY (Results 1 – 2 of 2) sorted by relevance
/ndk/sources/cxx-stl/stlport/src/c_locale_dummy/ |
D | c_locale_dummy.c | 33 # 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/ |
D | c_locale_win32.c | 33 # 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
|