Searched refs:std_wstrlcpy (Results 1 – 2 of 2) sorted by relevance
225 int std_wstrlcpy(AECHAR* pwcDst, const AECHAR* cpwszSrc, int nDestSize) in std_wstrlcpy() function251 return nLen + std_wstrlcpy(pwcDst+nLen, cpwszSrc, nDestSize-nLen); in std_wstrlcat()
124 extern int std_wstrlcpy(AECHAR *pcDst, const AECHAR *pszSrc, int nDestSize);