Lines Matching refs:format
1 /* Parse printf format string.
47 xxx_directives: A parsed format string. */
69 /* A parsed format string. */
99 /* A parsed format string. */
127 /* A parsed format string. */
155 /* A parsed format string. */
169 /* Parses the format string. Fills in the number N of directives, and fills
171 to the end of the format string. Also fills in the arg_type fields of the
175 ulc_printf_parse (const char *format, char_directives *d, arguments *a);
177 u8_printf_parse (const uint8_t *format, u8_directives *d, arguments *a);
179 u16_printf_parse (const uint16_t *format, u16_directives *d,
182 u32_printf_parse (const uint32_t *format, u32_directives *d,
190 int printf_parse (const char *format, char_directives *d, arguments *a);