Home
last modified time | relevance | path

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

/freebsd/contrib/diff/lib/
H A Dinttostr.h41 #define INT_STRLEN_BOUND(t) ((sizeof (t) * CHAR_BIT - 1) * 302 / 1000 + 2) macro
43 #define INT_BUFSIZE_BOUND(t) (INT_STRLEN_BOUND (t) + 1)
H A Dstrftime.c113 #define INT_STRLEN_BOUND(t) \ macro
470 ? INT_STRLEN_BOUND (time_t)
471 : INT_STRLEN_BOUND (int))];
/freebsd/contrib/less/
H A Dprompt.c136 char buf[INT_STRLEN_BOUND(pos) + 2]; in ap_int()
147 char buf[INT_STRLEN_BOUND(linenum) + 2];
158 char buf[INT_STRLEN_BOUND(num) + 2]; in curr_byte()
H A Doptfunc.c209 char buf[INT_STRLEN_BOUND(long)+2]; in opt_j()
720 char msg[60+((INT_STRLEN_BOUND(int)+1)*TABSTOP_MAX)]; in opt_x()
1084 char buf[3*INT_STRLEN_BOUND(long)+3]; in chop_line()
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.c525 char tbuf[INT_STRLEN_BOUND(num)+2]; \
576 char buf[INT_STRLEN_BOUND(num)]; \
H A Dmark.c381 char pos_str[INT_STRLEN_BOUND(m->m_scrpos.pos) + 2]; in save_marks()
H A Dless.h215 #define INT_STRLEN_BOUND(t) ((sizeof(t) * CHAR_BIT - 1) * 302 / 1000 + 1 + 1)
233 #define INT_STRLEN_BOUND( global() macro
H A Dcommand.c182 char buf[INT_STRLEN_BOUND(int)+8]; in mca_search1()
584 char buf[INT_STRLEN_BOUND(int)+24]; in mca_search_char()
H A Dscreen.c2602 char buf[INT_STRLEN_BOUND(int)+16]; in tput_inmode()
2683 char buf[INT_STRLEN_BOUND(int)+16]; in at_enter()
H A Dline.c358 char buf[INT_STRLEN_BOUND(linenum) + 2]; in plinestart()
/freebsd/contrib/diff/src/
H A Dcontext.c57 char buf[MAX (INT_STRLEN_BOUND (int) + 32, in print_context_label()
58 INT_STRLEN_BOUND (time_t) + 11)]; in print_context_label()
/freebsd/contrib/ntp/sntp/libopts/
H A Dintprops.h115 #define INT_STRLEN_BOUND(t) \ macro
121 #define INT_BUFSIZE_BOUND(t) (INT_STRLEN_BOUND (t) + 1)
/freebsd/contrib/diff/
H A DChangeLog1422 (INT_STRLEN_BOUND): Remove; now in system.h.
2258 (INT_STRLEN_BOUND): New macro.