Searched refs:curl_mprintf (Results 1 – 11 of 11) sorted by relevance
/curl/tests/data/ |
H A D | test557 | 24 curl_mprintf() testing 35 All curl_mprintf() unsigned short tests OK! 36 All curl_mprintf() signed short tests OK! 37 All curl_mprintf() unsigned int tests OK! 38 All curl_mprintf() signed int tests OK! 39 All curl_mprintf() unsigned long tests OK! 40 All curl_mprintf() signed long tests OK! 41 All curl_mprintf() curl_off_t tests OK! 42 All curl_mprintf() strings tests OK! 44 All curl_mprintf() octal & hexadecimal tests OK!
|
H A D | test1135 | 82 curl_mprintf
|
/curl/lib/ |
H A D | curl_printf.h | 50 # define printf curl_mprintf
|
H A D | libcurl.def | 47 curl_mprintf
|
H A D | mprintf.c | 1182 int curl_mprintf(const char *format, ...) in curl_mprintf() function
|
/curl/docs/libcurl/ |
H A D | curl_mprintf.md | 19 curl_maprintf, curl_mfprintf, curl_mprintf, curl_msnprintf, curl_msprintf, 28 int curl_mprintf(const char *format, ...); 49 Functions in the curl_mprintf() family produce output according to a format as 50 described below. The functions **curl_mprintf()** and **curl_mvprintf()** 62 functions **curl_mprintf()**, **curl_mfprintf()**, **curl_msprintf()**, 96 curl_mprintf("%*d", width, num); 100 curl_mprintf("%2$*1$d", width, num); 276 curl_mprintf("My name is %s\n", name); 277 curl_mprintf("Pi is almost %f\n", (double)25.0/8);
|
H A D | Makefile.inc | 71 curl_mprintf.3 \
|
/curl/include/curl/ |
H A D | mprintf.h | 56 CURL_EXTERN int curl_mprintf(const char *format, ...)
|
/curl/.github/workflows/ |
H A D | checkdocs.yml | 68 …# run: git ls-files -z '*.md' | grep -Evz 'CHECKSRC.md|DISTROS.md|curl_mprintf.md|CURLOPT_I… 86 …# run: proselint docs/internals/CHECKSRC.md docs/libcurl/curl_mprintf.md docs/libcurl/opts/…
|
/curl/packages/vms/ |
H A D | gnv_libcurl_symbols.opt | 162 SYMBOL_VECTOR=(curl_mprintf=PROCEDURE) 163 SYMBOL_VECTOR=(CURL_MPRINTF/curl_mprintf=PROCEDURE)
|
H A D | pcsi_gnv_curl_file_list.txt | 95 [gnv.usr.share.man.man3]curl_mprintf.3
|
Completed in 12 milliseconds