Home | History | Annotate | Download | only in printf

Lines Matching defs:wtp

970 	wchar_t *wtp = wcp;
977 while (*--wtp != decimalwc && *wtp == L_('9'))
979 *wtp = L_('0');
984 if (*wtp != decimalwc)
986 (*wtp)++;
988 && wtp == wstartp + 1
997 if (fracdig_no == 0 || *wtp == decimalwc)
1000 if (*(wtp - 1) == decimalwc)
1001 --wtp;
1003 while (--wtp >= wstartp && *wtp == L_('9'))
1004 *wtp = L_('0');
1006 if (wtp >= wstartp)
1008 (*wtp)++;