Searched refs:curl_msnprintf (Results 1 – 13 of 13) sorted by relevance
/external/curl/tests/unit/ |
D | unit1398.c | 40 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/ |
D | lib557.c | 1416 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 …]
|
D | lib650.c | 159 curl_msnprintf(flbuf, sizeof(flbuf), "%lu", (unsigned long) formlength); in test()
|
/external/curl/tests/data/ |
D | test1398 | 5 curl_msnprintf 19 curl_msnprintf unit tests
|
D | test1135 | 82 CURL_EXTERN int curl_msnprintf(char *buffer, size_t maxlength,
|
/external/google-breakpad/src/third_party/curl/ |
D | mprintf.h | 38 CURL_EXTERN int curl_msnprintf(char *buffer, size_t maxlength, 70 # define snprintf curl_msnprintf
|
/external/curl/lib/ |
D | curl_printf.h | 42 # define msnprintf curl_msnprintf
|
D | curlx.h | 67 #define curlx_msnprintf curl_msnprintf
|
D | mprintf.c | 915 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/ |
D | mprintf.h | 36 CURL_EXTERN int curl_msnprintf(char *buffer, size_t maxlength,
|
/external/curl/packages/Symbian/bwins/ |
D | libcurlu.def | 26 curl_msnprintf @ 25 NONAME
|
/external/curl/packages/Symbian/eabi/ |
D | libcurlu.def | 26 curl_msnprintf @ 25 NONAME
|
/external/curl/packages/vms/ |
D | gnv_libcurl_symbols.opt | 168 SYMBOL_VECTOR=(curl_msnprintf=PROCEDURE) 169 SYMBOL_VECTOR=(CURL_MSNPRINTF/curl_msnprintf=PROCEDURE)
|