Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-snprintf.c154 #define char_to_int(p) ((p)- '0') macro
242 min = 10*min + char_to_int (ch); in dopr()
264 max = 10*max + char_to_int (ch); in dopr()
/freebsd/crypto/openssl/crypto/bio/
H A Dbio_print.c83 #define char_to_int(p) (p - '0') macro
152 min = 10 * min + char_to_int(ch); in _dopr()
172 max = 10 * max + char_to_int(ch); in _dopr()