Searched refs:strto_arith_t (Results 1 – 1 of 1) sorted by relevance
512 static arith_t strto_arith_t(const char *nptr, char **endptr) in strto_arith_t() function574 # define strto_arith_t(nptr, endptr) strtoull(nptr, endptr, 0) macro576 # define strto_arith_t(nptr, endptr) strtoul(nptr, endptr, 0) macro654 numstackptr->val = strto_arith_t(expr, (char**) &expr); in evaluate_string()