Home
last modified time | relevance | path

Searched refs:INT_STRLEN_BOUND (Results 1 – 25 of 25) sorted by relevance

/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/
H A Dshell.c86 #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 Dshell.c86 #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 Dinttostr.h47 #define INT_STRLEN_BOUND(t) \ macro
50 #define INT_BUFSIZE_BOUND(t) (INT_STRLEN_BOUND (t) + 1)
H A Dinttostr.c32 char *p = buf + INT_STRLEN_BOUND (inttype); in inttostr()
H A Dstrftime.c159 #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 Dbackupfile.c54 #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 Dbackupfile.c54 #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 Dprompt.c113 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 Doptfunc.c201 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 Dos.c344 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 Doutput.c479 char tbuf[INT_STRLEN_BOUND(num)+2]; \
523 char buf[INT_STRLEN_BOUND(num)]; \
H A Dmark.c383 char pos_str[INT_STRLEN_BOUND(m->m_scrpos.pos) + 2]; in save_marks()
H A Dless.h235 #define INT_STRLEN_BOUND(t) ((sizeof(t) * CHAR_BIT - 1) * 302 / 1000 + 1 + 1) macro
H A Dcommand.c187 char buf[INT_STRLEN_BOUND(int)+8]; in mca_search1()
578 char buf[INT_STRLEN_BOUND(int)+24]; in mca_search_char()
H A Dscreen.c2566 char buf[INT_STRLEN_BOUND(int)+16]; in tput_fmt()
2632 char buf[INT_STRLEN_BOUND(int)+16]; in WIN32put_fmt()
H A Dline.c363 char buf[INT_STRLEN_BOUND(linenum) + 2]; in plinestart()
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dstrerror.c58 verify (sizeof buf >= sizeof (fmt) + INT_STRLEN_BOUND (n)); in strerror()
H A Dopenat-proc.c62 + INT_STRLEN_BOUND (int)) in openat_proc_name()
H A Dintprops.h120 #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 Dcontext.c60 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 Dstrftime.c130 #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 Ddiff3.c1283 #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 Dmaint.mk621 INT_BITS_STRLEN_BOUND INT_STRLEN_BOUND INT_BUFSIZE_BOUND \
/netbsd-src/external/bsd/less/dist/lesstest/lt/
H A Dsubsearch.lt2583 char buf[INT_STRLEN_BOUND(int)+16];
2649 char buf[INT_STRLEN_BOUND(int)+16];
/netbsd-src/external/gpl2/diffutils/dist/
H A DChangeLog953 (INT_STRLEN_BOUND): Remove; now in system.h.
1789 (INT_STRLEN_BOUND): New macro.