Home
last modified time | relevance | path

Searched refs:to_digit (Results 1 – 2 of 2) sorted by relevance

/glibc-2.36/stdlib/
Dstrfmon_l.c60 #define to_digit(Ch) ((Ch) - '0') macro
213 width = to_digit (*fmt); in __vstrfmon_l_internal()
217 int val = to_digit (*fmt); in __vstrfmon_l_internal()
246 left_prec = to_digit (*fmt); in __vstrfmon_l_internal()
251 left_prec += to_digit (*fmt); in __vstrfmon_l_internal()
263 right_prec = to_digit (*fmt); in __vstrfmon_l_internal()
268 right_prec += to_digit (*fmt); in __vstrfmon_l_internal()
/glibc-2.36/manual/
Dlocale.texi1214 @c locale through isdigit (but to_digit assumes ASCII digits only).