Searched refs:fmtstr (Results 1 - 6 of 6) sorted by relevance

/external/elfutils/0.153/src/
H A Dsize.c452 const char *fmtstr; local
454 fmtstr = "%-*s %*" PRIx64 " %*" PRIx64 "\n";
456 fmtstr = "%-*s %*" PRId64 " %*" PRId64 "\n";
458 fmtstr = "%-*s %*" PRIo64 " %*" PRIo64 "\n";
470 printf (fmtstr,
501 const char *fmtstr; local
503 fmtstr = "%" PRIx64 "(%s)";
505 fmtstr = "%" PRId64 "(%s)";
507 fmtstr = "%" PRIo64 "(%s)";
526 printf (fmtstr, shd
[all...]
H A Dnm.c1056 const char *fmtstr; local
1058 fmtstr = "%s %c%s %0*" PRIx64 " %0*" PRIx64 "\n";
1060 fmtstr = "%s %c%s %*" PRId64 " %*" PRId64 "\n";
1062 fmtstr = "%s %c%s %0*" PRIo64 " %0*" PRIo64 "\n";
1105 printf (fmtstr,
/external/openssl/crypto/bio/
H A Db_print.c128 static void fmtstr (char **, char **, size_t *, size_t *,
375 fmtstr(sbuffer, buffer, &currlen, maxlen, strvalue,
433 fmtstr( function
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
H A Dprinting.py133 fmtstr = ("Expect: %%5d %%-8s (%%%dd now, %%%dd wontfix)"
135 self._print_debug(fmtstr % (len(tests), result_type_str, len(tests & now), len(tests & wontfix)))
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_snprintf.c447 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, function
1049 fmtstr(str, len, size, iconvert, width, ipos, flags);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_snprintf.c447 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, function
1049 fmtstr(str, len, size, iconvert, width, ipos, flags);

Completed in 293 milliseconds