Home
last modified time | relevance | path

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

/stdlib/
A 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()

Completed in 4 milliseconds