Home
last modified time | relevance | path

Searched refs:SNPRINTF (Results 1 – 3 of 3) sorted by relevance

/external/e2fsprogs/intl/
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, \ in VASNPRINTF()
606 retcount = SNPRINTF (result + length, maxlen, buf, \ in VASNPRINTF()
610 retcount = SNPRINTF (result + length, maxlen, buf, \ in VASNPRINTF()
878 #undef SNPRINTF
/external/skia/src/core/
DSkString.cpp23 #define SNPRINTF _snprintf macro
26 #define SNPRINTF snprintf macro
141 int len = SNPRINTF(buffer, sizeof(buffer), gFormat, value); in SkStrAppendFloat()
675 #undef SNPRINTF
/external/bison/lib/
Dvasnprintf.c156 # 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
3180 SNPRINTF (p, 6 + 1, decimal_format, exponent); in VASNPRINTF()
3331 SNPRINTF (p, 6 + 1, decimal_format, exponent); in VASNPRINTF()
3793 SNPRINTF (p, 6 + 1, decimal_format, exponent); in VASNPRINTF()
3974 SNPRINTF (p, 6 + 1, decimal_format, exponent); in VASNPRINTF()
[all …]