Home
last modified time | relevance | path

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

/external/dropbear/libtomcrypt/src/pk/asn1/der/utctime/
Dder_decode_utctime.c20 static int char_to_int(unsigned char x) in char_to_int() function
38 y = char_to_int(buf[x])*10 + char_to_int(buf[x+1]); \
/external/openssl/crypto/bio/
Db_print.c165 #define char_to_int(p) (p - '0') macro
235 min = 10 * min + char_to_int(ch); in _dopr()
255 max = 10 * max + char_to_int(ch); in _dopr()
/external/openssh/openbsd-compat/
Dbsd-snprintf.c164 #define char_to_int(p) ((p)- '0') macro
252 min = 10*min + char_to_int (ch); in dopr()
274 max = 10*max + char_to_int (ch); in dopr()