Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/diffutils/dist/lib/
H A Dinttostr.h47 #define INT_STRLEN_BOUND(t) \ macro
H A Dstrftime.c159 #define INT_STRLEN_BOUND(t) \ macro
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/
H A Dshell.c86 #define INT_STRLEN_BOUND(t) \ macro
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dshell.c86 #define INT_STRLEN_BOUND(t) \ macro
/netbsd-src/external/gpl2/gettext/dist/gnulib-local/lib/
H A Dbackupfile.c54 #define INT_STRLEN_BOUND(t) ((sizeof (t) * CHAR_BIT - 1) * 302 / 1000 + 2) macro
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dbackupfile.c54 #define INT_STRLEN_BOUND(t) ((sizeof (t) * CHAR_BIT - 1) * 302 / 1000 + 2) macro
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dstrftime.c130 #define INT_STRLEN_BOUND(t) \ macro
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dintprops.h120 #define INT_STRLEN_BOUND(t) \ macro
/netbsd-src/external/gpl2/xcvs/dist/diff/
H A Ddiff3.c1283 #define INT_STRLEN_BOUND(type) ((sizeof(type)*CHAR_BIT - 1) * 302 / 1000 + 2) macro
/netbsd-src/external/bsd/less/dist/
H A Dless.h235 #define INT_STRLEN_BOUND(t) ((sizeof(t) * CHAR_BIT - 1) * 302 / 1000 + 1 + 1) macro