Home | History | Annotate | Download | only in Demangle

Lines Matching defs:snprintf

25 // snprintf is implemented in VS 2015

27 #define snprintf _snprintf_s
142 int n = snprintf(num, sizeof(num), float_data<Float>::spec, value);