Searched defs:SNPRINTF (Results 1 - 8 of 8) sorted by relevance

/external/linux-tools-perf/util/
H A Dtop.c64 #define SNPRINTF(buf, size, fmt, args...) \ macro
79 ret = SNPRINTF(bf, size,
90 ret = SNPRINTF(bf, size,
110 ret += SNPRINTF(bf + ret, size - ret, "%" PRIu64 "%s ",
116 ret += SNPRINTF(bf + ret, size - ret, "%s",
126 ret += SNPRINTF(bf + ret, size - ret, "%s%s",
137 ret += SNPRINTF(bf + ret, size - ret, "], ");
140 ret += SNPRINTF(bf + ret, size - ret, " (target_pid: %d",
143 ret += SNPRINTF(bf + ret, size - ret, " (target_tid: %d",
146 ret += SNPRINTF(b
[all...]
/external/e2fsprogs/intl/
H A Dvasnprintf.c88 # define SNPRINTF _snwprintf macro
91 # define SNPRINTF swprintf macro
102 # define SNPRINTF _snprintf macro
105 # define SNPRINTF snprintf macro
602 retcount = SNPRINTF (result + length, maxlen, buf, \
606 retcount = SNPRINTF (result + length, maxlen, buf, \
610 retcount = SNPRINTF (result + length, maxlen, buf, \
878 #undef SNPRINTF macro
/external/chromium_org/third_party/skia/src/core/
H A DSkString.cpp23 #define SNPRINTF _snprintf macro
26 #define SNPRINTF snprintf macro
138 int len = SNPRINTF(buffer, sizeof(buffer), gFormat, value);
659 #undef SNPRINTF macro
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFTypes.cpp15 #define SNPRINTF _snprintf macro
17 #define SNPRINTF snprintf macro
188 int len = SNPRINTF(buffer, kFloat_MaxSize, "%#.8f", value);
/external/skia/src/core/
H A DSkString.cpp23 #define SNPRINTF _snprintf macro
26 #define SNPRINTF snprintf macro
138 int len = SNPRINTF(buffer, sizeof(buffer), gFormat, value);
659 #undef SNPRINTF macro
/external/skia/src/pdf/
H A DSkPDFTypes.cpp15 #define SNPRINTF _snprintf macro
17 #define SNPRINTF snprintf macro
188 int len = SNPRINTF(buffer, kFloat_MaxSize, "%#.8f", value);
/external/bison/lib/
H A Dvasnprintf.c33 SNPRINTF The system's snprintf (or similar) function.
36 of the said SNPRINTF function. This may be either
156 # define SNPRINTF snwprintf macro
158 # define SNPRINTF _snwprintf macro
162 # define SNPRINTF swprintf macro
180 # define SNPRINTF snprintf macro
184 # define SNPRINTF _snprintf macro
188 # define SNPRINTF snprintf macro
1532 of sprintf or SNPRINTF of a single conversion directive. */
3180 SNPRINTF (
5595 #undef SNPRINTF macro
[all...]
/external/genext2fs/
H A Dgenext2fs.c313 # define SNPRINTF portable_snprintf macro
315 # define SNPRINTF snprintf macro
1603 SNPRINTF(dname, len, "%s%lu", name, i);
2711 SNPRINTF(fname, MAX_FILENAME-1, "%s.blk", gopt[i]);

Completed in 265 milliseconds