Home | History | Annotate | Download | only in python

Lines Matching refs:vsnprintf

33 #define vsnprintf trio_vsnprintf
1143 vsnprintf(buf, 1023, msg, args);
1169 vsnprintf(buf, 1023, msg, args);
1195 vsnprintf(buf, 1023, msg, args);
1593 * disabled the loop, the repeated call to vsnprintf without reset of ap
1595 * we now directly vsnprintf on a large buffer.
1607 chars = vsnprintf(str, 999, msg, ap);
1635 if (vsnprintf(str, 999, msg, ap) >= 998)