u_snprintf.c | 77 * (e,E) and sigfig (g,G). Also, fmtint() was pretty badly broken, it just 448 static void fmtint(char *, size_t *, size_t, INTMAX_T, int, int, int, int); 657 fmtint(str, &len, size, value, 10, width, 702 fmtint(str, &len, size, value, base, width, 788 fmtint(str, &len, size, 895 fmtint(char *str, size_t *len, size_t size, INTMAX_T value, int base, int width, function [all...] |