Searched refs:SNPRINTF (Results 1 - 3 of 3) sorted by relevance
/external/e2fsprogs/intl/ |
H A 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, \ 606 retcount = SNPRINTF (result + length, maxlen, buf, \ 610 retcount = SNPRINTF (result + length, maxlen, buf, \ 878 #undef SNPRINTF macro
|
/external/skia/src/core/ |
H A D | SkString.cpp | 23 #define SNPRINTF _snprintf macro 26 #define SNPRINTF snprintf macro 141 int len = SNPRINTF(buffer, sizeof(buffer), gFormat, value); 675 #undef SNPRINTF macro
|
/external/bison/lib/ |
H A D | vasnprintf.c | 33 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...] |
Completed in 139 milliseconds