INT_STRLEN_BOUND  579 lib/getloadavg.c   char ldavgbuf[3 * (INT_STRLEN_BOUND (int) + sizeof ".00 ")];
INT_STRLEN_BOUND   95 lib/human.c      char buf[2 * INT_STRLEN_BOUND (uintmax_t) + 1];
INT_STRLEN_BOUND   78 lib/intprops.h #define INT_BUFSIZE_BOUND(t) (INT_STRLEN_BOUND (t) + 1)
INT_STRLEN_BOUND   32 lib/inttostr.c   char *p = buf + INT_STRLEN_BOUND (inttype);
INT_STRLEN_BOUND   46 lib/openat-proc.c    + INT_STRLEN_BOUND (int) + (len) + 1)
INT_STRLEN_BOUND   29 lib/sig2str.h  # define SIG2STR_MAX (sizeof "SIGRTMAX" + INT_STRLEN_BOUND (int) - 1)
INT_STRLEN_BOUND  518 lib/strftime.c 		    ? INT_STRLEN_BOUND (time_t)
INT_STRLEN_BOUND  519 lib/strftime.c 		    : INT_STRLEN_BOUND (int))];
INT_STRLEN_BOUND  101 src/od.c             MAX ((sizeof " %0" - 1 + INT_STRLEN_BOUND (int)
INT_STRLEN_BOUND  107 src/od.c       	   sizeof " %.Le" + 2 * INT_STRLEN_BOUND (int))
INT_STRLEN_BOUND  157 src/pinky.c      static char buf[INT_STRLEN_BOUND (long int) + 2];
INT_STRLEN_BOUND  184 src/pinky.c      static char buf[INT_STRLEN_BOUND (intmax_t) + sizeof "-%m-%d %H:%M"];
INT_STRLEN_BOUND 2393 src/pr.c         char page_text[256 + INT_STRLEN_BOUND (page_number)];
INT_STRLEN_BOUND  232 src/seq.c        static char format_buf[sizeof "%0.Lf" + 2 * INT_STRLEN_BOUND (int)];
INT_STRLEN_BOUND  354 src/stat.c     		       (INT_STRLEN_BOUND (int) /* YYYY */
INT_STRLEN_BOUND   85 src/who.c        char Var[INT_STRLEN_BOUND (Utmp_ent->ut_pid) + 1]; \
INT_STRLEN_BOUND  219 src/who.c        static char buf[INT_STRLEN_BOUND (intmax_t) + sizeof "-%m-%d %H:%M"];
INT_STRLEN_BOUND  251 src/who.c        char x_pid[1 + INT_STRLEN_BOUND (pid_t) + 1];
INT_STRLEN_BOUND  455 src/who.c      		       + INT_STRLEN_BOUND (UT_EXIT_E_TERMINATION (utmp_ent)) + 1
INT_STRLEN_BOUND  457 src/who.c      		       + INT_STRLEN_BOUND (UT_EXIT_E_EXIT (utmp_ent))
inserted by FC2 system