HomeSort by relevance Sort by last modified time
    Searched refs:strncpy_s (Results 1 - 4 of 4) sorted by null

  /external/stlport/stlport/stl/
_stdexcept_base.c 38 strncpy_s(_M_name, __size, _STLP_PRIV __get_c_string(__str), __size - 1);
61 strncpy_s(_M_name, __size, __x._M_name, __size - 1);
84 strncpy_s(_M_name, __size, __x._M_name, __size - 1);
  /external/stlport/src/c_locale_dummy/
c_locale_dummy.c 33 # define _STLP_STRNCPY(D, DS, S, C) strncpy_s(D, DS, S, C)
  /external/v8/src/
platform-win32.cc 204 int strncpy_s(char* strDest, size_t numberOfElements, function
778 int result = strncpy_s(dest.start(), dest.length(), src, n);
    [all...]
  /external/stlport/src/c_locale_win32/
c_locale_win32.c 33 # define _STLP_STRNCPY(D, DS, S, C) strncpy_s(D, DS, S, C)
    [all...]

Completed in 231 milliseconds