Home
last modified time | relevance | path

Searched refs:fmtbuf (Results 1 – 9 of 9) sorted by relevance

/external/vboot_reference/firmware/stub/
Dvboot_api_stub_init.c22 static char fmtbuf[MAX_FMT+1]; variable
28 fmtbuf[i] = format[i]; in fixfmt()
30 fmtbuf[i+1] = 'l'; in fixfmt()
34 fmtbuf[i] = '\0'; in fixfmt()
35 return fmtbuf; in fixfmt()
/external/openssh/
Dlog.c398 char fmtbuf[MSGBUFSIZ]; in do_log() local
442 snprintf(fmtbuf, sizeof(fmtbuf), "%s: %s", txt, fmt); in do_log()
443 vsnprintf(msgbuf, sizeof(msgbuf), fmtbuf, args); in do_log()
447 strnvis(fmtbuf, msgbuf, sizeof(fmtbuf), in do_log()
453 tmp_handler(level, fmtbuf, log_handler_ctx); in do_log()
457 (int)sizeof msgbuf - 3, fmtbuf); in do_log()
462 syslog_r(pri, &sdata, "%.500s", fmtbuf); in do_log()
466 syslog(pri, "%.500s", fmtbuf); in do_log()
/external/swiftshader/third_party/LLVM/tools/llvm-size/
Dllvm-size.cpp93 std::string fmtbuf; in PrintObjectSectionSizes() local
94 raw_string_ostream fmt(fmtbuf); in PrintObjectSectionSizes()
149 fmtbuf.clear(); in PrintObjectSectionSizes()
178 fmtbuf.clear(); in PrintObjectSectionSizes()
225 fmtbuf.clear(); in PrintObjectSectionSizes()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp555 std::string fmtbuf; in getRelocationValueString() local
556 raw_string_ostream fmt(fmtbuf); in getRelocationValueString()
559 Result.append(fmtbuf.begin(), fmtbuf.end()); in getRelocationValueString()
566 std::string fmtbuf; in getRelocationValueString() local
567 raw_string_ostream fmt(fmtbuf); in getRelocationValueString()
570 Result.append(fmtbuf.begin(), fmtbuf.end()); in getRelocationValueString()
578 std::string fmtbuf; in getRelocationValueString() local
579 raw_string_ostream fmt(fmtbuf); in getRelocationValueString()
584 Result.append(fmtbuf.begin(), fmtbuf.end()); in getRelocationValueString()
597 std::string fmtbuf; in getRelocationValueString() local
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-size/
Dllvm-size.cpp215 std::string fmtbuf; in printDarwinSectionSizes() local
216 raw_string_ostream fmt(fmtbuf); in printDarwinSectionSizes()
365 std::string fmtbuf; in printObjectSectionSizes() local
366 raw_string_ostream fmt(fmtbuf); in printObjectSectionSizes()
414 fmtbuf.clear(); in printObjectSectionSizes()
443 fmtbuf.clear(); in printObjectSectionSizes()
492 fmtbuf.clear(); in printObjectSectionSizes()
839 std::string fmtbuf; in printBerkelyTotals() local
840 raw_string_ostream fmt(fmtbuf); in printBerkelyTotals()
847 fmtbuf.clear(); in printBerkelyTotals()
/external/llvm/tools/llvm-size/
Dllvm-size.cpp205 std::string fmtbuf; in printDarwinSectionSizes() local
206 raw_string_ostream fmt(fmtbuf); in printDarwinSectionSizes()
355 std::string fmtbuf; in printObjectSectionSizes() local
356 raw_string_ostream fmt(fmtbuf); in printObjectSectionSizes()
404 fmtbuf.clear(); in printObjectSectionSizes()
433 fmtbuf.clear(); in printObjectSectionSizes()
475 fmtbuf.clear(); in printObjectSectionSizes()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp517 std::string fmtbuf; in getRelocationValueString() local
518 raw_string_ostream fmt(fmtbuf); in getRelocationValueString()
523 Result.append(fmtbuf.begin(), fmtbuf.end()); in getRelocationValueString()
637 std::string fmtbuf; in getRelocationValueString() local
638 raw_string_ostream fmt(fmtbuf); in getRelocationValueString()
652 Result.append(fmtbuf.begin(), fmtbuf.end()); in getRelocationValueString()
664 std::string fmtbuf; in getRelocationValueString() local
665 raw_string_ostream fmt(fmtbuf); in getRelocationValueString()
830 Result.append(fmtbuf.begin(), fmtbuf.end()); in getRelocationValueString()
/external/icu/icu4c/source/test/cintltst/
Dcnumtst.c1794 UChar fmtbuf[FORMAT_BUF_CAPACITY]; in TestRBNFFormat() local
1798 len = unum_formatDouble(formats[1], nanvalue, fmtbuf, FORMAT_BUF_CAPACITY, NULL, &status); in TestRBNFFormat()
1803 if ( len != 3 || u_strcmp(fmtbuf, nansym) != 0 ) { in TestRBNFFormat()
1815 UChar fmtbuf[FORMAT_BUF_CAPACITY]; in TestRBNFRounding() local
1824 len = unum_formatDouble(fmt, 10.123456789, fmtbuf, FORMAT_BUF_CAPACITY, NULL, &status); in TestRBNFRounding()
1829 if (u_strcmp(expectedBuf, fmtbuf) != 0) { in TestRBNFRounding()
1843 len = unum_formatDouble(fmt, 10.123456789, fmtbuf, FORMAT_BUF_CAPACITY, NULL, &status); in TestRBNFRounding()
1848 if (u_strcmp(expectedBuf, fmtbuf) != 0) { in TestRBNFRounding()
1850 u_austrcpy(temp, fmtbuf); in TestRBNFRounding()
/external/swiftshader/third_party/LLVM/lib/Object/
DELFObjectFile.cpp1062 std::string fmtbuf; in getRelocationValueString() local
1063 raw_string_ostream fmt(fmtbuf); in getRelocationValueString()
1066 Result.append(fmtbuf.begin(), fmtbuf.end()); in getRelocationValueString()