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

/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dprintf_fp.c944 wchar_t *wtp = wcp; local
973 while (*--wtp != decimalwc && *wtp == L'9')
974 *wtp = '0';
975 if (*wtp != decimalwc)
977 (*wtp)++;
980 if (fracdig_no == 0 || *wtp == decimalwc)
983 if (*(wtp - 1) == decimalwc)
984 --wtp;
986 while (--wtp >
[all...]

Completed in 41 milliseconds