Home
last modified time | relevance | path

Searched refs:ARITH_FMT (Results 1 – 4 of 4) sorted by relevance

/busybox-1.35.0/shell/
Dmath.h68 # define ARITH_FMT "%lld" macro
71 # define ARITH_FMT "%ld"
Dmath.c447 sprintf(buf, ARITH_FMT, rez); in arith_apply()
Dhush.c7095 debug_printf_subst("ARITH RES '"ARITH_FMT"'\n", res); in expand_vars_to_list()
7096 sprintf(arith_buf, ARITH_FMT, res); in expand_vars_to_list()
Dash.c268 # define ARITH_FMT "%ld" macro
6432 len = fmtstr(buf, len, ARITH_FMT, num); in cvtnum()