HomeSort by relevance Sort by last modified time
    Searched refs:fmtbuf (Results 1 - 11 of 11) sorted by null

  /external/dropbear/
cli-main.c 86 char fmtbuf[300]; local
89 snprintf(fmtbuf, sizeof(fmtbuf), "exited: %s",
92 snprintf(fmtbuf, sizeof(fmtbuf),
102 _dropbear_log(LOG_INFO, fmtbuf, param);
svr-session.c 129 char fmtbuf[300]; local
133 snprintf(fmtbuf, sizeof(fmtbuf),
137 snprintf(fmtbuf, sizeof(fmtbuf),
142 snprintf(fmtbuf, sizeof(fmtbuf),
147 snprintf(fmtbuf, sizeof(fmtbuf),
151 _dropbear_log(LOG_INFO, fmtbuf, param)
    [all...]
dbutil.c 104 char fmtbuf[300]; local
106 snprintf(fmtbuf, sizeof(fmtbuf), "Exited: %s", format);
108 _dropbear_log(LOG_INFO, fmtbuf, param);
  /external/openssh/
log.c 358 char fmtbuf[MSGBUFSIZ]; local
402 snprintf(fmtbuf, sizeof(fmtbuf), "%s: %s", txt, fmt);
403 vsnprintf(msgbuf, sizeof(msgbuf), fmtbuf, args);
407 strnvis(fmtbuf, msgbuf, sizeof(fmtbuf),
413 tmp_handler(level, fmtbuf, log_handler_ctx);
416 snprintf(msgbuf, sizeof msgbuf, "%s\r\n", fmtbuf);
421 syslog_r(pri, &sdata, "%.500s", fmtbuf);
425 syslog(pri, "%.500s", fmtbuf);
    [all...]
  /external/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...]
  /ndk/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/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/netperf/
netlib.c 1750 static char fmtbuf[64]; local
    [all...]
  /external/llvm/include/llvm/Object/
ELF.h 2333 std::string fmtbuf; local
    [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 1000 std::string fmtbuf; local
1001 raw_string_ostream fmt(fmtbuf);
    [all...]
  /external/icu4c/test/cintltst/
cnumtst.c 1749 UChar fmtbuf[FORMAT_BUF_CAPACITY]; local
    [all...]

Completed in 412 milliseconds