Home | History | Annotate | Download | only in util

Lines Matching refs:fmtstr

447 static void fmtstr(char *, size_t *, size_t, const char *, int, int, int);
763 fmtstr(str, &len, size, strvalue, width,
778 fmtstr(str, &len, size, "(nil)", width,
861 fmtstr(char *str, size_t *len, size_t size, const char *value, int width,
1049 fmtstr(str, len, size, iconvert, width, ipos, flags);