Home
last modified time | relevance | path

Searched refs:curl_msprintf (Results 1 – 11 of 11) sorted by relevance

/third_party/curl/tests/unit/
Dunit2600.c200 curl_msprintf(ctx->id, "v6-%d", ctx->stats->creations); in cf_test_create()
208 curl_msprintf(ctx->id, "v4-%d", ctx->stats->creations); in cf_test_create()
246 curl_msprintf(msg, "%d: expected result %d but got %d", in check_result()
251 curl_msprintf(msg, "%d: expected %d ipv4 creations, but got %d", in check_result()
256 curl_msprintf(msg, "%d: expected %d ipv6 creations, but got %d", in check_result()
263 curl_msprintf(msg, "%d: expected min duration of %dms, but took %dms", in check_result()
268 curl_msprintf(msg, "%d: expected max duration of %dms, but took %dms", in check_result()
281 curl_msprintf(msg, "%d: expected ip%s to start right away, instead " in check_result()
287 curl_msprintf(msg, "%d: expected ip%s to start delayed after %dms, " in check_result()
/third_party/curl/lib/
Dcurlx.h85 #define curlx_msprintf curl_msprintf
Dmprintf.c1156 int curl_msprintf(char *buffer, const char *format, ...) in curl_msprintf() function
/third_party/curl/include/curl/
Dmprintf.h53 CURL_EXTERN int curl_msprintf(char *buffer, const char *format, ...)
/third_party/curl/
Dlibcurl.def49 curl_msprintf
Dcurl.map80 curl_msprintf;
/third_party/curl/docs/libcurl/
Dcurl_mprintf.md16 curl_maprintf, curl_mfprintf, curl_mprintf, curl_msnprintf, curl_msprintf
27 int curl_msprintf(char *buffer, const char *format, ...);
50 **curl_msprintf()**, **curl_msnprintf()**, **curl_mvsprintf()**, and
59 functions **curl_mprintf()**, **curl_mfprintf()**, **curl_msprintf()**,
/third_party/curl/tests/data/
Dtest113584 curl_msprintf
/third_party/curl/packages/vms/
Dgnv_libcurl_symbols.opt166 SYMBOL_VECTOR=(curl_msprintf=PROCEDURE)
167 SYMBOL_VECTOR=(CURL_MSPRINTF/curl_msprintf=PROCEDURE)
/third_party/curl/tests/libtest/
Dlib557.c157 (void)curl_msprintf(us_test[i].result, "%hu", us_test[i].num); in test_unsigned_short_formatting()
231 (void)curl_msprintf(ss_test[i].result, "%hd", ss_test[i].num); in test_signed_short_formatting()
381 (void)curl_msprintf(ui_test[i].result, "%u", ui_test[i].num); in test_unsigned_int_formatting()
609 (void)curl_msprintf(si_test[i].result, "%d", si_test[i].num); in test_signed_int_formatting()
758 (void)curl_msprintf(ul_test[i].result, "%lu", ul_test[i].num); in test_unsigned_long_formatting()
986 (void)curl_msprintf(sl_test[i].result, "%ld", sl_test[i].num); in test_signed_long_formatting()
1100 (void)curl_msprintf(co_test[i].result, "%" CURL_FORMAT_CURL_OFF_T, in test_curl_off_t_formatting()
/third_party/curl/packages/OS400/
Dccsidcurl.c78 curl_msprintf(buf, "IBMCCSID%05u0000000", ccsid); in makeOS400IconvCode()