Searched refs:INT_STRLEN_BOUND (Results 1 – 14 of 14) sorted by relevance
41 #define INT_STRLEN_BOUND(t) ((sizeof (t) * CHAR_BIT - 1) * 302 / 1000 + 2) macro43 #define INT_BUFSIZE_BOUND(t) (INT_STRLEN_BOUND (t) + 1)
113 #define INT_STRLEN_BOUND(t) \ macro470 ? INT_STRLEN_BOUND (time_t)471 : INT_STRLEN_BOUND (int))];
136 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()
209 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()
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()
525 char tbuf[INT_STRLEN_BOUND(num)+2]; \576 char buf[INT_STRLEN_BOUND(num)]; \
381 char pos_str[INT_STRLEN_BOUND(m->m_scrpos.pos) + 2]; in save_marks()
215 #define INT_STRLEN_BOUND(t) ((sizeof(t) * CHAR_BIT - 1) * 302 / 1000 + 1 + 1)233 #define INT_STRLEN_BOUND( global() macro
182 char buf[INT_STRLEN_BOUND(int)+8]; in mca_search1() 584 char buf[INT_STRLEN_BOUND(int)+24]; in mca_search_char()
2602 char buf[INT_STRLEN_BOUND(int)+16]; in tput_inmode() 2683 char buf[INT_STRLEN_BOUND(int)+16]; in at_enter()
358 char buf[INT_STRLEN_BOUND(linenum) + 2]; in plinestart()
57 char buf[MAX (INT_STRLEN_BOUND (int) + 32, in print_context_label()58 INT_STRLEN_BOUND (time_t) + 11)]; in print_context_label()
115 #define INT_STRLEN_BOUND(t) \ macro121 #define INT_BUFSIZE_BOUND(t) (INT_STRLEN_BOUND (t) + 1)
1422 (INT_STRLEN_BOUND): Remove; now in system.h.2258 (INT_STRLEN_BOUND): New macro.