Searched hist:128550 (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/lib/libc/stdio/
H A Dvfwprintf.cdiff 128550 Thu Apr 22 11:35:12 MDT 2004 tjr Use the correct size to allocate, copy and clear argument type tables
after their change from an array of char to an array of enum.
This fixes problems that occurred when using positional arguments in
format strings, particularly with more than STATIC_ARG_TBL_SIZE (8)
of them.

PR: 65841
Submitted by: Steven Smith (mostly)
H A Dprintf-pos.cdiff 128550 Thu Apr 22 11:35:12 MDT 2004 tjr Use the correct size to allocate, copy and clear argument type tables
after their change from an array of char to an array of enum.
This fixes problems that occurred when using positional arguments in
format strings, particularly with more than STATIC_ARG_TBL_SIZE (8)
of them.

PR: 65841
Submitted by: Steven Smith (mostly)
H A Dvfprintf.cdiff 128550 Thu Apr 22 11:35:12 MDT 2004 tjr Use the correct size to allocate, copy and clear argument type tables
after their change from an array of char to an array of enum.
This fixes problems that occurred when using positional arguments in
format strings, particularly with more than STATIC_ARG_TBL_SIZE (8)
of them.

PR: 65841
Submitted by: Steven Smith (mostly)

Completed in 203 milliseconds