Searched refs:copywc (Results 1 – 1 of 1) sorted by relevance
1193 wchar_t *copywc; in __printf_fp_l() local1227 for (cp = buffer, copywc = wstartp; copywc < wcp; ++copywc) in __printf_fp_l()1228 if (*copywc == decimalwc) in __printf_fp_l()1230 else if (*copywc == thousands_sepwc) in __printf_fp_l()1233 *cp++ = (char) *copywc; in __printf_fp_l()
Completed in 5 milliseconds