Home
last modified time | relevance | path

Searched defs:printf_info (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dprintf.h34 struct printf_info struct
36 int prec; /* Precision. */
37 int width; /* Width. */
38 wchar_t spec; /* Format letter. */
39 unsigned int is_long_double:1;/* L flag. */
40 unsigned int is_short:1; /* h flag. */
41 unsigned int is_long:1; /* l flag. */
42 unsigned int alt:1; /* # flag. */
66 __const struct printf_info *__info, argument