Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/src/c_locale_win32/
Dc_locale_win32.c34 # define _STLP_STRCAT(D, DS, S) strcat_s(D, DS, S) macro
38 # define _STLP_STRCAT(D, DS, S) strcat(D, S) macro