Searched refs:nrv_alloc (Results 1 - 1 of 1) sorted by relevance

/ndk/sources/android/support/src/stdio/
H A Dstrtod.c3010 nrv_alloc(char *s, char **rve, int n) function
3128 return (nrv_alloc("0", rve, 1));
3140 return (nrv_alloc(INFSTR, rve, sizeof(INFSTR) - 1));
3143 return (nrv_alloc(NANSTR, rve, sizeof(NANSTR) - 1));

Completed in 18 milliseconds