OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:INT_STRLEN_BOUND
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/gpl2/diffutils/dist/lib/
inttostr.h
47
#define
INT_STRLEN_BOUND
(t) \
50
#define INT_BUFSIZE_BOUND(t) (
INT_STRLEN_BOUND
(t) + 1)
strftime.c
159
#define
INT_STRLEN_BOUND
(t) \
576
?
INT_STRLEN_BOUND
(time_t)
577
:
INT_STRLEN_BOUND
(int))];
/src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
backupfile.c
54
#define
INT_STRLEN_BOUND
(t) ((sizeof (t) * CHAR_BIT - 1) * 302 / 1000 + 2)
91
size_t numbered_suffix_size_max =
INT_STRLEN_BOUND
(int) + 4;
/src/external/gpl2/gettext/dist/gnulib-local/lib/
backupfile.c
54
#define
INT_STRLEN_BOUND
(t) ((sizeof (t) * CHAR_BIT - 1) * 302 / 1000 + 2)
91
size_t numbered_suffix_size_max =
INT_STRLEN_BOUND
(int) + 4;
/src/external/gpl3/gdb/dist/readline/readline/
shell.c
86
#define
INT_STRLEN_BOUND
(t) \
124
static char setenv_buf[
INT_STRLEN_BOUND
(int) + 1];
125
static char putenv_buf1[
INT_STRLEN_BOUND
(int) + 6 + 1]; /* sizeof("LINES=") == 6 */
126
static char putenv_buf2[
INT_STRLEN_BOUND
(int) + 8 + 1]; /* sizeof("COLUMNS=") == 8 */
/src/external/gpl3/gdb.old/dist/readline/readline/
shell.c
86
#define
INT_STRLEN_BOUND
(t) \
124
static char setenv_buf[
INT_STRLEN_BOUND
(int) + 1];
125
static char putenv_buf1[
INT_STRLEN_BOUND
(int) + 6 + 1]; /* sizeof("LINES=") == 6 */
126
static char putenv_buf2[
INT_STRLEN_BOUND
(int) + 8 + 1]; /* sizeof("COLUMNS=") == 8 */
/src/external/bsd/ntp/dist/sntp/libopts/
intprops.h
117
#define
INT_STRLEN_BOUND
(t) \
123
#define INT_BUFSIZE_BOUND(t) (
INT_STRLEN_BOUND
(t) + 1)
/src/external/gpl3/gdb/dist/gnulib/import/
intprops.h
120
#define
INT_STRLEN_BOUND
(t) \
126
#define INT_BUFSIZE_BOUND(t) (
INT_STRLEN_BOUND
(t) + 1)
/src/external/gpl3/gdb.old/dist/gnulib/import/
intprops.h
120
#define
INT_STRLEN_BOUND
(t) \
126
#define INT_BUFSIZE_BOUND(t) (
INT_STRLEN_BOUND
(t) + 1)
/src/external/gpl2/xcvs/dist/lib/
strftime.c
130
#define
INT_STRLEN_BOUND
(t) \
490
?
INT_STRLEN_BOUND
(time_t)
491
:
INT_STRLEN_BOUND
(int))];
/src/external/bsd/less/dist/
less.h
235
#define
INT_STRLEN_BOUND
(t) ((sizeof(t) * CHAR_BIT - 1) * 302 / 1000 + 1 + 1)
/src/external/gpl2/xcvs/dist/diff/
diff3.c
1287
#define
INT_STRLEN_BOUND
(type) ((sizeof(type)*CHAR_BIT - 1) * 302 / 1000 + 2)
1290
char horizon_arg[17 +
INT_STRLEN_BOUND
(int)];
Completed in 37 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026