mirror of
https://github.com/curl/curl.git
synced 2026-07-03 08:57:16 +03:00
After this patch, the codebase no longer overrides system printf functions. Instead it explicitly calls either the curl printf functions `curl_m*printf()` or the system ones using their original names. Also: - drop unused `curl_printf.h` includes. - checksrc: ban system printf functions, allow where necessary. Follow-up todb98daab05#18844 Follow-up to4deea9396b#18814 Closes #18866
20 lines
389 B
Text
20 lines
389 B
Text
allowfunc fclose
|
|
allowfunc fdopen
|
|
allowfunc fopen
|
|
allowfunc fprintf
|
|
allowfunc gmtime
|
|
allowfunc localtime
|
|
allowfunc open
|
|
allowfunc printf
|
|
allowfunc snprintf
|
|
allowfunc socket
|
|
allowfunc sscanf
|
|
allowfunc strerror
|
|
banfunc curl_maprintf
|
|
banfunc curl_mfprintf
|
|
banfunc curl_mprintf
|
|
banfunc curl_msnprintf
|
|
banfunc curl_mvaprintf
|
|
banfunc curl_mvfprintf
|
|
banfunc curl_mvprintf
|
|
banfunc curl_mvsnprintf
|