Lines Matching refs:strncpy_s
11 * Description: strncpy_s function
49 SECUREC_ERROR_INVALID_RANGE("strncpy_s");
61 SECUREC_ERROR_INVALID_RANGE("strncpy_s");
65 SECUREC_ERROR_INVALID_PARAMTER("strncpy_s");
74 SECUREC_ERROR_INVALID_RANGE("strncpy_s");
86 * The strncpy_s function copies not more than n successive characters (not including the terminating null character)
108 errno_t strncpy_s(char *strDest, size_t destMax, const char *strSrc, size_t count)
124 SECUREC_ERROR_INVALID_RANGE("strncpy_s");
135 SECUREC_ERROR_BUFFER_OVERLAP("strncpy_s");
143 EXPORT_SYMBOL(strncpy_s);