HomeSort by relevance Sort by last modified time
    Searched refs:fmtstr (Results 1 - 6 of 6) sorted by null

  /external/elfutils/0.153/src/
size.c 452 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, shdr->sh_size
    [all...]
nm.c 1056 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,
    [all...]
  /external/openssl/crypto/bio/
b_print.c 128 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/
printing.py 133 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/
u_snprintf.c 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, function
1049 fmtstr(str, len, size, iconvert, width, ipos, flags);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_snprintf.c 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, function
1049 fmtstr(str, len, size, iconvert, width, ipos, flags);
    [all...]

Completed in 750 milliseconds