| /netbsd-src/external/gpl3/gdb.old/dist/readline/readline/ |
| H A D | shell.c | 86 #define INT_STRLEN_BOUND(t) \ macro 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 */
|
| /netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
| H A D | shell.c | 86 #define INT_STRLEN_BOUND(t) \ macro 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 */
|
| /netbsd-src/external/gpl2/diffutils/dist/lib/ |
| H A D | inttostr.h | 47 #define INT_STRLEN_BOUND(t) \ macro 50 #define INT_BUFSIZE_BOUND(t) (INT_STRLEN_BOUND (t) + 1)
|
| H A D | inttostr.c | 32 char *p = buf + INT_STRLEN_BOUND (inttype); in inttostr()
|
| H A D | strftime.c | 159 #define INT_STRLEN_BOUND(t) \ macro 576 ? INT_STRLEN_BOUND (time_t) 577 : INT_STRLEN_BOUND (int))];
|
| /netbsd-src/external/gpl2/gettext/dist/gnulib-local/lib/ |
| H A D | backupfile.c | 54 #define INT_STRLEN_BOUND(t) ((sizeof (t) * CHAR_BIT - 1) * 302 / 1000 + 2) macro 91 size_t numbered_suffix_size_max = INT_STRLEN_BOUND (int) + 4; in find_backup_file_name()
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| H A D | backupfile.c | 54 #define INT_STRLEN_BOUND(t) ((sizeof (t) * CHAR_BIT - 1) * 302 / 1000 + 2) macro 91 size_t numbered_suffix_size_max = INT_STRLEN_BOUND (int) + 4; in find_backup_file_name()
|
| /netbsd-src/external/bsd/less/dist/ |
| H A D | prompt.c | 113 char buf[INT_STRLEN_BOUND(pos) + 2]; in ap_pos() 124 char buf[INT_STRLEN_BOUND(linenum) + 2]; in ap_linenum() 135 char buf[INT_STRLEN_BOUND(num) + 2]; in ap_int()
|
| H A D | optfunc.c | 201 char buf[INT_STRLEN_BOUND(long)+2]; in opt_j() 261 char buf[INT_STRLEN_BOUND(long)+2]; in opt_shift() 713 char msg[60+((INT_STRLEN_BOUND(int)+1)*TABSTOP_MAX)]; in opt_x() 995 char buf[2*INT_STRLEN_BOUND(int)+2]; in opt_header()
|
| H A D | os.c | 344 static char buf[INT_STRLEN_BOUND(int)+12]; in strerror() 385 static char sigbuf[sizeof("Signal ") + INT_STRLEN_BOUND(sig) + 1]; in signal_message()
|
| H A D | output.c | 479 char tbuf[INT_STRLEN_BOUND(num)+2]; \ 523 char buf[INT_STRLEN_BOUND(num)]; \
|
| H A D | mark.c | 383 char pos_str[INT_STRLEN_BOUND(m->m_scrpos.pos) + 2]; in save_marks()
|
| H A D | less.h | 235 #define INT_STRLEN_BOUND(t) ((sizeof(t) * CHAR_BIT - 1) * 302 / 1000 + 1 + 1) macro
|
| H A D | command.c | 187 char buf[INT_STRLEN_BOUND(int)+8]; in mca_search1() 578 char buf[INT_STRLEN_BOUND(int)+24]; in mca_search_char()
|
| H A D | screen.c | 2566 char buf[INT_STRLEN_BOUND(int)+16]; in tput_fmt() 2632 char buf[INT_STRLEN_BOUND(int)+16]; in WIN32put_fmt()
|
| H A D | line.c | 363 char buf[INT_STRLEN_BOUND(linenum) + 2]; in plinestart()
|
| /netbsd-src/external/gpl3/gdb/dist/gnulib/import/ |
| H A D | strerror.c | 58 verify (sizeof buf >= sizeof (fmt) + INT_STRLEN_BOUND (n)); in strerror()
|
| H A D | openat-proc.c | 62 + INT_STRLEN_BOUND (int)) in openat_proc_name()
|
| H A D | intprops.h | 120 #define INT_STRLEN_BOUND(t) \ macro 126 #define INT_BUFSIZE_BOUND(t) (INT_STRLEN_BOUND (t) + 1)
|
| /netbsd-src/external/gpl2/diffutils/dist/src/ |
| H A D | context.c | 60 char buf[MAX (INT_STRLEN_BOUND (int) + 32, in print_context_label() 61 INT_STRLEN_BOUND (time_t) + 11)]; in print_context_label()
|
| /netbsd-src/external/gpl2/xcvs/dist/lib/ |
| H A D | strftime.c | 130 #define INT_STRLEN_BOUND(t) \ macro 490 ? INT_STRLEN_BOUND (time_t) in my_strftime() 491 : INT_STRLEN_BOUND (int))]; in my_strftime()
|
| /netbsd-src/external/gpl2/xcvs/dist/diff/ |
| H A D | diff3.c | 1283 #define INT_STRLEN_BOUND(type) ((sizeof(type)*CHAR_BIT - 1) * 302 / 1000 + 2) macro 1286 char horizon_arg[17 + INT_STRLEN_BOUND (int)];
|
| /netbsd-src/external/gpl3/autoconf/dist/ |
| H A D | maint.mk | 621 INT_BITS_STRLEN_BOUND INT_STRLEN_BOUND INT_BUFSIZE_BOUND \
|
| /netbsd-src/external/bsd/less/dist/lesstest/lt/ |
| H A D | subsearch.lt | 2583 char buf[INT_STRLEN_BOUND(int)+16]; 2649 char buf[INT_STRLEN_BOUND(int)+16];
|
| /netbsd-src/external/gpl2/diffutils/dist/ |
| H A D | ChangeLog | 953 (INT_STRLEN_BOUND): Remove; now in system.h. 1789 (INT_STRLEN_BOUND): New macro.
|