Searched defs:INT_STRLEN_BOUND (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/diff/lib/
H A Dinttostr.h41 #define INT_STRLEN_BOUND(t) ((sizeof (t) * CHAR_BIT - 1) * 302 / 1000 + 2) macro
H A Dstrftime.c113 #define INT_STRLEN_BOUND(t) \ macro
/freebsd-10-stable/contrib/libreadline/
H A Dshell.c85 #define INT_STRLEN_BOUND(t) \ macro
/freebsd-10-stable/contrib/ntp/sntp/libopts/
H A Dintprops.h120 #define INT_STRLEN_BOUND(t) \ macro
/freebsd-10-stable/contrib/less/
H A Dless.h222 #define INT_STRLEN_BOUND(t) ((sizeof(t) * CHAR_BIT - 1) * 302 / 1000 + 1 + 1) macro

Completed in 117 milliseconds