/third_party/curl/tests/unit/ |
D | unit1398.c | 44 rc = curl_msnprintf(output, 4, "%.*s", width, buf); 49 rc = curl_msnprintf(output, 4, "%.*s", width, str); 55 rc = curl_msnprintf(output, 4, "%.*s", width, buf); 60 rc = curl_msnprintf(output, 8, "%.8s", str); 65 rc = curl_msnprintf(output, 8, "%.3s", "0123456789"); 70 rc = curl_msnprintf(output, 8, "%-8s", str); 75 rc = curl_msnprintf(output, 8, "%8s", str); 80 rc = curl_msnprintf(output, 4, "%d", 10240); 85 rc = curl_msnprintf(output, 16, "%8s%8s", str, str); 90 rc = curl_msnprintf(output, 16, "%8d%8d", 1234, 5678); [all …]
|
/third_party/curl/tests/libtest/ |
D | lib557.c | 1155 curl_msnprintf(buf, sizeof(buf), "%0*d%s", 2, 9, "foo"); in test_string_formatting() 1158 curl_msnprintf(buf, sizeof(buf), "%*.*s", 5, 2, "foo"); in test_string_formatting() 1161 curl_msnprintf(buf, sizeof(buf), "%*.*s", 2, 5, "foo"); in test_string_formatting() 1164 curl_msnprintf(buf, sizeof(buf), "%*.*s", 0, 10, "foo"); in test_string_formatting() 1167 curl_msnprintf(buf, sizeof(buf), "%-10s", "foo"); in test_string_formatting() 1170 curl_msnprintf(buf, sizeof(buf), "%10s", "foo"); in test_string_formatting() 1173 curl_msnprintf(buf, sizeof(buf), "%*.*s", -10, -10, "foo"); in test_string_formatting() 1189 curl_msnprintf(buf, sizeof(buf), "%3$d %2$d %1$d", 500, 501, 502); in test_pos_arguments() 1192 curl_msnprintf(buf, sizeof(buf), "%3$d %1$d %2$d", 500, 501, 502); in test_pos_arguments() 1197 curl_msnprintf(buf, sizeof(buf), "%3$d %d %2$d", 500, 501, 502); in test_pos_arguments() [all …]
|
D | lib650.c | 155 curl_msnprintf(flbuf, sizeof(flbuf), "%lu", (unsigned long) formlength); in test()
|
/third_party/curl/tests/data/ |
D | test1398 | 5 curl_msnprintf 19 curl_msnprintf unit tests
|
D | test1135 | 85 curl_msnprintf
|
/third_party/curl/tests/http/clients/ |
D | h2-upgrade-extreme.c | 75 curl_msnprintf(idsbuf, sizeof(idsbuf), TRC_IDS_FORMAT_IDS_2, in debug_cb() 79 curl_msnprintf(idsbuf, sizeof(idsbuf), TRC_IDS_FORMAT_IDS_1, xfer_id); in debug_cb() 184 curl_msnprintf(range, sizeof(range), "%" PRIu64 "-%" PRIu64, in main()
|
D | tls-session-reuse.c | 76 curl_msnprintf(idsbuf, sizeof(idsbuf), TRC_IDS_FORMAT_IDS_2, in debug_cb() 80 curl_msnprintf(idsbuf, sizeof(idsbuf), TRC_IDS_FORMAT_IDS_1, xfer_id); in debug_cb() 219 curl_msnprintf(resolve_buf, sizeof(resolve_buf)-1, in main()
|
D | h2-pausing.c | 77 curl_msnprintf(idsbuf, sizeof(idsbuf), TRC_IDS_FORMAT_IDS_2, in debug_cb() 81 curl_msnprintf(idsbuf, sizeof(idsbuf), TRC_IDS_FORMAT_IDS_1, xfer_id); in debug_cb() 217 curl_msnprintf(resolve_buf, sizeof(resolve_buf)-1, in main()
|
D | h2-serverpush.c | 175 curl_msnprintf(filename, sizeof(filename)-1, "push%u", count++); in server_push_callback()
|
D | h2-download.c | 126 curl_msnprintf(t->filename, sizeof(t->filename)-1, "download_%u.data", in my_write_cb()
|
/third_party/curl/docs/examples/ |
D | http2-upload.c | 130 curl_msnprintf(timebuf, sizeof(timebuf), "%02d:%02d:%02d.%06ld", in my_trace() 182 curl_msnprintf(filename, 128, "dl-%d", num); in setup() 190 curl_msnprintf(url, 256, "https://localhost:8443/upload-%d", num); in setup()
|
D | http2-download.c | 152 curl_msnprintf(filename, 128, "dl-%d", num); in setup()
|
/third_party/curl/docs/libcurl/ |
D | curl_mprintf.md | 16 curl_maprintf, curl_mfprintf, curl_mprintf, curl_msnprintf, curl_msprintf 28 int curl_msnprintf(char *buffer, size_t maxlength, const char *format, ...); 50 **curl_msprintf()**, **curl_msnprintf()**, **curl_mvsprintf()**, and 53 The functions **curl_msnprintf()** and **curl_mvsnprintf()** write at most 60 **curl_msnprintf()**, respectively, except that they are called with a
|
/third_party/curl/lib/ |
D | curl_printf.h | 49 # define msnprintf curl_msnprintf
|
D | curlx.h | 82 #define curlx_msnprintf curl_msnprintf
|
D | mprintf.c | 967 len = curl_msnprintf(fptr, left, "%d", width); in formatf() 988 len = curl_msnprintf(fptr, left, ".%d", prec); in formatf() 1083 int curl_msnprintf(char *buffer, size_t maxlength, const char *format, ...) in curl_msnprintf() function
|
/third_party/curl/include/curl/ |
D | mprintf.h | 55 CURL_EXTERN int curl_msnprintf(char *buffer, size_t maxlength,
|
/third_party/curl/ |
D | libcurl.def | 48 curl_msnprintf
|
D | curl.map | 81 curl_msnprintf;
|
/third_party/curl/packages/vms/ |
D | gnv_libcurl_symbols.opt | 168 SYMBOL_VECTOR=(curl_msnprintf=PROCEDURE) 169 SYMBOL_VECTOR=(CURL_MSNPRINTF/curl_msnprintf=PROCEDURE)
|