Searched refs:wstartp (Results 1 – 1 of 1) sorted by relevance
832 wchar_t *wstartp, *wcp; in __printf_fp_l() local1037 if (wtp >= wstartp) in __printf_fp_l()1045 *wstartp = '1'; in __printf_fp_l()1060 *--wstartp = L'1'; in __printf_fp_l()1080 *--wstartp = L'1'; in __printf_fp_l()1130 wstartp[1] = decimalwc; in __printf_fp_l()1131 if (wcp >= wstartp + 2) in __printf_fp_l()1133 __wmemset (wstartp + 6, L'0', wcp - (wstartp + 2)); in __printf_fp_l()1168 width -= wcp - wstartp; in __printf_fp_l()1240 wstartp = _i18n_number_rewrite (wstartp, wcp, in __printf_fp_l()[all …]
Completed in 4 milliseconds