mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 23:35:50 +00:00
dad9ed27ab
* lib/vasnprintf.c (VASNPRINTF): Use mbszero. * modules/vasnprintf (Depends-on): Add mbszero. * modules/vasnwprintf (Depends-on): Likewise. * modules/c-vasnprintf (Depends-on): Likewise. * modules/unistdio/u8-vasnprintf (Depends-on): Likewise. * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise. * modules/unistdio/u16-vasnprintf (Depends-on): Likewise. * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise. * modules/unistdio/u32-vasnprintf (Depends-on): Likewise. * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise. * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
64 lines
797 B
Plaintext
64 lines
797 B
Plaintext
Description:
|
|
vswprintf with automatic memory allocation and bounded output size.
|
|
|
|
Files:
|
|
lib/float+.h
|
|
lib/printf-args.h
|
|
lib/printf-args.c
|
|
lib/wprintf-parse.h
|
|
lib/wprintf-parse.c
|
|
lib/printf-parse.c
|
|
lib/vasnwprintf.h
|
|
lib/vasnwprintf.c
|
|
lib/vasnprintf.c
|
|
lib/asnwprintf.c
|
|
m4/wchar_t.m4
|
|
m4/wint_t.m4
|
|
m4/intmax_t.m4
|
|
m4/stdint_h.m4
|
|
m4/inttypes_h.m4
|
|
m4/vasnprintf.m4
|
|
m4/printf.m4
|
|
m4/mbrtowc.m4
|
|
m4/math_h.m4
|
|
m4/exponentd.m4
|
|
m4/musl.m4
|
|
|
|
Depends-on:
|
|
stdio
|
|
alloca-opt
|
|
attribute
|
|
float
|
|
free-posix
|
|
limits-h
|
|
stdint
|
|
xsize
|
|
errno
|
|
memchr
|
|
assert-h
|
|
wchar
|
|
mbszero
|
|
mbrtowc
|
|
wmemcpy
|
|
wmemset
|
|
|
|
configure.ac:
|
|
AC_REQUIRE([AC_C_RESTRICT])
|
|
gl_FUNC_VASNWPRINTF
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += wprintf-parse.c vasnwprintf.c
|
|
lib_SOURCES += asnwprintf.c
|
|
|
|
Include:
|
|
"vasnwprintf.h"
|
|
|
|
Link:
|
|
$(MBRTOWC_LIB)
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
all
|