Lines Matching refs:curl_msnprintf
45 rc = curl_msnprintf(output, 4, "%.*s", width, buf);
50 rc = curl_msnprintf(output, 4, "%.*s", width, str);
56 rc = curl_msnprintf(output, 4, "%.*s", width, buf);
61 rc = curl_msnprintf(output, 8, "%.8s", str);
66 rc = curl_msnprintf(output, 8, "%.3s", "0123456789");
71 rc = curl_msnprintf(output, 8, "%-8s", str);
76 rc = curl_msnprintf(output, 8, "%8s", str);
81 rc = curl_msnprintf(output, 4, "%d", 10240);
86 rc = curl_msnprintf(output, 16, "%8s%8s", str, str);
91 rc = curl_msnprintf(output, 16, "%8d%8d", 1234, 5678);
96 rc = curl_msnprintf(output, 24, "%2$.*1$.99d", 3, 5678);
100 rc = curl_msnprintf(output, 130,
132 rc = curl_msnprintf(output, 130,
164 rc = curl_msnprintf(output, 130,
176 rc = curl_msnprintf(output, 129,