|
ReactOS 0.4.17-dev-684-ga6524ef
|
Public Attributes | |
| uacpi_u8 | is_signed: 1 |
| uacpi_u8 | prepend: 1 |
| uacpi_u8 | uppercase: 1 |
| uacpi_u8 | left_justify: 1 |
| uacpi_u8 | alternate_form: 1 |
| uacpi_u8 | has_precision: 1 |
| uacpi_char | pad_char |
| uacpi_char | prepend_char |
| uacpi_u64 | min_width |
| uacpi_u64 | precision |
| uacpi_u32 | base |
| uacpi_u8 fmt_spec::alternate_form |
Definition at line 239 of file stdlib.c.
Referenced by uacpi_vsnprintf(), and write_integer().
| uacpi_u32 fmt_spec::base |
Definition at line 245 of file stdlib.c.
Referenced by uacpi_vsnprintf(), and write_integer().
| uacpi_u8 fmt_spec::has_precision |
Definition at line 240 of file stdlib.c.
Referenced by uacpi_vsnprintf().
| uacpi_u8 fmt_spec::is_signed |
Definition at line 235 of file stdlib.c.
Referenced by uacpi_vsnprintf(), and write_integer().
| uacpi_u8 fmt_spec::left_justify |
Definition at line 238 of file stdlib.c.
Referenced by uacpi_vsnprintf(), write_integer(), and write_padding().
| uacpi_u64 fmt_spec::min_width |
Definition at line 243 of file stdlib.c.
Referenced by uacpi_vsnprintf(), and write_padding().
| uacpi_char fmt_spec::pad_char |
Definition at line 241 of file stdlib.c.
Referenced by uacpi_vsnprintf(), and write_padding().
| uacpi_u64 fmt_spec::precision |
Definition at line 244 of file stdlib.c.
Referenced by uacpi_vsnprintf().
| uacpi_u8 fmt_spec::prepend |
Definition at line 236 of file stdlib.c.
Referenced by uacpi_vsnprintf(), and write_integer().
| uacpi_char fmt_spec::prepend_char |
Definition at line 242 of file stdlib.c.
Referenced by uacpi_vsnprintf(), and write_integer().
| uacpi_u8 fmt_spec::uppercase |
Definition at line 237 of file stdlib.c.
Referenced by uacpi_vsnprintf(), and write_integer().