/third_party/boost/libs/format/tools/ |
D | format_matrix.cpp | 41 #define SNPRINTF snprintf macro 43 #undef SNPRINTF 44 #define SNPRINTF _snprintf macro 218 case ID_ZERO: len = SNPRINTF(buf, BUFSIZ, fmtStr.c_str(), g_z ); break; in call_snprintf() 219 case ID_BOOLF: len = SNPRINTF(buf, BUFSIZ, fmtStr.c_str(), g_bf ); break; in call_snprintf() 220 case ID_BOOLT: len = SNPRINTF(buf, BUFSIZ, fmtStr.c_str(), g_bt ); break; in call_snprintf() 221 case ID_BYTE: len = SNPRINTF(buf, BUFSIZ, fmtStr.c_str(), g_by ); break; in call_snprintf() 222 case ID_UBYTE: len = SNPRINTF(buf, BUFSIZ, fmtStr.c_str(), g_uby); break; in call_snprintf() 223 case ID_CHAR: len = SNPRINTF(buf, BUFSIZ, fmtStr.c_str(), g_c ); break; in call_snprintf() 224 case ID_WCHAR: len = SNPRINTF(buf, BUFSIZ, fmtStr.c_str(), g_wc ); break; in call_snprintf() [all …]
|
/third_party/curl/docs/examples/ |
D | .checksrc | 2 disable SNPRINTF
|
/third_party/glib/glib/gnulib/ |
D | vasnprintf.c | 166 # define SNPRINTF snwprintf macro 168 # define SNPRINTF _snwprintf macro 173 # define SNPRINTF swprintf macro 191 # define SNPRINTF snprintf macro 196 # define SNPRINTF _snprintf macro 201 # define SNPRINTF snprintf macro 3180 SNPRINTF (p, 6 + 1, decimal_format, exponent); in VASNPRINTF() 3331 SNPRINTF (p, 6 + 1, decimal_format, exponent); in VASNPRINTF() 3791 SNPRINTF (p, 6 + 1, decimal_format, exponent); in VASNPRINTF() 3972 SNPRINTF (p, 6 + 1, decimal_format, exponent); in VASNPRINTF() [all …]
|
/third_party/gettext/gettext-runtime/intl/ |
D | vasnprintf.c | 164 # define SNPRINTF snwprintf macro 166 # define SNPRINTF _snwprintf macro 171 # define SNPRINTF swprintf macro 189 # define SNPRINTF snprintf macro 194 # define SNPRINTF _snprintf macro 199 # define SNPRINTF snprintf macro 3425 SNPRINTF (p, 6 + 1, decimal_format, exponent); in VASNPRINTF() 3576 SNPRINTF (p, 6 + 1, decimal_format, exponent); in VASNPRINTF() 4036 SNPRINTF (p, 6 + 1, decimal_format, exponent); in VASNPRINTF() 4217 SNPRINTF (p, 6 + 1, decimal_format, exponent); in VASNPRINTF() [all …]
|
D | ChangeLog.0 | 664 * vasnprintf.c (VASNPRINTF): Set errno to 0 before calling SNPRINTF or 665 sprintf. Use the errno value from SNPRINTF or sprintf. 690 * vasnprintf.c (SNPRINTF) [mingw]: Define to snprintf, not _snprintf, 3030 (SNPRINTF): Possibly define as _snprintf or _snwprintf.
|
/third_party/gettext/gettext-runtime/libasprintf/ |
D | vasnprintf.c | 164 # define SNPRINTF snwprintf macro 166 # define SNPRINTF _snwprintf macro 171 # define SNPRINTF swprintf macro 189 # define SNPRINTF snprintf macro 194 # define SNPRINTF _snprintf macro 199 # define SNPRINTF snprintf macro 3425 SNPRINTF (p, 6 + 1, decimal_format, exponent); in VASNPRINTF() 3576 SNPRINTF (p, 6 + 1, decimal_format, exponent); in VASNPRINTF() 4036 SNPRINTF (p, 6 + 1, decimal_format, exponent); in VASNPRINTF() 4217 SNPRINTF (p, 6 + 1, decimal_format, exponent); in VASNPRINTF() [all …]
|
D | ChangeLog.0 | 233 * vasnprintf.c (VASNPRINTF): Set errno to 0 before calling SNPRINTF or 234 sprintf. Use the errno value from SNPRINTF or sprintf. 259 * vasnprintf.c (SNPRINTF) [mingw]: Define to snprintf, not _snprintf, 1194 (SNPRINTF): Possibly define as _snprintf or _snwprintf. 1220 SNPRINTF): New macros.
|
/third_party/curl/docs/ |
D | CHECKSRC.md | 102 - `SNPRINTF` - Found use of `snprintf()`. Since we use an internal replacement
|