/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 | 445 const char *fmtstr; local 447 fmtstr = "%-*s %*" PRIx64 " %*" PRIx64 "\n"; 449 fmtstr = "%-*s %*" PRId64 " %*" PRId64 "\n"; 451 fmtstr = "%-*s %*" PRIo64 " %*" PRIo64 "\n"; 463 printf (fmtstr, 494 const char *fmtstr; local 496 fmtstr = "%" PRIx64 "(%s)"; 498 fmtstr = "%" PRId64 "(%s)"; 500 fmtstr = "%" PRIo64 "(%s)"; 519 printf (fmtstr, shdr->sh_size [all...] |
nm.c | 782 const char *fmtstr; 784 fmtstr = "%-*s|%0*" PRIx64 "|%-6s|%-8s|%*" PRIx64 "|%*s|%s\n"; 786 fmtstr = "%-*s|%*" PRId64 "|%-6s|%-8s|%*" PRId64 "|%*s|%s\n"; 788 fmtstr = "%-*s|%0*" PRIo64 "|%-6s|%-8s|%*" PRIo64 "|%*s|%s\n"; 809 printf (fmtstr, 919 const char *fmtstr; local 921 fmtstr = "%s %c%s %0*" PRIx64 " %0*" PRIx64 "\n"; 923 fmtstr = "%s %c%s %*" PRId64 " %*" PRId64 "\n"; 925 fmtstr = "%s %c%s %0*" PRIo64 " %0*" PRIo64 "\n"; 950 printf (fmtstr, [all...] |
/external/openssh/openbsd-compat/ |
bsd-snprintf.c | 182 static int fmtstr(char *buffer, size_t *currlen, size_t maxlen, 409 if (fmtstr(buffer, &currlen, maxlen, 472 fmtstr(char *buffer, size_t *currlen, size_t maxlen, function 479 printf("fmtstr min=%d max=%d s=[%s]\n", min, max, value);
|
/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/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
test_runner.py | [all...] |