Searched refs:read_long (Results 1 – 1 of 1) sorted by relevance
78 static bool read_long(long* z, char* str);168 static bool read_long(long* z, char* str) { in read_long() function348 if (!read_long(&v, str + 2)) return false; in parse_result_code()390 if (!read_long(&v, tok) || v > UCHAR_MAX || v < 0) return -1; in parse_binary()1383 ACHECK(read_long(&radix, t->input[1])); in test_qtostr()1417 ACHECK(read_long(&radix, t->input[1])); in test_qtodec()1418 ACHECK(read_long(&prec, t->input[2])); in test_qtodec()1419 ACHECK(read_long(&m, t->input[3])); in test_qtodec()1443 ACHECK(read_long(&radix, t->input[1])); in test_qrdec()