Home
last modified time | relevance | path

Searched refs:curl_msnprintf (Results 1 – 13 of 13) sorted by relevance

/external/curl/tests/unit/
Dunit1398.c40 rc = curl_msnprintf(output, 4, "%.*s", width, buf);
45 rc = curl_msnprintf(output, 4, "%.*s", width, str);
51 rc = curl_msnprintf(output, 4, "%.*s", width, buf);
56 rc = curl_msnprintf(output, 8, "%.8s", str);
61 rc = curl_msnprintf(output, 8, "%.3s", "0123456789");
66 rc = curl_msnprintf(output, 8, "%-8s", str);
71 rc = curl_msnprintf(output, 8, "%8s", str);
76 rc = curl_msnprintf(output, 4, "%d", 10240);
82 rc = curl_msnprintf(output, 16, "%8s%8s", str, str);
87 rc = curl_msnprintf(output, 16, "%8d%8d", 1234, 5678);
/external/curl/tests/libtest/
Dlib557.c1416 curl_msnprintf(buf, sizeof(buf), "%0*d%s", 2, 9, "foo"); in test_string_formatting()
1419 curl_msnprintf(buf, sizeof(buf), "%*.*s", 5, 2, "foo"); in test_string_formatting()
1422 curl_msnprintf(buf, sizeof(buf), "%*.*s", 2, 5, "foo"); in test_string_formatting()
1425 curl_msnprintf(buf, sizeof(buf), "%*.*s", 0, 10, "foo"); in test_string_formatting()
1428 curl_msnprintf(buf, sizeof(buf), "%-10s", "foo"); in test_string_formatting()
1431 curl_msnprintf(buf, sizeof(buf), "%10s", "foo"); in test_string_formatting()
1434 curl_msnprintf(buf, sizeof(buf), "%*.*s", -10, -10, "foo"); in test_string_formatting()
1452 rc = curl_msnprintf(buf, sizeof(buf), in test_weird_arguments()
1504 rc = curl_msnprintf(buf, sizeof(buf), in test_weird_arguments()
1554 curl_msnprintf(buf, sizeof(buf), "%f", 9.0); in test_float_formatting()
[all …]
Dlib650.c159 curl_msnprintf(flbuf, sizeof(flbuf), "%lu", (unsigned long) formlength); in test()
/external/curl/tests/data/
Dtest13985 curl_msnprintf
19 curl_msnprintf unit tests
Dtest113582 CURL_EXTERN int curl_msnprintf(char *buffer, size_t maxlength,
/external/google-breakpad/src/third_party/curl/
Dmprintf.h38 CURL_EXTERN int curl_msnprintf(char *buffer, size_t maxlength,
70 # define snprintf curl_msnprintf
/external/curl/lib/
Dcurl_printf.h42 # define msnprintf curl_msnprintf
Dcurlx.h67 #define curlx_msnprintf curl_msnprintf
Dmprintf.c915 len = curl_msnprintf(fptr, left, "%ld", width); in dprintf_formatf()
932 len = curl_msnprintf(fptr, left, ".%ld", prec); in dprintf_formatf()
1018 int curl_msnprintf(char *buffer, size_t maxlength, const char *format, ...) in curl_msnprintf() function
/external/curl/include/curl/
Dmprintf.h36 CURL_EXTERN int curl_msnprintf(char *buffer, size_t maxlength,
/external/curl/packages/Symbian/bwins/
Dlibcurlu.def26 curl_msnprintf @ 25 NONAME
/external/curl/packages/Symbian/eabi/
Dlibcurlu.def26 curl_msnprintf @ 25 NONAME
/external/curl/packages/vms/
Dgnv_libcurl_symbols.opt168 SYMBOL_VECTOR=(curl_msnprintf=PROCEDURE)
169 SYMBOL_VECTOR=(CURL_MSNPRINTF/curl_msnprintf=PROCEDURE)