Searched refs:fmtbuf (Results 1 - 7 of 7) sorted by relevance

/external/vboot_reference/firmware/stub/
H A Dvboot_api_stub_init.c22 static char fmtbuf[MAX_FMT+1]; variable
28 fmtbuf[i] = format[i];
30 fmtbuf[i+1] = 'l';
34 fmtbuf[i] = '\0';
35 return fmtbuf;
/external/openssh/
H A Dlog.c389 char fmtbuf[MSGBUFSIZ]; local
433 snprintf(fmtbuf, sizeof(fmtbuf), "%s: %s", txt, fmt);
434 vsnprintf(msgbuf, sizeof(msgbuf), fmtbuf, args);
438 strnvis(fmtbuf, msgbuf, sizeof(fmtbuf),
444 tmp_handler(level, fmtbuf, log_handler_ctx);
447 snprintf(msgbuf, sizeof msgbuf, "%s\r\n", fmtbuf);
452 syslog_r(pri, &sdata, "%.500s", fmtbuf);
456 syslog(pri, "%.500s", fmtbuf);
[all...]
/external/llvm/include/llvm/Object/
H A DELFObjectFile.h730 std::string fmtbuf; local
731 raw_string_ostream fmt(fmtbuf);
734 Result.append(fmtbuf.begin(), fmtbuf.end());
741 std::string fmtbuf;
742 raw_string_ostream fmt(fmtbuf);
745 Result.append(fmtbuf.begin(), fmtbuf.end());
752 std::string fmtbuf;
753 raw_string_ostream fmt(fmtbuf);
[all...]
/external/netperf/
H A Dnetlib.c1766 static char fmtbuf[64];
1770 snprintf(fmtbuf, sizeof(fmtbuf), "%-7.2f" , number / 1024.0);
1773 snprintf(fmtbuf, sizeof(fmtbuf), "%-7.2f", number / 1024.0 / 1024.0);
1776 snprintf(fmtbuf, sizeof(fmtbuf), "%-7.2f", number / 1024.0 / 1024.0 / 1024.0);
1779 snprintf(fmtbuf, sizeof(fmtbuf), "%-7.2f", number * 8 / 1000.0);
1782 snprintf(fmtbuf, sizeo
1750 static char fmtbuf[64]; local
[all...]
/external/llvm/tools/llvm-size/
H A Dllvm-size.cpp118 std::string fmtbuf; local
119 raw_string_ostream fmt(fmtbuf);
279 std::string fmtbuf; local
280 raw_string_ostream fmt(fmtbuf);
326 fmtbuf.clear();
346 fmtbuf.clear();
385 fmtbuf.clear();
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp839 std::string fmtbuf; local
840 raw_string_ostream fmt(fmtbuf);
1004 Result.append(fmtbuf.begin(), fmtbuf.end());
/external/icu/icu4c/source/test/cintltst/
H A Dcnumtst.c1766 UChar fmtbuf[FORMAT_BUF_CAPACITY]; local
1770 len = unum_formatDouble(formats[1], nanvalue, fmtbuf, FORMAT_BUF_CAPACITY, NULL, &status);
1775 if ( len != 3 || u_strcmp(fmtbuf, nansym) != 0 ) {

Completed in 672 milliseconds