Searched refs:curl_msprintf (Results 1 – 11 of 11) sorted by relevance
/third_party/curl/tests/unit/ |
D | unit2600.c | 200 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/ |
D | curlx.h | 85 #define curlx_msprintf curl_msprintf
|
D | mprintf.c | 1156 int curl_msprintf(char *buffer, const char *format, ...) in curl_msprintf() function
|
/third_party/curl/include/curl/ |
D | mprintf.h | 53 CURL_EXTERN int curl_msprintf(char *buffer, const char *format, ...)
|
/third_party/curl/ |
D | libcurl.def | 49 curl_msprintf
|
D | curl.map | 80 curl_msprintf;
|
/third_party/curl/docs/libcurl/ |
D | curl_mprintf.md | 16 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/ |
D | test1135 | 84 curl_msprintf
|
/third_party/curl/packages/vms/ |
D | gnv_libcurl_symbols.opt | 166 SYMBOL_VECTOR=(curl_msprintf=PROCEDURE) 167 SYMBOL_VECTOR=(CURL_MSPRINTF/curl_msprintf=PROCEDURE)
|
/third_party/curl/tests/libtest/ |
D | lib557.c | 157 (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/ |
D | ccsidcurl.c | 78 curl_msprintf(buf, "IBMCCSID%05u0000000", ccsid); in makeOS400IconvCode()
|