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

/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dvasnprintf.c306 const CHAR_T *digitp = dp->width_start; local
309 width = xsum (xtimes (width, 10), *digitp++ - '0');
310 while (digitp != dp->width_end);
328 const CHAR_T *digitp = dp->precision_start + 1; local
331 while (digitp != dp->precision_end)
332 precision = xsum (xtimes (precision, 10), *digitp++ - '0');
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/intl/
H A Dvasnprintf.c292 const CHAR_T *digitp = dp->width_start; local
295 width = xsum (xtimes (width, 10), *digitp++ - '0');
296 while (digitp != dp->width_end);
314 const CHAR_T *digitp = dp->precision_start + 1; local
317 while (digitp != dp->precision_end)
318 precision = xsum (xtimes (precision, 10), *digitp++ - '0');
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/libasprintf/
H A Dvasnprintf.c292 const CHAR_T *digitp = dp->width_start; local
295 width = xsum (xtimes (width, 10), *digitp++ - '0');
296 while (digitp != dp->width_end);
314 const CHAR_T *digitp = dp->precision_start + 1; local
317 while (digitp != dp->precision_end)
318 precision = xsum (xtimes (precision, 10), *digitp++ - '0');
/netbsd-current/external/gpl2/texinfo/dist/intl/
H A Dvasnprintf.c296 const CHAR_T *digitp = dp->width_start; local
299 width = xsum (xtimes (width, 10), *digitp++ - '0');
300 while (digitp != dp->width_end);
318 const CHAR_T *digitp = dp->precision_start + 1; local
322 precision = xsum (xtimes (precision, 10), *digitp++ - '0');
323 while (digitp != dp->precision_end);

Completed in 179 milliseconds