/external/vboot_reference/firmware/stub/ |
vboot_api_stub_init.c | 22 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/swiftshader/third_party/LLVM/tools/llvm-size/ |
llvm-size.cpp | 93 std::string fmtbuf; local 94 raw_string_ostream fmt(fmtbuf); 149 fmtbuf.clear(); 178 fmtbuf.clear(); 225 fmtbuf.clear();
|
/external/openssh/ |
log.c | 398 char fmtbuf[MSGBUFSIZ]; local 442 snprintf(fmtbuf, sizeof(fmtbuf), "%s: %s", txt, fmt); 443 vsnprintf(msgbuf, sizeof(msgbuf), fmtbuf, args); 447 strnvis(fmtbuf, msgbuf, sizeof(fmtbuf), 453 tmp_handler(level, fmtbuf, log_handler_ctx); 457 (int)sizeof msgbuf - 3, fmtbuf); 462 syslog_r(pri, &sdata, "%.500s", fmtbuf); 466 syslog(pri, "%.500s", fmtbuf); [all...] |
/external/llvm/tools/llvm-size/ |
llvm-size.cpp | 205 std::string fmtbuf; local 206 raw_string_ostream fmt(fmtbuf); 355 std::string fmtbuf; local 356 raw_string_ostream fmt(fmtbuf); 404 fmtbuf.clear(); 433 fmtbuf.clear(); 475 fmtbuf.clear(); [all...] |
/prebuilts/ndk/r11/sources/cxx-stl/stlport/src/ |
num_put_float.cpp | 399 static void __fill_fmtbuf(char* fmtbuf, ios_base::fmtflags flags, char long_modifier); 409 char fmtbuf[32]; local 410 __fill_fmtbuf(fmtbuf, 0, 'L'); 411 sprintf(buf, fmtbuf, n, x < 0.0l ? -x : x); 449 char fmtbuf[32]; local 450 __fill_fmtbuf(fmtbuf, ios_base::fixed, 'L'); 451 sprintf(buf, fmtbuf, n, x < 0.0l ? -x : x); 710 static void __fill_fmtbuf(char* fmtbuf, ios_base::fmtflags flags, char long_modifier) { 711 fmtbuf[0] = '%'; 715 fmtbuf[i++] = '+' 759 char fmtbuf[32]; local 761 snprintf(_STLP_ARRAY_AND_SIZE(static_buf), fmtbuf, precision, x); local [all...] |
/prebuilts/ndk/r13/sources/cxx-stl/stlport/src/ |
num_put_float.cpp | 399 static void __fill_fmtbuf(char* fmtbuf, ios_base::fmtflags flags, char long_modifier); 409 char fmtbuf[32]; local 410 __fill_fmtbuf(fmtbuf, 0, 'L'); 411 sprintf(buf, fmtbuf, n, x < 0.0l ? -x : x); 449 char fmtbuf[32]; local 450 __fill_fmtbuf(fmtbuf, ios_base::fixed, 'L'); 451 sprintf(buf, fmtbuf, n, x < 0.0l ? -x : x); 710 static void __fill_fmtbuf(char* fmtbuf, ios_base::fmtflags flags, char long_modifier) { 711 fmtbuf[0] = '%'; 715 fmtbuf[i++] = '+' 759 char fmtbuf[32]; local 761 snprintf(_STLP_ARRAY_AND_SIZE(static_buf), fmtbuf, precision, x); local [all...] |
/external/swiftshader/third_party/LLVM/lib/Object/ |
ELFObjectFile.cpp | 1062 std::string fmtbuf; local [all...] |
/external/icu/icu4c/source/test/cintltst/ |
cnumtst.c | 1772 UChar fmtbuf[FORMAT_BUF_CAPACITY]; local [all...] |
/external/netperf/src/ |
netlib.c | 2064 static char fmtbuf[64]; local [all...] |