Home
last modified time | relevance | path

Searched defs:INT_STRLEN_BOUND (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/diff/lib/
HDinttostr.h41 #define INT_STRLEN_BOUND(t) ((sizeof (t) * CHAR_BIT - 1) * 302 / 1000 + 2) macro
HDstrftime.c113 #define INT_STRLEN_BOUND(t) \ macro
/freebsd-13-stable/contrib/ntp/sntp/libopts/
HDintprops.h115 #define INT_STRLEN_BOUND(t) \ macro
/freebsd-13-stable/contrib/less/
HDless.h215 #define INT_STRLEN_BOUND(t) ((sizeof(t) * CHAR_BIT - 1) * 302 / 1000 + 1 + 1) macro