Searched refs:SNPRINTF (Results 1 – 3 of 3) sorted by relevance
/external/e2fsprogs/intl/ |
D | vasnprintf.c | 88 # 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/ |
D | SkString.cpp | 23 #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/ |
D | vasnprintf.c | 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 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 …]
|