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

  /system/core/sh/
output.h 70 void fmtstr(char *, size_t, const char *, ...)
jobs.c 435 fmtstr(s, 16, "[%ld] %c ",
444 fmtstr(s, 16, " " );
447 fmtstr(s + col, 16, "%ld ", (long)ps->pid);
455 fmtstr(s + col, 16, "Done(%d)", st);
457 fmtstr(s + col, 16, "Done");
469 fmtstr(s + col, 16, "Signal %d", st);
error.c 364 fmtstr(buf, sizeof buf, "error %d", e);
options.c 475 fmtstr(s, sizeof(s), "%d", ind);
output.c 243 fmtstr(char *outbuf, size_t length, const char *fmt, ...) function
parser.c     [all...]
expand.c 392 fmtstr(p, 12, "%d", result);
  /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/clearsilver/util/
snprintf.c 104 static int fmtstr (char *buffer, size_t *currlen, size_t maxlen,
342 total += fmtstr (buffer, &currlen, maxlen, strvalue, flags, min, max);
402 static int fmtstr (char *buffer, size_t *currlen, size_t maxlen, function
  /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/webkit/WebKitTools/Scripts/webkitpy/layout_tests/
run_chromium_webkit_tests.py     [all...]

Completed in 122 milliseconds