t_humanize_number.c | 115 void w_printf(const char *, ...) __printflike(1, 2); 165 w_printf(const char *fmt, ...) function in typeref:typename:void 229 w_printf("humanize_number(\"%s\", %zu, %" PRId64 ",", 231 w_printf("\"%s\",", ho->ho_suffix); 232 w_printf("%s,", formatflags(fbuf, sizeof(fbuf), scale_flags, 235 w_printf("%s)", formatflags(fbuf, sizeof(fbuf), normal_flags, 238 w_printf("= %d,", ho->ho_retval); 239 w_printf("but got"); 240 w_printf("%d/[%s]", rv, rv == -1 ? "" : buf);
|