Searched refs:ARITH_FMT (Results 1 – 4 of 4) sorted by relevance
68 # define ARITH_FMT "%lld" macro71 # define ARITH_FMT "%ld"
447 sprintf(buf, ARITH_FMT, rez); in arith_apply()
7095 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()
268 # define ARITH_FMT "%ld" macro6432 len = fmtstr(buf, len, ARITH_FMT, num); in cvtnum()