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

  /system/core/sh/
output.c 243 fmtstr(char *outbuf, size_t length, const char *fmt, ...) function
  /external/elfutils/src/
size.c 423 const char *fmtstr; local
454 fmtstr = "%-*s %*" PRIx64 " %*" PRIx64 "\n";
456 fmtstr = "%-*s %*" PRId64 " %*" PRId64 "\n";
458 fmtstr = "%-*s %*" PRIo64 " %*" PRIo64 "\n";
468 printf (fmtstr,
497 const char *fmtstr; local
507 fmtstr = "%" PRIx64 "(%s)";
509 fmtstr = "%" PRId64 "(%s)";
511 fmtstr = "%" PRIo64 "(%s)";
526 printf (fmtstr, shdr->sh_size
    [all...]
nm.c 778 const char *fmtstr;
780 fmtstr = "%-*s|%0*" PRIx64 "|%-6s|%-8s|%*" PRIx64 "|%*s|%s\n";
782 fmtstr = "%-*s|%*" PRId64 "|%-6s|%-8s|%*" PRId64 "|%*s|%s\n";
784 fmtstr = "%-*s|%0*" PRIo64 "|%-6s|%-8s|%*" PRIo64 "|%*s|%s\n";
803 printf (fmtstr,
912 const char *fmtstr; local
914 fmtstr = "%s %c%s %0*" PRIx64 " %0*" PRIx64 "\n";
916 fmtstr = "%s %c%s %*" PRId64 " %*" PRId64 "\n";
918 fmtstr = "%s %c%s %0*" PRIo64 " %0*" PRIo64 "\n";
941 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

Completed in 701 milliseconds