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

/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dbsd-snprintf.c166 #define char_to_int(p) ((p)- '0') macro
254 min = 10*min + char_to_int (ch);
276 max = 10*max + char_to_int (ch);
/freebsd-9.3-release/crypto/openssl/crypto/bio/
H A Db_print.c165 #define char_to_int(p) (p - '0') macro
232 min = 10 * min + char_to_int(ch);
252 max = 10 * max + char_to_int(ch);

Completed in 82 milliseconds