Home
last modified time | relevance | path

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

/stdio-common/
A Dprintf_fp.c1001 wchar_t *wtp = wcp; in __printf_fp_l() local
1008 while (*--wtp != decimalwc && *wtp == L'9') in __printf_fp_l()
1010 *wtp = L'0'; in __printf_fp_l()
1015 if (*wtp != decimalwc) in __printf_fp_l()
1017 (*wtp)++; in __printf_fp_l()
1019 && wtp == wstartp + 1 in __printf_fp_l()
1032 --wtp; in __printf_fp_l()
1034 while (--wtp >= wstartp && *wtp == L'9') in __printf_fp_l()
1035 *wtp = L'0'; in __printf_fp_l()
1037 if (wtp >= wstartp) in __printf_fp_l()
[all …]

Completed in 7 milliseconds