HomeSort by relevance Sort by last modified time
    Searched refs:fmtbuf (Results 1 - 8 of 8) 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/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 398 static void __fill_fmtbuf(char* fmtbuf, ios_base::fmtflags flags, char long_modifier);
408 char fmtbuf[32]; local
409 __fill_fmtbuf(fmtbuf, 0, 'L');
410 sprintf(buf, fmtbuf, n, x < 0.0l ? -x : x);
448 char fmtbuf[32]; local
449 __fill_fmtbuf(fmtbuf, ios_base::fixed, 'L');
450 sprintf(buf, fmtbuf, n, x < 0.0l ? -x : x);
709 static void __fill_fmtbuf(char* fmtbuf, ios_base::fmtflags flags, char long_modifier) {
710 fmtbuf[0] = '%';
714 fmtbuf[i++] = '+'
758 char fmtbuf[32]; local
760 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/lib/Object/
ELFObjectFile.cpp 1114 std::string fmtbuf; local
    [all...]

Completed in 164 milliseconds