Home
last modified time | relevance | path

Searched defs:NDIGITS (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/sendmail/libsm/
H A Dvfscanf.c48 #define NDIGITS 0x100 /* no digits detected */ macro
/freebsd/sys/kern/
H A Dsubr_scanf.c71 #define NDIGITS 0x80 /* no digits detected */ macro
/freebsd/bin/expr/
H A Dexpr.y196 #define NDIGITS(x) (3 * (sizeof(x) * CHAR_BIT) / 10 + 1 + 1 + 1) in to_string() macro