Home
last modified time | relevance | path

Searched refs:pszFmt (Results 1 – 2 of 2) sorted by relevance

/external/fastrpc/src/
Dstd_strlprintf.c729 int std_strlprintf(char *pszDest, int nDestSize, const char *pszFmt, ...) in std_strlprintf() argument
734 AEEVA_START(args, pszFmt); in std_strlprintf()
736 nRet = std_vstrlprintf(pszDest, nDestSize, pszFmt, args); in std_strlprintf()
743 int std_snprintf(char *pszDest, int nDestSize, const char *pszFmt, ...) in std_snprintf() argument
752 AEEVA_START(args, pszFmt); in std_snprintf()
754 nRet = std_vsnprintf(pszDest, nDestSize, pszFmt, args); in std_snprintf()
/external/fastrpc/inc/
DAEEstd.h153 const char *pszFmt, AEEVaList args);
156 const char *pszFmt, ...);
162 const char *pszFmt, ...);