Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/readline/
H A Dshell.c84 #define INT_STRLEN_BOUND(t) \ macro
/dflybsd-src/contrib/grep/lib/
H A Dintprops.h117 #define INT_STRLEN_BOUND(t) \ macro
/dflybsd-src/contrib/cvs-1.12/lib/
H A Dstrftime.c127 #define INT_STRLEN_BOUND(t) \ macro
/dflybsd-src/contrib/cvs-1.12/diff/
H A Ddiff3.c1283 #define INT_STRLEN_BOUND(type) ((sizeof(type)*CHAR_BIT - 1) * 302 / 1000 + 2) macro
/dflybsd-src/contrib/less/
H A Dless.h215 #define INT_STRLEN_BOUND(t) ((sizeof(t) * CHAR_BIT - 1) * 302 / 1000 + 1 + 1) macro