Home
last modified time | relevance | path

Searched refs:wmemmove_s (Results 1 - 2 of 2) sorted by relevance

/third_party/bounds_checking_function/src/
H A Dwmemmove_s.c11 * Description: wmemmove_s function
24 * The wmemmove_s function copies n successive wide characters from the object pointed
50 * If some regions of the source area and the destination overlap, wmemmove_s
54 errno_t wmemmove_s(wchar_t *dest, size_t destMax, const wchar_t *src, size_t count) in wmemmove_s() function
57 SECUREC_ERROR_INVALID_PARAMTER("wmemmove_s"); in wmemmove_s()
61 SECUREC_ERROR_INVALID_PARAMTER("wmemmove_s"); in wmemmove_s()
/third_party/bounds_checking_function/include/
H A Dsecurec.h415 * Description: The wmemmove_s function copies n successive wide characters from the object
423 SECUREC_API errno_t wmemmove_s(wchar_t *dest, size_t destMax, const wchar_t *src, size_t count);

Completed in 1 milliseconds