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

/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dprintf_fp.c798 wchar_t *wbuffer, *wstartp, *wcp; local
888 wcp = wstartp = wbuffer + 2; /* Let room for rounding. */
986 while (--wtp >= wstartp && *wtp == L'9')
989 if (wtp >= wstartp)
997 *wstartp = '1';
1005 *--wstartp = decimalwc;
1006 *--wstartp = L'1';
1011 wstartp[intdig_no + 2] = L'0';
1026 *--wstartp = L'1';
1056 wcp = group_number (wstartp, wc
[all...]

Completed in 31 milliseconds