MOS Source Code
|
Public Attributes | |
bool | left_aligned |
bool | show_sign |
bool | space_if_positive |
bool | pad_with_zero |
bool | hash |
s32 | minimum_width |
bool | has_explicit_precision |
s32 | precision |
length_modifier_t | length |
Definition at line 30 of file mos_stdio_impl.c.
bool left_aligned |
Definition at line 32 of file mos_stdio_impl.c.
Referenced by parse_printf_flags(), printf_cs(), and printf_diouxX().
bool show_sign |
Definition at line 33 of file mos_stdio_impl.c.
Referenced by parse_printf_flags(), printf_cs(), and printf_diouxX().
bool space_if_positive |
Definition at line 34 of file mos_stdio_impl.c.
Referenced by parse_printf_flags(), printf_cs(), and printf_diouxX().
bool pad_with_zero |
Definition at line 35 of file mos_stdio_impl.c.
Referenced by parse_printf_flags(), printf_cs(), and printf_diouxX().
bool hash |
Definition at line 40 of file mos_stdio_impl.c.
Referenced by parse_printf_flags(), printf_cs(), and printf_diouxX().
s32 minimum_width |
Definition at line 50 of file mos_stdio_impl.c.
Referenced by parse_printf_flags(), printf_cs(), and printf_diouxX().
bool has_explicit_precision |
Definition at line 52 of file mos_stdio_impl.c.
Referenced by parse_printf_flags(), printf_cs(), and printf_diouxX().
s32 precision |
Definition at line 57 of file mos_stdio_impl.c.
Referenced by parse_printf_flags(), printf_cs(), and printf_diouxX().
length_modifier_t length |
Definition at line 59 of file mos_stdio_impl.c.
Referenced by parse_printf_flags(), printf_diouxX(), and vsnprintf().