Searched defs:_STLP_STRCPY (Results 1 – 1 of 1) sorted by relevance
32 # define _STLP_STRCPY(D, DS, S) strcpy_s(D, DS, S) macro36 # define _STLP_STRCPY(D, DS, S) strcpy(D, S) macro