Home
last modified time | relevance | path

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

/ndk/sources/android/support/src/stdio/
Dstrtod.c3216 unsigned char *strunc; in gethex() local
3391 if (nd > maxdigits && (strunc = alloca(maxdigits + dplen + 2)) != NULL) { in gethex()
3393 unsigned char *tp = strunc + maxdigits; in gethex()
3396 memcpy(strunc, s0, maxdigits); in gethex()
3398 memcpy(strunc, s0, maxdigits + dplen); in gethex()
3420 s0 = strunc; in gethex()