Searched refs:dprintf_formatf (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dmprintf.c555 static int dprintf_formatf( function
976 retcode = dprintf_formatf(&info, addbyter, format, ap_save);
1045 retcode = dprintf_formatf(&info, alloc_addbyter, format, ap_save);
1070 retcode = dprintf_formatf(&info, alloc_addbyter, format, ap_save);
1099 retcode = dprintf_formatf(&buffer, storebuffer, format, ap_save);
1111 retcode = dprintf_formatf(stdout, fputc, format, ap_save);
1121 retcode = dprintf_formatf(whereto, fputc, format, ap_save);
1129 retcode = dprintf_formatf(&buffer, storebuffer, format, ap_save);
1136 return dprintf_formatf(stdout, fputc, format, ap_save);
1141 return dprintf_formatf(wheret
[all...]

Completed in 109 milliseconds