Home
last modified time | relevance | path

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

/external/fastrpc/src/
Dstd_strlprintf.c87 static int ScanDecimal(const char **ppsz) in ScanDecimal() argument
92 for (psz = *ppsz; ISDIGIT(*psz); ++psz) { in ScanDecimal()
95 *ppsz = psz; in ScanDecimal()