]> git.ipfire.org Git - thirdparty/glibc.git/commit
vfprintf: Consolidate some multibyte/wide character processing
authorFlorian Weimer <fweimer@redhat.com>
Mon, 23 May 2022 08:08:18 +0000 (10:08 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Mon, 23 May 2022 09:06:31 +0000 (11:06 +0200)
commit859e7a00af63ca0c28092c57316e9b832ceafb5e
treedec7fb8075da8b06b3436b3825394aad4ca092f1
parent5442ea7ffe79dfef3b89e21f46211cc42d347210
vfprintf: Consolidate some multibyte/wide character processing

form_character and form_string processing a sufficiently similar
that the logic can be shared.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
stdio-common/vfprintf-process-arg.c