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

12

/macosx-10.9.5/gnudiff-19/diffutils/lib/
H A Dinttostr.c30 char *p = buf + INT_STRLEN_BOUND (inttype);
H A Dinttostr.h45 #define INT_STRLEN_BOUND(t) \ macro
48 #define INT_BUFSIZE_BOUND(t) (INT_STRLEN_BOUND (t) + 1)
H A Dstrftime.c157 #define INT_STRLEN_BOUND(t) \ macro
574 ? INT_STRLEN_BOUND (time_t)
575 : INT_STRLEN_BOUND (int))];
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dinttostr.c32 char *p = buf + INT_STRLEN_BOUND (inttype);
H A Dintprops.h58 When compiling with GCC, INT_STRLEN_BOUND uses this macro to obtain a
72 #define INT_STRLEN_BOUND(t) \ macro
78 #define INT_BUFSIZE_BOUND(t) (INT_STRLEN_BOUND (t) + 1)
H A Dopenat-proc.c46 + INT_STRLEN_BOUND (int) + (len) + 1)
H A Dhuman.c95 char buf[2 * INT_STRLEN_BOUND (uintmax_t) + 1];
/macosx-10.9.5/text_cmds-87/sort/
H A Dintprops.h60 #define INT_STRLEN_BOUND(t) \ macro
65 #define INT_BUFSIZE_BOUND(t) (INT_STRLEN_BOUND (t) + 1)
H A Dinttostr.c33 char *p = buf + INT_STRLEN_BOUND (inttype);
/macosx-10.9.5/bash-92/bash-3.2/lib/sh/
H A Ditos.c47 char *p, lbuf[INT_STRLEN_BOUND(intmax_t) + 1];
68 char *p, lbuf[INT_STRLEN_BOUND(uintmax_t) + 1];
H A Dsnprintf.c134 #define INT_STRLEN_BOUND(t) \ macro
171 static char intbuf[INT_STRLEN_BOUND(unsigned long) + 1];
/macosx-10.9.5/bash-92/bash-3.2/lib/readline/
H A Dshell.c84 #define INT_STRLEN_BOUND(t) \ macro
130 b = (char *)xmalloc (INT_STRLEN_BOUND (int) + 1);
135 b = (char *)xmalloc (INT_STRLEN_BOUND (int) + 1);
141 b = (char *)xmalloc (INT_STRLEN_BOUND (int) + sizeof ("LINES=") + 1);
145 b = (char *)xmalloc (INT_STRLEN_BOUND (int) + sizeof ("COLUMNS=") + 1);
/macosx-10.9.5/gpatch-3/patch/
H A Dbackupfile.c92 #define INT_STRLEN_BOUND(t) ((sizeof (t) * CHAR_BIT - 1) * 302 / 1000 + 2) macro
130 size_t numbered_suffix_size_max = INT_STRLEN_BOUND (int) + 4;
/macosx-10.9.5/less-23/less/
H A Dprompt.c119 char buf[INT_STRLEN_BOUND(pos) + 2];
132 char buf[INT_STRLEN_BOUND(linenum) + 2];
145 char buf[INT_STRLEN_BOUND(num) + 2];
H A Doutput.c366 char tbuf[INT_STRLEN_BOUND(num)+2]; \
388 char buf[INT_STRLEN_BOUND(num)];
402 char buf[INT_STRLEN_BOUND(num)];
H A Dless.h216 #define INT_STRLEN_BOUND(t) ((sizeof(t) * CHAR_BIT - 1) * 302 / 1000 + 1 + 1) macro
H A Dline.c213 char buf[INT_STRLEN_BOUND(pos) + 2];
/macosx-10.9.5/gnudiff-19/diffutils/src/
H A Dcontext.c59 char buf[MAX (INT_STRLEN_BOUND (int) + 32,
60 INT_STRLEN_BOUND (time_t) + 11)];
/macosx-10.9.5/bash-92/bash-3.2/
H A Dgeneral.h100 #define INT_STRLEN_BOUND(t) \ macro
H A Dvariables.c796 char namebuf[INT_STRLEN_BOUND(pid_t) + 1], *name;
810 char buff[INT_STRLEN_BOUND(uid_t) + 1], *b;
838 char *s, d[32], b[INT_STRLEN_BOUND(int) + 1];
867 char val[INT_STRLEN_BOUND(int) + 1], *v;
2069 char ibuf[INT_STRLEN_BOUND (intmax_t) + 1], *p;
4214 char *t, tbuf[INT_STRLEN_BOUND(int) + 1];
H A Dgeneral.c115 char s[INT_STRLEN_BOUND (RLIMTYPE) + 1], *p;
H A Darray.c671 char indstr[INT_STRLEN_BOUND(intmax_t) + 1];
856 char lbuf[INT_STRLEN_BOUND (intmax_t) + 1];
H A Dprint_cmd.c1176 char char_arg[2], *argp, intbuf[INT_STRLEN_BOUND (int) + 1];
/macosx-10.9.5/emacs-92/emacs/src/
H A Dstrftime.c165 #define INT_STRLEN_BOUND(t) \ macro
626 ? INT_STRLEN_BOUND (time_t)
627 : INT_STRLEN_BOUND (int))];
/macosx-10.9.5/gnutar-452/gnutar/src/
H A Dlist.c993 INT_STRLEN_BOUND (int) + 16)

Completed in 134 milliseconds

12