Home
last modified time | relevance | path

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

/NextBSD/bin/sh/
HDshell.h61 #define strtoarith_t(nptr, endptr, base) strtoimax(nptr, endptr, base) macro
HDarith_yylex.c81 yylval.val = strtoarith_t(buf, &end, 0); in yylex()
HDarith_yacc.c107 result = strtoarith_t(str, &p, 0); in arith_lookupvarint()