Searched refs:strtoarith_t (Results 1 – 3 of 3) sorted by relevance
61 #define strtoarith_t(nptr, endptr, base) strtoimax(nptr, endptr, base) macro
81 yylval.val = strtoarith_t(buf, &end, 0); in yylex()
107 result = strtoarith_t(str, &p, 0); in arith_lookupvarint()