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/skqp/src/sksl/ |
D | SkSLString.cpp | 248 #define SNPRINTF _snprintf in to_string() macro 250 #define SNPRINTF snprintf in to_string() 254 int len = SNPRINTF(buffer, sizeof(buffer), "%.17g", value); in to_string() 273 #undef SNPRINTF in to_string()
|
/external/curl/docs/ |
D | CHECKSRC.md | 85 - `SNPRINTF` - Found use of `snprintf()`. Since we use an internal replacement
|