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

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dintprops.h61 When compiling with GCC, INT_STRLEN_BOUND uses this macro to obtain a
75 # define INT_STRLEN_BOUND(t) \ macro
81 # define INT_BUFSIZE_BOUND(t) (INT_STRLEN_BOUND (t) + 1)
H A Dstrerror.c341 static char msg_buf[sizeof fmt + INT_STRLEN_BOUND (n)];

Completed in 15 milliseconds