Searched refs:char_to_int (Results 1 – 3 of 3) sorted by relevance
20 static int char_to_int(unsigned char x) in char_to_int() function38 y = char_to_int(buf[x])*10 + char_to_int(buf[x+1]); \
165 #define char_to_int(p) (p - '0') macro235 min = 10 * min + char_to_int(ch); in _dopr()255 max = 10 * max + char_to_int(ch); in _dopr()
164 #define char_to_int(p) ((p)- '0') macro252 min = 10*min + char_to_int (ch); in dopr()274 max = 10*max + char_to_int (ch); in dopr()