]> sourceware.org Git - glibc.git/commit
stdio-common: Add __printf_function_invoke
authorFlorian Weimer <fweimer@redhat.com>
Thu, 18 Aug 2022 06:49:54 +0000 (08:49 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Mon, 12 Dec 2022 14:38:32 +0000 (15:38 +0100)
commit8699991d4d2c2a85ee497acb9d2740a2afef0816
treed46949ae22931355f0e3b8d2ce639c7001ec2203
parent9e6084af5260c144509be67a906696db99dc5ddf
stdio-common: Add __printf_function_invoke

And __wprintf_function_invoke.  These functions will be used to
to call registered printf specifier callbacks on printf buffers
after vfprintf and vfwprintf have been converted to buffers.  The new
implementation avoids alloca/variable length arrays.
include/printf.h
stdio-common/Makefile
stdio-common/Xprintf_function_invoke.c [new file with mode: 0644]
stdio-common/printf_function_invoke.c [new file with mode: 0644]
stdio-common/wprintf_function_invoke.c [new file with mode: 0644]
This page took 0.042308 seconds and 5 git commands to generate.