Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdlib/
Dldtoa.c2809 char *outstr; in __ldtoa() local
2947 outstr = __alloc_dtoa_result(i); in __ldtoa()
2948 if (!outstr) in __ldtoa()
2952 strcpy (outstr, outbuf); in __ldtoa()
2955 *rve = outstr + (s - outbuf); in __ldtoa()
2960 return outstr; in __ldtoa()
/picolibc-latest/newlib/
DChangeLog-201519070 s, p, k, and outstr.