Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/src/c_locale_win32/
Dc_locale_win32.c32 # define _STLP_STRCPY(D, DS, S) strcpy_s(D, DS, S) macro
36 # define _STLP_STRCPY(D, DS, S) strcpy(D, S) macro