Home
last modified time | relevance | path

Searched refs:_gpgrt_estream_format (Results 1 – 8 of 8) sorted by relevance

/dports/security/libgpg-error/libgpg-error-1.43/src/
H A Destream-printf.h126 int _gpgrt_estream_format (estream_printf_out_t outfnc, void *outfncarg,
H A Destream-printf.c1498 _gpgrt_estream_format (estream_printf_out_t outfnc, in _gpgrt_estream_format() function
1669 rc = _gpgrt_estream_format (plain_stdio_out, stderr, NULL, NULL, in _gpgrt_estream_printf()
1684 rc = _gpgrt_estream_format (plain_stdio_out, fp, NULL, NULL, in _gpgrt_estream_fprintf()
1695 return _gpgrt_estream_format (plain_stdio_out, fp, NULL, NULL, in _gpgrt_estream_vfprintf()
1751 rc = _gpgrt_estream_format (fixed_buffer_out, &parm, NULL, NULL, in _gpgrt_estream_vsnprintf()
1847 rc = _gpgrt_estream_format (dynamic_buffer_out, &parm, NULL, NULL, in _gpgrt_estream_vasprintf()
H A Destream.c3110 rc = _gpgrt_estream_format (print_writer, stream, sf, sfvalue, format, ap); in do_print_stream()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgpg-error/src/
H A Destream-printf.h126 int _gpgrt_estream_format (estream_printf_out_t outfnc, void *outfncarg,
H A Destream-printf.c1498 _gpgrt_estream_format (estream_printf_out_t outfnc, in _gpgrt_estream_format() function
1669 rc = _gpgrt_estream_format (plain_stdio_out, stderr, NULL, NULL, in _gpgrt_estream_printf()
1684 rc = _gpgrt_estream_format (plain_stdio_out, fp, NULL, NULL, in _gpgrt_estream_fprintf()
1695 return _gpgrt_estream_format (plain_stdio_out, fp, NULL, NULL, in _gpgrt_estream_vfprintf()
1751 rc = _gpgrt_estream_format (fixed_buffer_out, &parm, NULL, NULL, in _gpgrt_estream_vsnprintf()
1847 rc = _gpgrt_estream_format (dynamic_buffer_out, &parm, NULL, NULL, in _gpgrt_estream_vasprintf()
H A Destream.c3110 rc = _gpgrt_estream_format (print_writer, stream, sf, sfvalue, format, ap); in do_print_stream()
/dports/security/libgpg-error/libgpg-error-1.43/
H A DChangeLog1064 (_gpgrt_estream_format): Add args sf and sfvalue. Change all callers
1505 * src/estream-printf.c (_gpgrt_estream_format): Make sure
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgpg-error/
H A DChangeLog898 (_gpgrt_estream_format): Add args sf and sfvalue. Change all callers
1339 * src/estream-printf.c (_gpgrt_estream_format): Make sure