Searched defs:nDestSize (Results 1 – 3 of 3) sorted by relevance
/external/fastrpc/src/ |
D | std_strlprintf.c | 499 static int std_strlprintf_inner(char *pszDest, int nDestSize, in std_strlprintf_inner() 711 int std_vstrlprintf(char *pszDest, int nDestSize, in std_vstrlprintf() 718 int std_vsnprintf(char *pszDest, int nDestSize, in std_vsnprintf() 729 int std_strlprintf(char *pszDest, int nDestSize, const char *pszFmt, ...) in std_strlprintf() 743 int std_snprintf(char *pszDest, int nDestSize, const char *pszFmt, ...) in std_snprintf()
|
D | std_SwapBytes.c | 63 int STD_COPY_SWAP(void * pvDest, int nDestSize, in STD_COPY_SWAP() 184 int STD_COPY(void *pvDest, int nDestSize, in STD_COPY()
|
D | std.c | 47 int std_getversion(char *pcDst, int nDestSize) in std_getversion() 141 int std_strlcpy(char* pcDst, const char* cpszSrc, int nDestSize) in std_strlcpy() 157 int std_strlcat(char* pcDst, const char* cpszSrc, int nDestSize) in std_strlcat() 225 int std_wstrlcpy(AECHAR* pwcDst, const AECHAR* cpwszSrc, int nDestSize) in std_wstrlcpy() 243 int std_wstrlcat(AECHAR* pwcDst, const AECHAR* cpwszSrc, int nDestSize) in std_wstrlcat()
|