Home
last modified time | relevance | path

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

/curl/tests/unit/
H A Dunit2600.c212 curl_msprintf(ctx->id, "v6-%d", ctx->stats->creations); in cf_test_create()
220 curl_msprintf(ctx->id, "v4-%d", ctx->stats->creations); in cf_test_create()
258 curl_msprintf(msg, "%d: expected result %d but got %d", in check_result()
263 curl_msprintf(msg, "%d: expected %d ipv4 creations, but got %d", in check_result()
268 curl_msprintf(msg, "%d: expected %d ipv6 creations, but got %d", in check_result()
275 curl_msprintf(msg, "%d: expected min duration of %dms, but took %dms", in check_result()
280 curl_msprintf(msg, "%d: expected max duration of %dms, but took %dms", in check_result()
293 curl_msprintf(msg, "%d: expected ip%s to start right away, instead " in check_result()
299 curl_msprintf(msg, "%d: expected ip%s to start delayed after %dms, " in check_result()
/curl/lib/
H A Dlibcurl.def49 curl_msprintf
H A Dmprintf.c1148 int curl_msprintf(char *buffer, const char *format, ...) in curl_msprintf() function
/curl/include/curl/
H A Dmprintf.h60 CURL_EXTERN int curl_msprintf(char *buffer, const char *format, ...)
/curl/tests/data/
H A Dtest113584 curl_msprintf
/curl/docs/libcurl/
H A Dcurl_mprintf.md19 curl_maprintf, curl_mfprintf, curl_mprintf, curl_msnprintf, curl_msprintf,
30 int curl_msprintf(char *buffer, const char *format, ...);
53 **curl_msprintf()**, **curl_msnprintf()**, **curl_mvsprintf()**, and
62 functions **curl_mprintf()**, **curl_mfprintf()**, **curl_msprintf()**,
/curl/packages/vms/
H A Dgnv_libcurl_symbols.opt166 SYMBOL_VECTOR=(curl_msprintf=PROCEDURE)
167 SYMBOL_VECTOR=(CURL_MSPRINTF/curl_msprintf=PROCEDURE)
/curl/tests/libtest/
H A Dlib557.c164 (void)curl_msprintf(us_test[i].result, "%hu", us_test[i].num); in test_unsigned_short_formatting()
238 (void)curl_msprintf(ss_test[i].result, "%hd", ss_test[i].num); in test_signed_short_formatting()
388 (void)curl_msprintf(ui_test[i].result, "%u", ui_test[i].num); in test_unsigned_int_formatting()
616 (void)curl_msprintf(si_test[i].result, "%d", si_test[i].num); in test_signed_int_formatting()
765 (void)curl_msprintf(ul_test[i].result, "%lu", ul_test[i].num); in test_unsigned_long_formatting()
993 (void)curl_msprintf(sl_test[i].result, "%ld", sl_test[i].num); in test_signed_long_formatting()
1107 (void)curl_msprintf(co_test[i].result, "%" CURL_FORMAT_CURL_OFF_T, in test_curl_off_t_formatting()
/curl/packages/OS400/
H A Dccsidcurl.c78 curl_msprintf(buf, "IBMCCSID%05u0000000", ccsid); in makeOS400IconvCode()

Completed in 21 milliseconds