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

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dvasnprintf.c1941 const FCHAR_T *digitp = dp->width_start; local
1944 width = xsum (xtimes (width, 10), *digitp++ - '0');
1945 while (digitp != dp->width_end);
1971 const FCHAR_T *digitp = dp->precision_start + 1; local
1974 while (digitp != dp->precision_end)
1975 precision = xsum (xtimes (precision, 10), *digitp++ - '0');
2419 const FCHAR_T *digitp = dp->width_start; local
2422 width = xsum (xtimes (width, 10), *digitp++ - '0');
2423 while (digitp != dp->width_end);
2449 const FCHAR_T *digitp local
2944 const FCHAR_T *digitp = dp->width_start; local
2974 const FCHAR_T *digitp = dp->precision_start + 1; local
3451 const FCHAR_T *digitp = dp->width_start; local
3481 const FCHAR_T *digitp = dp->precision_start + 1; local
4630 const FCHAR_T *digitp = dp->width_start; local
4662 const FCHAR_T *digitp = dp->precision_start + 1; local
[all...]

Completed in 21 milliseconds