Searched refs:std_strlprintf_inner (Results 1 – 1 of 1) sorted by relevance
/external/fastrpc/src/ |
D | std_strlprintf.c | 499 static int std_strlprintf_inner(char *pszDest, int nDestSize, in std_strlprintf_inner() function 715 return std_strlprintf_inner(pszDest, nDestSize, cpszFmt, args, NULL); in std_vstrlprintf() 726 return std_strlprintf_inner(pszDest, nDestSize, cpszFmt, args, FormatFloat); in std_vsnprintf()
|