Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/less/
H A Dprompt.c111 char buf[INT_STRLEN_BOUND(pos) + 2]; in ap_pos()
122 char buf[INT_STRLEN_BOUND(linenum) + 2]; in ap_linenum()
133 char buf[INT_STRLEN_BOUND(num) + 2]; in ap_int()
H A Doptfunc.c199 char buf[INT_STRLEN_BOUND(long)+2]; in opt_j()
259 char buf[INT_STRLEN_BOUND(long)+2]; in opt_shift()
711 char msg[60+((INT_STRLEN_BOUND(int)+1)*TABSTOP_MAX)]; in opt_x()
993 char buf[2*INT_STRLEN_BOUND(int)+2]; in opt_header()
H A Dos.c342 static char buf[INT_STRLEN_BOUND(int)+12]; in strerror()
383 static char sigbuf[sizeof("Signal ") + INT_STRLEN_BOUND(sig) + 1]; in signal_message()
H A Doutput.c477 char tbuf[INT_STRLEN_BOUND(num)+2]; \
521 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.h233 #define INT_STRLEN_BOUND(t) ((sizeof(t) * CHAR_BIT - 1) * 302 / 1000 + 1 + 1) macro
H A Dcommand.c184 char buf[INT_STRLEN_BOUND(int)+8]; in mca_search1()
575 char buf[INT_STRLEN_BOUND(int)+24]; in mca_search_char()
H A Dscreen.c2553 char buf[INT_STRLEN_BOUND(int)+16]; in tput_fmt()
2619 char buf[INT_STRLEN_BOUND(int)+16]; in WIN32put_fmt()
H A Dline.c361 char buf[INT_STRLEN_BOUND(linenum) + 2]; in plinestart()
/freebsd-14.2/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-14.2/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-14.2/contrib/diff/
H A DChangeLog1422 (INT_STRLEN_BOUND): Remove; now in system.h.
2258 (INT_STRLEN_BOUND): New macro.