/system/core/sh/ |
output.c | 243 fmtstr(char *outbuf, size_t length, const char *fmt, ...) function
|
/external/chromium_org/third_party/openssl/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/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/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...] |