Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dbsd-snprintf.c112 #define char_to_int(p) (p - '0') macro
173 min = 10*min + char_to_int (ch); in dopr()
193 max = 10*max + char_to_int(ch); in dopr()