Home
last modified time | relevance | path

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

/freebsd/bin/sh/
H A Darith.h32 #define DIGITS(var) (3 + (2 + CHAR_BIT * sizeof((var))) / 3) macro
H A Darith_yacc.c305 char sresult[DIGITS(result) + 1]; in assignment()
H A Dexpand.c431 CHECKSTRSPACE((int)(DIGITS(result) + 1), expdest); in expari()
432 fmtstr(expdest, DIGITS(result), ARITH_FORMAT_STR, result); in expari()