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

/freebsd-9.3-release/bin/sh/
H A Dshell.h61 #define strtoarith_t(nptr, endptr, base) strtoimax(nptr, endptr, base) macro
H A Darith_yylex.c83 yylval.val = strtoarith_t(buf, &end, 0);
H A Darith_yacc.c105 result = strtoarith_t(str, &p, 0);

Completed in 62 milliseconds