Lines Matching full:_snprintf
42 // MSVC has only _snprintf, not snprintf.44 // MinGW has both snprintf and _snprintf, but they appear to be different50 // occurs with some input values, not all. In any case, _snprintf does the52 #define snprintf _snprintf