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

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dtop.c18 #define SNPRINTF(buf, size, fmt, args...) \ macro
47 ret = SNPRINTF(bf, size,
56 ret = SNPRINTF(bf, size,
75 ret += SNPRINTF(bf + ret, size - ret, "%" PRIu64 "%s ",
80 ret += SNPRINTF(bf + ret, size - ret, "%s", perf_evsel__name(top->sym_evsel));
82 ret += SNPRINTF(bf + ret, size - ret, "], ");
85 ret += SNPRINTF(bf + ret, size - ret, " (target_pid: %s",
88 ret += SNPRINTF(bf + ret, size - ret, " (target_tid: %s",
91 ret += SNPRINTF(bf + ret, size - ret, " (uid: %s",
94 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);
656 #undef SNPRINTF macro
/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);
650 #undef SNPRINTF macro
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFTypes.cpp15 #define SNPRINTF _snprintf macro
17 #define SNPRINTF snprintf macro
172 int len = SNPRINTF(buffer, kFloat_MaxSize, "%#.8f", value);
/external/skia/src/pdf/
H A DSkPDFTypes.cpp15 #define SNPRINTF _snprintf macro
17 #define SNPRINTF snprintf macro
172 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 537 milliseconds