platform_bionic/libc/stdio
zijunzhao 1fdece95d3 Implement C23 printf 'wf' length modifiers
wfN: Specifies that a following b, d, i, o, u, x, or X conversion specifier applies to a fastest minimum-width integer argument with a specific width where N is a positive decimal integer with no leading zeros (the argument will have been promoted according to the integer promotions, but its value shall be converted to the unpromoted type); or that a following n conversion specifier applies to a pointer to a fastest minimum-width integer type argument with a width of N bits. All fastest minimum-width integer types (7.22.1.3) defined in the header <stdint.h> shall be supported. Other supported values of N are implementation-defined.

Bug: b/271903607
Test: adb shell
Change-Id: Ida36d5a50af2a46fd04cb5fe039793d8872f9f3b
2023-05-02 21:06:09 +00:00
..
fmemopen.cpp Avoid writing to a zero-capacity buffer. 2019-02-05 15:00:13 -08:00
glue.h
local.h Pull flockfile/funlockfile/ftrylockfile into stdio.cpp. 2023-03-02 01:44:54 +00:00
parsefloat.c Start de-duplicating the regular and wide printf implementations. 2017-11-01 18:13:36 -07:00
printf_common.h Implement C23 printf 'wf' length modifiers 2023-05-02 21:06:09 +00:00
refill.c Revert fwalk/sfp locking to fix concurrent reads 2019-05-04 00:28:00 -07:00
stdio.cpp Slightly simplify perror(). 2023-03-03 23:46:34 +00:00
stdio_ext.cpp Add __freadahead. 2022-09-22 23:47:42 +00:00
vfprintf.cpp Implement C23 printf 'wf' length modifiers 2023-05-02 21:06:09 +00:00
vfscanf.cpp Add %b and %B support to the scanf/wscanf and strto*/wcsto* families. 2022-08-11 00:25:08 +00:00
vfwprintf.cpp Implement C23 printf 'wf' length modifiers 2023-05-02 21:06:09 +00:00
vfwscanf.cpp Add %b and %B support to the scanf/wscanf and strto*/wcsto* families. 2022-08-11 00:25:08 +00:00