Home
last modified time | relevance | path

Searched defs:nDestSize (Results 1 – 3 of 3) sorted by relevance

/external/fastrpc/src/
Dstd_strlprintf.c499 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()
Dstd_SwapBytes.c63 int STD_COPY_SWAP(void * pvDest, int nDestSize, in STD_COPY_SWAP()
184 int STD_COPY(void *pvDest, int nDestSize, in STD_COPY()
Dstd.c47 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()